-
Notifications
You must be signed in to change notification settings - Fork 21
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
Examples in README.md do not compile #200
Comments
It's a gcc 14 issue, which also blocks nim-lang/Nim#23649 in weave/weave/memory/lookaside_lists.nim Line 162 in b6255af
hook.onHeartbeat = cast[type hook.onHeartbeat](cacheMaintenanceEx[T]) but |
nim-lang/Nim#23683 fixed the issue of skipping cast function types. Would you mind checking it? |
I have also restarted a new run of action => nim-lang/Nim#23649 |
Given that I was playing around and noticed it:
I was unable to compile any of the examples. Sporadically I tested
On nim 2.0.0, 2.0.4 and 1.6.20, all of them have various versions of compiler errors:
With 1.6.20:
nim r -f --cc:clang -d:useMalloc --threads:on src/playground.nim
:With 2.0.0:
nim r -f --cc:clang -d:useMalloc src/playground.nim
Similar issues appear with the other examples I sporadically tested, leading me to assume that none of them currently work.
The text was updated successfully, but these errors were encountered: