-
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
misc issues #6
Comments
|
|
EDIT: fixed in nim-lang#13642 (via checkDir option) |
=> OSX?? |
try: foo
except Exception as e: bar
``
nor getCurrentException, nor getCurrentExceptionMsg
Edited:
Itt works now
`nim e --eval:"try: echo 1 except Exception as e: echo 2"`
prints: 1 |
adding |
|
line tracing doesn't help here:
for this code:
|
indeed https://stackoverflow.com/a/50766105/1426932 |
wrong error message in sigmatch: proc bar(a: csize_t) = discard
proc fun[R](a: array[R, char]) =
const N = high(a)
static: doAssert N is int
bar(N)
var a: array[0..512, char]
fun(a)
|
freebsd BUG getApplFreebsd https://github.com/nim-lang/Nim/pull/12179/files#r399875661 |
|
``
|
csources not being tested anymore
|
|
deprecate |
Edited: |
also, check whether nim-lang#13818 is desirable on osx, or whether it prevents useful case of just opening browser pending nim-lang#13892 |
|
|
|
|
|
|
|
nkNilLit shd be in nkLiterals |
callDepthLimitReached should raise StackOverflowError (currently unused) |
fmt: |
adding |
should be -d:nimNoOpenSSLHacks to avoid name clashes |
status-im/nim-stint#103 (comment) |
fix this:
in https://github.com/nim-lang/Nim/pull/13926/files using |
lhmbp $nim_prs_D br:pr_fix_tnim_88_SIGSEGV_VM $ $(d_nim_bin).ffi.1 cpp --passC:-std=c++11 -d:timn_D20191207T181719 --app:lib -o:/tmp/libD20191211T004436.dylib $vitanim_D/testcases/tests/test_vm_var_importc_imp.nim regression test case from test_vm_var_importc_imp.nim should be added to testament, see VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer by timotheecour · Pull Request #12877 · nim-lang/Nim : VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer by timotheecour · Pull Request #12877 · nim-lang/Nim |
nim doesn't understand empty (or whitespace only) args in cmd line:
|
=> |
Error: VM does not support 'cast' from tyPointer to tyCString |
|
|
SomeOrdinal should include char, and SomeOrdinal vs Ordinal doc should improve |
in an include file imported from several places, we probably should not generate /Users/timothee/git_clone/nim/Nim_prs/lib/system/inclrtl.nim(54, 10) Hint: 'isSince' is declared but not used [XDeclaredButNotUsed] |
|
|
changelog nim-lang#14278 |
|
--parallelBuild:1 disables hintCC |
see |
create a bugreport for other root cause of nim-lang#14404 see nim-lang#14413 (comment) |
unittest
|
backport trailing else |
registerSignalHandler
uses signal instead of recommended sigationThe text was updated successfully, but these errors were encountered: