ringabout
d76ea4f323
closes #6549 ; adds a test case ( #23929 )
...
closes #6549
2024-08-09 10:39:40 +08:00
ringabout
e662043fd1
rework wasMoved, move on the JS backend ( #23577 )
...
`reset`, `wasMoved` and `move` doesn't support primitive types, which
generate `null` for these types. It is now produce `x = default(...)` in
the backend. Ideally it should be done by ast2ir in the future
2024-05-08 09:11:46 -06:00
ringabout
4fa86422c0
stdlib tests now check refc too ( #21664 )
...
* stdlib tests now check refc too
* typo
* fixes line numbers
* disable cpp
* do not touch
2023-04-21 15:37:58 +02:00
ringabout
5e4dd571d4
fixes #20516 ; system.create doesn't work with bitfield objects ( #20518 )
...
* Revert "fixes #19000 (#19032 )"
This reverts commit 2bda4a30a6 .
* fixes #20516 ; add testcase
2022-10-08 17:38:22 +02:00
ringabout
3d2f0e2c7c
make more standard libraries work with nimPreviewSlimSystem ( #20343 )
...
* make more standard libraries work with `nimPreviewSlimSystem`
* typo
* part two
* Delete specutils.nim
* fixes more tests
* more fixes
* fixes tests
* fixes three more tests
* add formatfloat import
* fix
* last
2022-09-27 20:06:23 +02:00
ringabout
de70128fcc
follow up #19968 ; add more tests ( #20396 )
2022-09-20 16:14:01 -04:00
ringabout
e8556b45f5
fixes #19967 ; reset does not work on set [backport: 1.2] ( #19968 )
...
* fixes #19967
* use case
* add testcase
* fix typos
* explictly specify other branches
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com >
2022-08-23 18:38:12 +02:00
Andreas Rumpf
99c4b69097
fixed system.delete ( #18507 )
2021-07-18 15:16:26 +02:00
Heiko Nickerl
92cb765714
Raise IndexDefect when deleting element at out of bounds index ( #17821 )
...
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com >
Co-authored-by: Heiko Nickerl <mail@hnicke.de >
Co-authored-by: Heiko Nickerl <heiko.nickerl@flipapp.de >
2021-06-20 08:56:33 -07:00
Timothee Cour
ee6d56141c
fix #17911 rawProc for cpp ( #17912 )
2021-05-01 11:12:13 +02:00