Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Auto convert overly restrictive stdlib compat entries #476

Open
IanButterworth opened this issue Nov 10, 2023 · 1 comment
Open

FR: Auto convert overly restrictive stdlib compat entries #476

IanButterworth opened this issue Nov 10, 2023 · 1 comment

Comments

@IanButterworth
Copy link
Member

The original stdlib compat PSA suggested adding compat entries for stdlibs that are overly restrictive.

We should get CompatHelper to automatically change

[compat]
 StdlibName = "1"

to

[compat]
 StdlibName = "<0.0.1,1"

cc. @vchuravy @DilumAluthge

@DilumAluthge
Copy link
Member

And if the StdlibName is "SHA", then we should auto-change it to < 0.0.1, 0.7, 1 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants