Dominik Picheta
d0d1b396ed
Added test for #600 .
2016-01-16 14:29:48 +00:00
Dominik Picheta
a395182dd7
Added test for code in @def-'s comment in #1502 .
2016-01-16 14:14:29 +00:00
Dominik Picheta
23cebff5fc
Added test for #1512 .
2016-01-16 14:09:28 +00:00
Dominik Picheta
abc72eb919
Added test for #1642 .
2016-01-16 14:02:25 +00:00
Dominik Picheta
19ea2672c5
Added test for #1846 .
2016-01-16 13:58:40 +00:00
Dominik Picheta
ac71ece673
Added test for #1911 .
2016-01-16 13:56:44 +00:00
Dominik Picheta
bc65a7c76b
Added test for #1923 .
2016-01-16 13:54:28 +00:00
Dominik Picheta
40ae1ad363
Added test for #2138 .
2016-01-16 13:49:37 +00:00
Dominik Picheta
b6e8a1437b
Added test for #3304
2016-01-16 13:32:26 +00:00
Andreas Rumpf
35b65e6f4e
Merge branch 'devel' into new-ll
2016-01-14 15:05:48 +01:00
Andreas Rumpf
2e62090ec3
Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl
...
fixes #3498
2016-01-14 15:03:53 +01:00
Andreas Rumpf
1124c61c49
Merge branch 'devel' into new-ll
2016-01-14 15:01:55 +01:00
Andreas Rumpf
3838cd0066
fixes iterator codegen regression
2016-01-14 10:52:18 +01:00
Andreas Rumpf
9097033b4e
fixes yet another regression
2016-01-13 13:47:13 +01:00
Andreas Rumpf
6fbde1f4fb
fixes another regression
2016-01-13 11:36:34 +01:00
Andreas Rumpf
d0709cc758
fixes more regressions
2016-01-13 03:03:59 +01:00
Andreas Rumpf
5be6c95d21
fixes async regression
2016-01-11 11:11:44 +01:00
Dominik Picheta
fffdae32c7
Fixed TimeInterval bug.
2016-01-08 11:54:34 +00:00
Dominik Picheta
09b159b816
Fixed ttime test. Improved docs in times module.
2016-01-08 11:46:11 +00:00
Dominik Picheta
596d400825
Merge branch 'times_intervals' of https://github.com/jlp765/Nim into jlp765-times_intervals
2016-01-08 11:12:16 +00:00
Andreas Rumpf
0844941b35
fixes regressions
2016-01-08 12:08:42 +01:00
Andreas Rumpf
4d10937a30
fixes regressions
2016-01-05 15:39:49 +01:00
Andreas Rumpf
1a2bda45ec
fixes #2007
2016-01-05 10:20:24 +01:00
Andreas Rumpf
164ebb6762
made test green
2016-01-05 10:19:36 +01:00
andri lim
aebad711ea
fixed #2240 and #3586
2016-01-05 07:52:56 +07:00
Andreas Rumpf
3d7c57db88
fixes #2659
2016-01-04 03:10:09 +01:00
Andreas Rumpf
159a2ff955
fixes #3636
2016-01-04 02:04:59 +01:00
Andreas Rumpf
8fb6865b24
fixes #1725
2016-01-04 00:51:45 +01:00
Andreas Rumpf
b4c62d5fed
async works again
2016-01-03 23:20:53 +01:00
Andreas Rumpf
813f98fb34
further progress on closure iterators; tforum still failing
2016-01-03 21:16:07 +01:00
Andreas Rumpf
307a6095fa
made closure iterators tests green, updated docs
2015-12-31 00:16:38 +01:00
Andreas Rumpf
250e81ceda
Merge branch 'devel' into new-ll
2015-12-29 20:45:22 +01:00
Andreas Rumpf
255177f7cd
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
2015-12-29 20:39:52 +01:00
Andreas Rumpf
bbb5ce38c7
updated test cases
2015-12-29 20:25:05 +01:00
Andreas Rumpf
e079db95f8
changed testcase for new LL semantics
2015-12-29 19:42:11 +01:00
Andreas Rumpf
99f167724b
updated test case for changed LL
2015-12-29 19:41:26 +01:00
trustable-code
3c557a0144
fix issue #3550
2015-12-24 00:07:03 +01:00
Andreas Rumpf
86bb9d8b47
Merge pull request #3651 from jangko/vm_'excl'
...
fixed compile time `excl ` cause SIGSEGV #3639
2015-12-21 00:40:24 +01:00
jangko
26d02c9120
fixed VM touint conversion #2514
2015-12-19 12:53:51 +07:00
jangko
60a400eeb0
fixed compile time excl cause SIGSEGV #3639
2015-12-17 10:14:48 +07:00
JamesP
8af8f7673b
add timeinterval helping functions as per issue #3609
...
add tests to ttime.nim for timeinterval add/subtract functionality
Changed assert to doAssert in ttime.nim
Added extra tests to ttime.nim
Removal of singular help procs for working with TimeIntervals
Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results
Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute
2015-12-08 10:16:42 +10:00
Dominik Picheta
8e38510aff
Merge pull request #3617 from FedericoCeratto/3611
...
Fix fsmonitor filter logic, add test. Closes : #3611
2015-12-04 15:17:03 +00:00
Araq
760242b870
removes 'x is iterator' special casing in the language
2015-12-03 01:08:03 +01:00
Federico Ceratto
05b856df23
Closes : #3611
2015-12-02 16:05:50 +00:00
Dominik Picheta
93ea2e0752
Merge pull request #3610 from jlp765/timesX
...
Move tests from times module to ttime.nim test file
2015-12-02 12:28:37 +00:00
Andreas Rumpf
92e80e68bd
make tests green again
2015-12-01 21:22:23 +01:00
JamesP
c660a7f942
add assertion tests from times module to ttime.nim test file in tests\stdlib
2015-12-01 18:07:31 +10:00
Araq
0d8c762452
cleanup of some tests
2015-12-01 00:53:30 +01:00
Araq
217e0ab6e9
lambda lifting support for iterToProc plugin
2015-12-01 00:53:30 +01:00
Yuriy Glukhov
2fcc37fd2b
fixed float formatting for js
2015-11-26 01:10:52 +02:00