Andrii Riabushenko
a50cfbf814
fix
2018-12-08 23:05:45 +00:00
Andrii Riabushenko
ae24b87219
Double sink checks
2018-12-08 23:04:38 +00:00
Araq
7a66616d74
fixes #9889 , fixes #9886
2018-12-08 23:48:20 +01:00
Timothee Cour
f838b1e6c1
fix #9872 : setLen now works properly at CT [backport]
2018-12-08 14:33:42 -08:00
Jacek Sieka
a65141fc0b
daily cruft removal
2018-12-08 13:36:38 -06:00
Andrii Riabushenko
e5b9d89bcf
style improvements
2018-12-08 19:20:34 +00:00
Andrii Riabushenko
0fdd7629b4
remove dropbits in favour of destructive moves
2018-12-08 19:18:00 +00:00
Andreas Rumpf
32a08d4450
Merge pull request #9895 from GULPF/unpack-defect
...
Make options.UnpackError inherit from system.Defect
2018-12-08 17:42:16 +01:00
Araq
e874705971
fixes nested gensym'ed parameters; fixes #9476
2018-12-08 13:30:06 +01:00
Andrii Riabushenko
5f9234e5cb
add comment, fixes #9896
2018-12-08 11:39:11 +00:00
Andrii Riabushenko
94a63eef9a
Fix hintXDeclaredButNotUsed for enum fields marked as used
2018-12-08 11:35:18 +00:00
Oscar Nihlgård
0a749f1a37
Make options.UnpackError inherit from system.Defect
2018-12-08 10:04:53 +01:00
Dominik Picheta
775bfb3e8d
Merge async common into asyncdispatch.
2018-12-07 22:47:10 +00:00
Andrii Riabushenko
43c70a6b12
improve test
2018-12-07 22:25:32 +00:00
Andrii Riabushenko
d9815574c0
more undo
2018-12-07 22:14:46 +00:00
Andrii Riabushenko
948c625f95
undo more stuff
2018-12-07 22:11:34 +00:00
Andrii Riabushenko
961b7a9f66
undo more changes
2018-12-07 22:00:55 +00:00
Andrii Riabushenko
4799589fb3
undo some changes
2018-12-07 21:59:43 +00:00
Arne Döring
43ea41bdf4
added lib/std/diff.nim
2018-12-07 16:21:50 +01:00
data-man
a38f353597
Add the parameter isSorted for the sequtils.deduplicate
2018-12-07 02:17:40 +05:00
Andreas Rumpf
160a034643
Merge pull request #9803 from GULPF/walkdirrec-relative
...
Add `relative` parameter to walkDirRec
2018-12-06 09:29:35 +01:00
Andreas Rumpf
d6dbc50793
Merge pull request #9873 from arnetheduck/uints-are-consts [bac,ö
...
allow uints to appear in deep constant expressions
2018-12-06 09:26:14 +01:00
Araq
7a0191ac7e
fixes #9441
2018-12-06 08:06:54 +01:00
Jacek Sieka
db51eb3e32
allow uints to appear in deep constant expressions
2018-12-05 20:33:49 -06:00
Andrii Riabushenko
135191d9d6
collapse to tables into one
2018-12-05 22:17:19 +00:00
Dominik Picheta
467274a19a
Merge pull request #9869 from nim-lang/timotheecour-patch-3
...
Update parseutils.nim
2018-12-05 21:54:54 +00:00
Andrii Riabushenko
268461f06e
add comment
2018-12-05 21:45:01 +00:00
Andrii Riabushenko
972707440a
remove debug
2018-12-05 21:37:27 +00:00
Andrii Riabushenko
f46573c1ed
remove debug statements
2018-12-05 21:36:42 +00:00
Andrii Riabushenko
69347f6c95
implement everything
2018-12-05 21:33:15 +00:00
Andrii Riabushenko
938d3ffad7
add test
2018-12-05 19:29:14 +00:00
Timothee Cour
14223c4b7f
Update parseutils.nim
2018-12-05 11:27:22 -08:00
Araq
bc8cea2672
fixes #9614 [backport]
2018-12-05 19:49:37 +01:00
Araq
1711a60f7b
fixes #9868
2018-12-05 16:16:58 +01:00
Araq
9eaf99f7e6
lambdalifting: be consistent in its handling for 'func'
2018-12-05 11:25:47 +01:00
Araq
af815c3c18
fixes #9864 [backport]
2018-12-05 10:58:18 +01:00
Araq
24106ade8f
hotfix: discriminants can be of size 8 bytes [backport]
2018-12-05 09:43:59 +01:00
Andreas Rumpf
d215296497
Merge pull request #9846 from timotheecour/pr_getpid
...
add os.getCurrentProcessId()
2018-12-05 08:12:17 +01:00
Andreas Rumpf
88dcad7c01
Merge pull request #9862 from zevv/posix-cmsg
...
Added CMSG_SPACE and CMSG_LEN macros to posix.nim
2018-12-05 08:11:27 +01:00
Araq
d50336837d
IC: much faster caching
2018-12-04 22:41:06 +01:00
Araq
633832d0de
times.nim: Minor formatting change in the example code
2018-12-04 22:41:06 +01:00
Ico Doornekamp
c37fdbf843
Added CMSG_SPACE and CMSG_LEN macros to posix.nim
2018-12-04 21:17:22 +01:00
Andreas Rumpf
5abb6caed8
Don't use deprecated fmod in VM ( #9837 )
...
* Don't use deprecated fmod in VM
* Update changelog
2018-12-04 16:50:54 +01:00
Timothee Cour
d502ddea9e
fix #9832 (fixup) ( #9859 )
2018-12-04 16:48:08 +01:00
data-man
d80e585438
Update changelog
2018-12-04 17:42:50 +05:00
rec
e3e5ae287f
Fix fat pointers, object copying, magic double evals on JS ( #9411 ) [backport]
...
* Add a test for issue #9389
* Fixes #9389 .
* Make object contructors copy objects properly by checking whether the expressions passed to them don't need to be copied.
* Make mArrToSeq implementation actually check if a copy needs to be made.
* Avoid unnecessary copy in mChr impl
* Assume set constructor elements need no copy
* Add a test for issue #9410
* Add a test
* fix passing fat pointers (#9410 )
* Enhance tests
* More tests and fixes
* Add more (failing) tests [ci skip]
* Added equality operator for fat pointers, more tests and fixes
* Fix printing uninitialized strings
* Fix mInc, mDec double eval, add more tests
* Tests
* Refactored, fixed multiple evals, revamped the tests, added missing ops
* Fix ups
* Fix #9643 and #9644
* add pointer normalization
2018-12-04 12:04:27 +01:00
Timothee Cour
e4850b7f1c
address comments
2018-12-04 02:51:27 -08:00
Jacek Sieka
07744b6e47
More dead code ( #9835 )
...
* remove more assignment flags
* needsComplexAssignment > containsGarbageCollectedRef
* remove OnStackShadowDup
2018-12-04 11:22:59 +01:00
Timothee Cour
05769020d3
fixes #9832 ( #9841 ) [backport]
2018-12-04 11:13:49 +01:00
Timothee Cour
c0a91970f2
fixup
2018-12-04 00:45:58 -08:00