You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc @maleadt unfortunately this package is still broken on Julia <1.7. Could you instead set the bounds of the Julia versions according to what Julia you have actually tested against? Otherwise when I try to submit bug report for an earlier Julia version, it just downloads the current BugReporting.jl (which appears incompatible with older Julia versions), despite the [compat] saying julia = "1.3":
I was able to get it working with BugReporting.jl version 0.2.7
It looks like every version since then, i.e., v0.2.8-0.3.3, are all incompatible with Julia <1.7 (or 1.7 as well; but I've only tested 1.6 thus far).
@maleadt Because of this incompatibility, could those compatibilities be yanked from the registry for Julia <1.7? Otherwise you would need to know specifically what BugReporting.jl version to install, and couldn't rely on --bug-report=rr to get a working one.
cc @maleadt unfortunately this package is still broken on Julia <1.7. Could you instead set the bounds of the Julia versions according to what Julia you have actually tested against? Otherwise when I try to submit bug report for an earlier Julia version, it just downloads the current BugReporting.jl (which appears incompatible with older Julia versions), despite the
[compat]
sayingjulia = "1.3"
:BugReporting.jl/Project.toml
Line 29 in 88ef063
If the
[compat]
is given correctly then it will download the older version of BugReporting which would let me successfully submit a bug report.The next bug is that
errormonitor
does not yet exist in Julia 1.6:The text was updated successfully, but these errors were encountered: