We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm investigating mratsim/constantine#469.
On the current devel and version2-0 branch this throws: CI version2-0:
devel
version2-0
local devel:
While constantine is NOT in the important packages in version2-0, it is for the current devel, yet the test passes there:
And the command is the one I used nimble make_lib
nimble make_lib
Nim/testament/important_packages.nim
Lines 55 to 64 in 3b85c1a
Note: there is another regression that I have yet to investigate that results in a compiler crash (see mratsim/constantine#468 (comment) )
This also crashes for constantine v0.1.0 which is the latest tagged version so it's not a devel/tag version difference.
The text was updated successfully, but these errors were encountered:
Found the reason, I was using an unsynced master branch mratsim/constantine#468 (comment)
Sorry, something went wrong.
No branches or pull requests
I'm investigating mratsim/constantine#469.
On the current
devel
andversion2-0
branch this throws:CI
version2-0
:local devel:
While constantine is NOT in the important packages in
version2-0
, it is for the currentdevel
, yet the test passes there:And the command is the one I used
nimble make_lib
Nim/testament/important_packages.nim
Lines 55 to 64 in 3b85c1a
Note: there is another regression that I have yet to investigate that results in a compiler crash (see mratsim/constantine#468 (comment) )
This also crashes for constantine v0.1.0 which is the latest tagged version so it's not a devel/tag version difference.
The text was updated successfully, but these errors were encountered: