-
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 tracking of unresolved issues/comments #87
Comments
|
1 branch per major.minor version |
since debate nim-lang#13920 (comment) |
this causes RT error Uncaught TypeError: a_2990031.$ is not a function the bug is that it's inside a importcpp section so gets interpreted as such |
|
nim-lang#14190 (comment) |
nim-lang#14321 (comment) |
|
nim-lang@d3b25a2#commitcomment-39878756 getCurrentExceptionMsg and getCurrentException() are available, they're just returning default values (instead of giving CT error or the actually exception string and exception). |
https://github.com/nim-lang/Nim/pull/15701/files#r511508506
EDIT: maybe also related: |
Not anymore but I did review the entire VM codegen looking for register allocator leaks. Apparently my work wasn't good enough. ;-) |
honor --declaredLocs in more places, including type mismatch errors; also show |
D20201030T193806 narimiran@26816d5#r43738252 |
|
https://github.com/nim-lang/Nim/pull/15421/files#r522703485 TODO for future PR: I sent out nim-lang#15951 ; when this is merged we can revisit this using add |
nim-lang#15994 (comment) |
tests/collections/tsets.nim |
https://github.com/nim-lang/Nim/pull/16016/files#r529855465 |
fix these:
|
nim-lang#16004 (comment) |
improve on:
in testament |
|
|
|
https://github.com/nim-lang/fusion/pull/56/files#r546161354
lib/js/dom.nim:1213:28: TouchList* {.importc.} = ref object of RootObj
lib/js/dom.nim:1293:26: TimeOut* {.importc.} = ref object of RootObj
lib/js/jsconsole.nim:16:17:type Console* = ref object of RootObj
lib/js/jsffi.nim:87:15: JsObject* = ref object of JsRoot
lib/js/jsffi.nim:89:27: JsAssoc*[K: JsKey, V] = ref object of JsRoot PR's welcome! |
|
|
|
|
|
|
|
|
lineF(p, "$1 = nimCopy(null, $2, $3);$n",
[a.rdLoc, b.res, genTypeInfo(p, y.typ)]) a few lines above also need to change to y.typ => x.typ? |
|
|
|
|
|
I don't understands this ticket 87 and why 9120 is closed because I do see the error: "Error: Too many open files" every month on WSL when running "brew upgrade". Should I open a new issue for "Error: Too many open files"? |
The text was updated successfully, but these errors were encountered: