alaviss
|
2a31f42d35
asyncmacro: add nnkSym support for getName() (#9204)
|
6 gadi atpakaļ |
LemonBoy
|
2c0bfb34fd
Fix regression w/ templates defined in async proc
|
6 gadi atpakaļ |
LemonBoy
|
75a981cf80
Skip nested procedures in .async. macro
|
6 gadi atpakaļ |
LemonBoy
|
90025e242d
Minor fixes for asyncjs (#8894)
|
6 gadi atpakaļ |
Dominik Picheta
|
6ee6f252d4
Rip out the `try` transformation in the async macro.
|
6 gadi atpakaļ |
Zahary Karadjov
|
10142e4a80
Fix some usages of typedesc in async procs
|
6 gadi atpakaļ |
Arne Döring
|
84982e5e17
fix deprecation warnings in asyncmacro and htmlgen (#7573)
|
6 gadi atpakaļ |
Dominik Picheta
|
2c905f5e81
Merge pull request #6962 from nim-lang/fixes/6100
|
7 gadi atpakaļ |
Araq
|
6cf2fcaaf1
optimized friendly stack traces
|
7 gadi atpakaļ |
Dominik Picheta
|
3a790c9c72
Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.
|
7 gadi atpakaļ |
Dominik Picheta
|
52cc925e0e
Fixes #6100.
|
7 gadi atpakaļ |
Anatoly Galiulin
|
d02606064c
Remove unneeded comment #6708
|
7 gadi atpakaļ |
Anatoly Galiulin
|
4812b0f0c5
Fix parameter types splitting in multisync macro #6708
|
7 gadi atpakaļ |
Andreas Rumpf
|
d52a1061b3
work in progress: new implementation for 'a[^1]'
|
7 gadi atpakaļ |
Andreas Rumpf
|
7db5bad016
revert accidentical asyncmacro change
|
7 gadi atpakaļ |
Andreas Rumpf
|
a04c7d8b38
introduce OnHeapNew and rename TLoc.s to TLoc.storage
|
7 gadi atpakaļ |
Andreas Rumpf
|
b69598a64a
workaround so doc2 asynchttpserver works again
|
7 gadi atpakaļ |
Yuriy Glukhov
|
4846ce0f41
Suppress "pointless conversion" hint (#6103)
|
7 gadi atpakaļ |
Yuriy Glukhov
|
bdf6f59c6d
Fixes #5738 (#6059)
|
7 gadi atpakaļ |
Yuriy Glukhov
|
58eae1171d
Fixes #5995
|
7 gadi atpakaļ |
Dominik Picheta
|
b2e649c093
Fixes regression introduced by #5739. Improves newNimNode proc.
|
7 gadi atpakaļ |
Dominik Picheta
|
f86aca799c
Remove processing hints for async procs.
|
7 gadi atpakaļ |
Yuriy Glukhov
|
6599cae281
Async macro fixes (#5739)
|
7 gadi atpakaļ |
Dominik Picheta
|
e0bb65e45c
Fixes the order in which FutureVar and return completions are made.
|
7 gadi atpakaļ |
Dominik Picheta
|
4a7ea8f865
Add support for `Async | Sync` return types in {.multisync.} macro.
|
8 gadi atpakaļ |
Dominik Picheta
|
3286480985
Improve error message when a `nil` future is await'ed.
|
8 gadi atpakaļ |
Ruslan Mustakov
|
8b10609452
Allow .async pragma on methods (#5312)
|
8 gadi atpakaļ |
Andreas Rumpf
|
76eb20d2d3
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib deprecations
|
8 gadi atpakaļ |
Dominik Picheta
|
927fce4c7f
FutureVar[T] parameters are now completed automatically.
|
8 gadi atpakaļ |
Dominik Picheta
|
519aa16b67
Fixes `asyncmacro` compilation in tests.
|
8 gadi atpakaļ |