Closed mratsim closed 1 month ago
I'm investigating https://github.com/mratsim/constantine/issues/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 https://github.com/nim-lang/Nim/blob/3b85c1a2e9b913a11fc7cd202b7e0a617d782cf4/testament/important_packages.nim#L55-L64
nimble make_lib
Note: there is another regression that I have yet to investigate that results in a compiler crash (see https://github.com/mratsim/constantine/pull/468#issuecomment-2374163248 )
This also crashes for constantine v0.1.0 which is the latest tagged version so it's not a devel/tag version difference.
Found the reason, I was using an unsynced master branch https://github.com/mratsim/constantine/pull/468#issuecomment-2374258761
I'm investigating https://github.com/mratsim/constantine/issues/469.
On the current
devel
andversion2-0
branch this throws: CIversion2-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
https://github.com/nim-lang/Nim/blob/3b85c1a2e9b913a11fc7cd202b7e0a617d782cf4/testament/important_packages.nim#L55-L64Note: there is another regression that I have yet to investigate that results in a compiler crash (see https://github.com/mratsim/constantine/pull/468#issuecomment-2374163248 )
This also crashes for constantine v0.1.0 which is the latest tagged version so it's not a devel/tag version difference.