-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
HCR not working on OSX #13999
Comments
See #13924 |
very related: #13388 (comment)
that PR got reverted (which is fine) but the non-portable bash scripts (tests/dll/test_nimhcr_integration.sh, tests/dll/test_nimhcr_integration.bat) should be turned into a single nim test that would work cross platform and be part of CI, instead of remaining as platform specific dead code that doesnt' work on OSX IMO we should keep this issue opened until it works on OSX and the sh+bat script is converted to a nim test tested in CI here's what I tried:
TODO:
|
some progress: retried #13999 (comment) with latest devel and this works! |
# main.nim:
import os
echo commandLineParams()
using 1.5.1 edce589 however if I use --nimcache, this bug goes away, which is weird because
EDIT: filed #16265 for this |
shows link commands like look like cc commands:
|
…ng litterals (#16329) * fix #16265: cgen now does not line wrap string litterals which, in combination with other hacks, caused a really obscure looking bug * fix #13999; nimhcr_integration.nim now works for osx * try to make appveyor CI disappear * disable openbsd + add diagnostic for openbsd * enable for openbsd * PTEMP * re-disable openbsd
…t line wrap string litterals (nim-lang#16329) * fix nim-lang#16265: cgen now does not line wrap string litterals which, in combination with other hacks, caused a really obscure looking bug * fix nim-lang#13999; nimhcr_integration.nim now works for osx * try to make appveyor CI disappear * disable openbsd + add diagnostic for openbsd * enable for openbsd * PTEMP * re-disable openbsd
…t line wrap string litterals (nim-lang#16329) * fix nim-lang#16265: cgen now does not line wrap string litterals which, in combination with other hacks, caused a really obscure looking bug * fix nim-lang#13999; nimhcr_integration.nim now works for osx * try to make appveyor CI disappear * disable openbsd + add diagnostic for openbsd * enable for openbsd * PTEMP * re-disable openbsd
Compilation of a hot code reloading sample with:
went fine but running it doesn't work:
Looks like libnimhcr.dylib is nowhere to be found.
The text was updated successfully, but these errors were encountered: