Bung
|
a9bd78d579
fix #12122 (#21096)
|
2 years ago |
ringabout
|
06cd15663d
fixes ptr to cstring warnings[backport] (#20848)
|
2 years ago |
Timothee Cour
|
b24812df5f
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955)
|
3 years ago |
Timothee Cour
|
7e94420847
cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744)
|
3 years ago |
Timothee Cour
|
b9994925f5
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918)
|
3 years ago |
Timothee Cour
|
b3c3557c33
fix #16025 repr now consistent: does not insert trailing newline (#16034)
|
4 years ago |
Andreas Rumpf
|
da29222f86
init checks and 'out' parameters (#14521)
|
4 years ago |
Arne Döring
|
4005f0d0e4
forward type alignment information to seqs (#12430)
|
4 years ago |
Andreas Rumpf
|
fd85a5ae05
more fixes for --cpu:avr [backport] (#12748)
|
5 years ago |
Andreas Rumpf
|
1746da2d9e
--gc:destructors now means Nim uses pure refcounting (#12557)
|
5 years ago |
Araq
|
0eae2217b6
first implementation of the new --seqsv2 switch
|
5 years ago |
Andreas Rumpf
|
62aa1a3cfe
gc:destructors progress
|
5 years ago |
Timothee Cour
|
64168d4aea
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compile time; CTFFI now works with {dynlib} (#11635)
|
5 years ago |
Ico Doornekamp
|
a5686961bd
Make repr use 'ptr' for ptr types instead of 'ref' (#11626)
|
5 years ago |
Arne Döring
|
c7e1c665a1
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
|
5 years ago |
Ico Doornekamp
|
a170719d1a
repr on seq now outputs @[...] (#11224)
|
5 years ago |
Arne Döring
|
e904b3f952
code cleanup (#10874)
|
5 years ago |
Andreas Rumpf
|
43d570c178
gc:destructors: make system/repr compile
|
5 years ago |
Araq
|
3f6168b337
removes deprecated T/P types
|
6 years ago |
LemonBoy
|
72cd3b7914
Fix repr() for UncheckedArray (#9385)
|
6 years ago |
Araq
|
27f488e5d9
make more tests green; system.repr does not produce 'nil' for strings and seqs anymore
|
6 years ago |
Araq
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 years ago |
Andreas Rumpf
|
f485ebe162
--gc:destructors: next steps; WIP
|
6 years ago |
Fabian Keller
|
7c03c882f5
Remove more usages of unary lt (fixes #6634) (#6641)
|
7 years ago |
Andreas Rumpf
|
6a3288a60e
more replacements for the deprecated '<'
|
7 years ago |
Andreas Rumpf
|
3308d26581
breaking change: arrays of char do not convert to cstring; ptr to array of char does
|
7 years ago |
Arne Döring
|
c9a2acefc1
fix
|
7 years ago |
Arne Döring
|
ddea990a70
removed newString proc again, reverted some unnecesary changes
|
7 years ago |
Arne Döring
|
0852be2dec
remove $ for ptr/ref, prefer using string over array of char
|
7 years ago |
Arne Döring
|
1f7fc7f279
arrays can now be printed
|
7 years ago |