forked from nim-lang/Nim
-
Notifications
You must be signed in to change notification settings - Fork 0
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
csources2 #251
Labels
Comments
const nimHasImportcLet = compiles(block:
let foo {.nodecl, importc.}: cint) # xxx move, and replace with `nimVersionCT`
# pending bootstrap >= https://github.com/nim-lang/Nim/pull/14258, remove this |
This was referenced Apr 20, 2021
proc foo*[T](a: T) =
runnableExamples("-r:off"):
bar()
discard
proc bar*() = discard |
This was referenced May 28, 2021
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
links
features needed during bootstrap
arguments in reply to: nim-lang#16211 (comment)
import {.all.}
(sinceimport foo {.all.}
: import private symbols nim-lang/Nim#17706), requires >= 1.5.1cast[noSideEffect]
, otherwise stdlib can't use thosequerySetting(nimcacheDir)
<//>
needed until 1.0.0 IIRC ? => done via Remove confusing <//> nim-lang/Nim#17830The text was updated successfully, but these errors were encountered: