Miran
a4883b8426
make nimble packages testing more robust ( #10984 )
...
* better tests for the existing packages
* enable testing for packages not in packages.json
* add new packages
2019-04-09 19:38:49 +02:00
Araq
2430521c84
newruntime: fixes memory leak
2019-04-09 12:20:10 +02:00
Araq
32ad3bb236
make 'raise' statement work with --newruntime
2019-04-09 11:39:10 +02:00
Araq
d59e9c37fa
added lowerings.evalOnce
2019-04-09 11:38:54 +02:00
Araq
da6ff14184
don't emit an implicit try finally when in system.nim in order to prevent endless recursions in the try handler
2019-04-09 11:22:23 +02:00
Araq
0a01f5b655
strs.nim: fixed a silly typo
2019-04-09 11:21:35 +02:00
Araq
f44e1e2214
make tests green again
2019-04-09 09:11:44 +02:00
Arne Döring
2c645eded5
add strformat limitations section ( #10982 )
...
* add strformat limitations section
* Update lib/pure/strformat.nim
2019-04-09 08:14:59 +02:00
Andreas Rumpf
58df5b0a8f
allocators.nim: use zero initialization
2019-04-08 23:07:21 +02:00
Araq
430814fdb3
make it compile with older nim versions
2019-04-08 17:17:54 +02:00
Araq
6efa7ecf18
respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules
2019-04-08 17:09:27 +02:00
Araq
9565b844dd
compute sinks/assignments properly for for-loop iteration variables
2019-04-08 13:53:15 +02:00
Araq
001835bdec
use old for loop unpack syntax for bootstrapping
2019-04-08 07:48:51 +02:00
Andreas Rumpf
b2898cd254
an owned ref parameter behaves as a 'sink' parameter
2019-04-07 23:11:37 +02:00
Andreas Rumpf
f08e90f0d6
more efficient enumToStr implementation that works without the old typeinfo structures
2019-04-07 21:14:54 +02:00
Araq
f6ad071a46
make strformat work as NimScript again
2019-04-06 20:56:48 +02:00
Araq
9f5d9d1993
makes koch.nim sem'check with --newruntime
2019-04-06 19:13:10 +02:00
Araq
f1ee36692a
fixes compiler regression
2019-04-06 19:12:44 +02:00
Araq
6e6a9a721f
destructors: we are cooking now
2019-04-06 17:32:53 +02:00
Araq
fab75fbaf1
added nimAsgnStrV2 compilerproc
2019-04-06 17:32:53 +02:00
Araq
1a202b9754
render lent types properly
2019-04-06 17:32:53 +02:00
Andreas Rumpf
bc681a328f
fixes unowned->owned conversion rule
2019-04-06 09:53:59 +02:00
Alexander Ivanov
f101f09256
Fix astdef typ deref ( #10245 )
2019-04-05 16:43:36 +02:00
Arne Döring
3a5a0f6d46
Strformat symbol binding ( #10927 )
2019-04-05 15:27:04 +02:00
Araq
f2f9386101
make sets.nim useful for selective 'from import's
2019-04-05 14:57:59 +02:00
cooldome
e749fc08e7
fixes #10943 ( #10947 )
2019-04-05 14:50:57 +02:00
Andreas Rumpf
efeee326f8
destructors: progress
2019-04-05 12:38:30 +02:00
Andreas Rumpf
3e3a8bd4cd
newruntime: codegen fix
2019-04-05 12:38:30 +02:00
Miran
f309e4ff54
relax warning about inconsistent spacing ( #10968 )
...
Now the warning is raised only in the cases when there is an
inconsistency in the style (spacing vs no spacing):
* if a> b --> warning
* if a > b --> no warning
2019-04-05 12:37:33 +02:00
cooldome
795de374fb
fixes destructor tuple regression #10940 ( #10941 )
...
* fixes #10940
* bug fixes
* fix spacing
2019-04-04 20:46:02 +01:00
Araq
d5f2a5c204
add back what was required
2019-04-04 16:35:15 +02:00
Araq
228d53006a
refactoring: move threadlocalstorage into its own file
2019-04-04 16:35:15 +02:00
Araq
c9c6741cde
newruntime: fixes codegen for closures
2019-04-04 16:35:15 +02:00
tofu
94a21134e9
fixes #9811 ( #10961 )
...
* fixed wrong default indent value (nimpretty)
* fixed help message of nimpretty
2019-04-04 15:09:01 +02:00
tofu
a990afcedc
fixes #10200 ( #10950 )
...
* fixes #10200
* add rule for other comparison operators
* add rule for '!='
* add test
* fixed to pass the test
2019-04-04 14:58:54 +02:00
cooldome
8546393ddb
Merge pull request #10954 from cooldome/atomicInc_regression
...
fixes regression #10953
2019-04-04 11:42:08 +01:00
Arne Döring
65ee80e50c
Pure ref object; fixes #10721 ( #10955 )
2019-04-04 09:06:12 +02:00
Arne Döring
e5cdd7f773
add alias for --debugger:native ( #10957 )
2019-04-04 08:59:26 +02:00
MrZoraman
c6327e229a
Fix dead sequtils link ( #10960 ) [ci skip]
2019-04-04 07:03:15 +02:00
Andrii Riabushenko
ad1c6fe8b9
fixes #10953
2019-04-03 15:06:26 +01:00
cooldome
dc2986789b
fixes #10942 . Lent T bug ( #10946 )
...
* fixes #10942
* add test
* bug build
2019-04-03 15:55:53 +02:00
cooldome
734da9544d
fixes #10948 ( #10949 )
2019-04-03 10:42:41 +02:00
Andreas Rumpf
eaca62f331
make tests green again
2019-04-02 14:55:45 +02:00
Miran
d337e4a932
md5: add missing .gcsafe. to the forward declarations ( #10944 )
2019-04-02 14:44:19 +02:00
Araq
f2691fdc7e
try to make travis green
2019-04-02 12:24:58 +02:00
Araq
9029257a99
attempt to make the CIs green again
2019-04-02 11:01:38 +02:00
Araq
0b96b135f8
simple program works with --newruntime
2019-04-02 10:43:11 +02:00
Miran
b707790519
do not display stacktrace twice, fixes #10922 ( #10939 )
2019-04-02 09:10:03 +02:00
Araq
f5a7a3bee9
make megatest work again
2019-04-02 08:23:13 +02:00
Araq
b77a2037f8
newruntime: progress
2019-04-02 00:46:38 +02:00