Charles Blake
bde899d4f8
Attempt to close https://github.com/nim-lang/Nim/issues/11430
2019-06-12 07:44:56 -04:00
Jasper Jenkins
da035e9c83
[bugfix] fix nimpretty for absolute paths ( #11480 )
2019-06-12 11:59:25 +02:00
Araq
b056d32a79
[refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217
2019-06-12 10:44:45 +02:00
Arne Döring
e4d0f4fee0
fix regression in semfold for old right shift ( #11477 )
2019-06-12 09:26:30 +02:00
Araq
c07973e313
[refactoring] liftdestructors is now a module of its own
2019-06-12 08:45:47 +02:00
Araq
549d8cc0c6
[other] make typeAllowed easier to debug by using structured programming
2019-06-12 08:45:47 +02:00
Andreas Rumpf
572b7c37a5
[other] preparations for --styleCheck:error for the Nim compiler ( #11478 )
2019-06-12 08:35:32 +02:00
Arne Döring
c7e1c665a1
[refactoring] refactor the compiler and stdlib to deprecation warnings ( #11419 )
2019-06-11 16:49:56 +02:00
Juan Carlos
3d13103443
[bugfix] Add .nimf to mimetypes ( #11417 )
2019-06-11 16:46:15 +02:00
Hitesh Jasani
a9aef65b2d
[feature] Enable Oid usage in hashtables ( #11472 )
2019-06-11 15:06:46 +02:00
Miran
b3d2cd738a
[other] better error message for IndexError for empty containers ( #11476 )
2019-06-11 14:34:21 +02:00
Miran
639e9a7aa9
[other] test 6 more nimble packages ( #11464 )
2019-06-11 11:43:54 +02:00
Andreas Rumpf
51ac2e67bf
newruntime: added a basic table test
2019-06-11 08:58:11 +02:00
jiro
ced0527ae3
streams: change error message of openFileStream ( #11438 ) [feature]
2019-06-10 21:00:55 +02:00
Kaushal Modi
f8c8e319bc
Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] ( #11444 )
...
Fixes https://github.com/nim-lang/Nim/issues/11427 .
2019-06-10 20:52:56 +02:00
Kaushal Modi
2334680b3d
Use TMPDIR env var if available to get the temp dir name ( #11443 ) [bugfix]
...
Additionally, use normalizePathEnd to suffix the dir name with "/" or
"\" as appropriate for the current OS.
Fixes https://github.com/nim-lang/Nim/issues/11439 .
2019-06-10 19:59:51 +02:00
Arne Döring
94177f7357
VM can now cast integer type arbitrarily. ( #11459 ) [feature]
2019-06-10 19:58:11 +02:00
Miran
7cf9b522b5
[bugfix] rename Nimrod to Nim, fix #11460 ( #11462 )
2019-06-10 12:54:43 +02:00
Juan Carlos
3a91a93584
Fixes #11431 ( #11451 ) [bugfix]
2019-06-10 10:53:34 +02:00
Andreas Rumpf
caf93f4355
nimpretty: smart tabs support, fixes #9399 [bugfix]
2019-06-10 10:50:15 +02:00
Juan Carlos
22a1b12038
[documentation] fix #11281 , httpclient examples ( #11455 )
2019-06-10 09:31:57 +02:00
Andreas Rumpf
cb47e49d3b
nimpretty: keep a seq of tokens instead of a single string to enable better transformations [refactoring]
2019-06-09 22:22:50 +02:00
Andreas Rumpf
8317de7648
complex.nim: reformating [other]
2019-06-09 22:22:50 +02:00
Kaushal Modi
3c62d41468
Make -d:tempDir switch work once again [bugfix] ( #11442 )
...
Fixes https://github.com/nim-lang/Nim/issues/11441 .
2019-06-09 08:54:15 +02:00
nc-x
bce908f6ee
fix koch docs failing at io.nim with import os in config.nims ( #11418 ) [bugfix]
2019-06-08 00:37:08 +02:00
Miran
bf9f1f7b45
[bugfix] hashes: fix regression for nested containers ( #11426 )
...
Move forward declarations earlier.
2019-06-08 00:34:11 +02:00
Andreas Rumpf
bf63d83a97
update the nimc.rst document about the release/danger split [bugfix]
2019-06-08 00:13:57 +02:00
Andreas Rumpf
9f82e07b2d
nimpretty: fixes #10156 [bugfix]
2019-06-08 00:00:00 +02:00
Andreas Rumpf
2c03c9f42e
updates the contributing guidelines [other]
2019-06-07 16:21:01 +02:00
Arne Döring
99a4fed96b
fix for passing tuples as static params to macros ( #11423 ); fixes #10751 [bugfix]
...
* add vm value preparation proc
* small optimization
2019-06-07 14:34:59 +02:00
Araq
12fc1dfb2c
nimpretty: closes #10159 [bugfix]
2019-06-07 13:03:04 +02:00
Araq
667af87e66
nimpretty: fixes #9505 [bugfix]
2019-06-07 12:59:31 +02:00
Araq
790bc5b07b
nimpretty: fixes #10177 [bugfix]
2019-06-07 11:50:56 +02:00
Araq
5a37224102
develop version is 0.20.99 [feature]
2019-06-07 10:49:56 +02:00
Araq
447cc1ff09
nimpretty: fixes #10295
2019-06-07 10:37:00 +02:00
Dominik Picheta
554908df0c
Create FUNDING.yml
2019-06-06 21:58:25 +01:00
Andreas Rumpf
e7471cebae
koch.nim: hotfix for nightly builds
v0.20.0
2019-06-06 19:57:54 +02:00
Andreas Rumpf
abaa42fd8a
cleanup nimpretty's config
2019-06-06 19:57:42 +02:00
narimiran
7a670a6bc9
more changelog fixes
2019-06-06 08:57:50 +02:00
Arne Döring
cfeb9d2c50
Bit operator names 2 ( #11413 )
...
* add bit operator names
* add test for bitop alias
2019-06-06 08:36:20 +02:00
Araq
4296bddccb
fixes #11412
2019-06-06 07:56:19 +02:00
Araq
1d23d7472b
a new dawn
2019-06-06 07:56:06 +02:00
narimiran
56f79ab0b8
changelog: fix typos, create a changelog for 0.20
2019-06-05 22:57:28 +02:00
Araq
591007878c
cleaned up the changelog
2019-06-05 22:48:27 +02:00
Araq
f844891e48
make megatest work with 'koch boot -d:release' too
2019-06-05 22:32:19 +02:00
narimiran
be9c38d265
bump version to 0.20.0
2019-06-05 18:38:45 +02:00
Tristano Ajmone
5a4122dc98
Ignore dochack.js ( #11409 )
...
Add to `.gitignore` rule for `/tools/dochack/dochack.js`.
After building locally Nim and running `koch docs`, the `dochack.js`
file was showing up in Git working tree as a new untracked file.
Closes #11374 .
2019-06-05 18:26:57 +02:00
Araq
8cc9753285
fixes #11405
2019-06-05 16:26:23 +02:00
Tristano Ajmone
6ebbff0a11
Fix strscans Docs ( #11408 ) [ci skip]
...
Amend two typos in the documentation of strscans library:
- `a ^* b` instead of `a ^+ b`.
- Remove hyphen from `$w` ASCII identifier `[A-Z-a-z_][A-Za-z_0-9]*`
(matching `IdentStartChars` definition in parseutils).
2019-06-05 16:20:13 +02:00
andri lim
c16a753822
fix macrocache implementation ( #11404 )
...
* macrocache improvements
* fix macrocache implementation
2019-06-05 14:56:45 +02:00