-
-
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
Undefine paramCount
& paramStr
in nimscript.nim for *.nims
#12860
Conversation
It's better to remove them from |
paramCount
& paramStr
in os.nim for *.nimsparamCount
& paramStr
in nimscript.nim for *.nims
Excellent work, now the only missing part is a changelog entry and backwards compat. |
This is now blocked on nim-lang/nimble#797 Line 13 in 664cb2c
and this PR should (hopefully) be green. |
Ready to be merged. |
Isn't this a breaking change? |
Yeah, it is, I noticed when installing |
@Yardanico |
…ang#12860) * Remove `paramStr` and `paramCount` from implicitly imported nimscript.nim * Update changelog.md * Update stable nimble commit hash Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
This reverts commit 3d2459b.
nim-lang#12860)" This reverts commit d38853c.
This reverts commit 3d2459b.
nim-lang#12860)" This reverts commit d38853c.
* fix #14142: no more clash with: import os + use of existsDir/dirExists/existsFile/fileExists/findExe in config.nims * remove a comment * Revert "fixes the regression #12860 caused; hotfix" This reverts commit 3d2459b. * Revert "Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)" This reverts commit d38853c. * noNimScript => noWeirdTarget + noNimJs
(and fix error message on js target)
Closes #12835