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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
In atom/atom#22717, using marked version 1.2.0 worked, but 1.2.9 doesn't.
The fail appears to be from here:
Therefore the current version range ^1.2.0 includes the incompatible version 1.2.9.
Maybe it should read 1.2.0 instead, but ideally more tests with different versions would be done to see the actual range of compatibility
Prerequisites
Description
In atom/atom#22717, using marked version
1.2.0
worked, but1.2.9
doesn't.The fail appears to be from here:
Therefore the current version range
^1.2.0
includes the incompatible version1.2.9
.Maybe it should read
1.2.0
instead, but ideally more tests with different versions would be done to see the actual range of compatibilitysettings-view/package.json
Line 27 in d474e70
Steps to Reproduce
Expected behavior:
Marked
1.2.9
worksActual behavior:
It fails
Reproduces how often:
2/2
Versions
Atom uses settings-view v0.261.8
The tests (see atom/atom#22717 (comment)) only fail in MacOS. Weird.
Additional Information
The text was updated successfully, but these errors were encountered: