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

Build with both devel and latest stable versions of Nim. #15

Open
wizzardx opened this issue Aug 29, 2018 · 3 comments
Open

Build with both devel and latest stable versions of Nim. #15

wizzardx opened this issue Aug 29, 2018 · 3 comments
Assignees
Labels

Comments

@wizzardx
Copy link

Lots of packages are failing to build now on the CI service, since they depend on nim devel to build, rather than nim stable.

Maybe the CI service can intelligently pick which version of Nim to build with, and switch to that with choosenim?

@FedericoCeratto
Copy link
Owner

Initially I tried building twice but the benefits are unclear: the developers often do not provide hints on requiring Nim devel.
Any new thoughts after Nim 1.0.0 has been released? Ping @Araq @narimiran

@narimiran
Copy link

IMO, now that 1.0 is out, packages should be tested against the (latest) stable version, and they should depend on either the latest or some previous stable version.

@Araq
Copy link

Araq commented Oct 28, 2019

As many packages as possible should work with 1.0, you can in addition to that also test against "Nim devel".

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

No branches or pull requests

4 participants