This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Nim
Watch
1
Star
0
Fork
0
You've already forked Nim
mirror of
https://github.com/nim-lang/Nim.git
synced
2026-04-14 03:25:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5e22f6ca58d2e4479949a00b3880fdfd7b211f00
Nim
/
tests
/
closure
History
ringabout
b02c1dd6ca
fixes
#22297
; return in the finally in the closure iterators (
#22300
)
...
ref
#22297
; return in the finally in the closure iterators
2023-07-22 06:37:27 +02:00
..
t1641.nim
…
t8550.nim
…
t11042.nim
closes
#11042
; add testcase (
#19935
)
2022-06-28 16:49:31 +08:00
t15594.nim
…
t20152.nim
fix
#20152
Illegal capture of closure iterator, when should be legal (
#20607
)
2022-10-21 09:59:05 +02:00
tboehmdeepcopy.nim
…
tcapture.nim
…
tclosure_issues.nim
deprecate
do:
meaning
do ():
+ misc cleanup (
#20927
)
2022-12-06 09:44:26 +01:00
tclosure.nim
fixes
#22297
; return in the finally in the closure iterators (
#22300
)
2023-07-22 06:37:27 +02:00
texplicit_dummy_closure.nim
…
tinfer_closure_for_nestedproc.nim
…
tinvalidclosure2.nim
…
tinvalidclosure3.nim
…
tinvalidclosure4.nim
…
tinvalidclosure5.nim
'lock levels' are deprecated, now a noop (
#20539
)
2022-10-11 09:17:09 +02:00
tinvalidclosure.nim
'lock levels' are deprecated, now a noop (
#20539
)
2022-10-11 09:17:09 +02:00
tmacrobust1512.nim
…
tnested.nim
fixes
#19162
; enable
strictEffects
for v2 (
#19380
)
2022-10-15 14:07:40 +02:00
tstmtlist.nim
deprecate
do:
meaning
do ():
+ misc cleanup (
#20927
)
2022-12-06 09:44:26 +01:00
ttimeinfo.nim
…
uclosures.nim
…