summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* make the tester compile without warningsAndreas Rumpf2018-05-061-4/+4
|
* update the changelogAndreas Rumpf2018-05-061-432/+0
|
* Merge branch 'devel' into araq-parser-fixesAndreas Rumpf2018-05-067-17/+23
|\
| * make tests greenAndreas Rumpf2018-05-056-17/+17
| |
| * Merge pull request #7624 from skilchen/fix-issue7620Dominik Picheta2018-05-031-0/+6
| |\ | | | | | | there is no hour 0 in am/pm time (see #7620)
| | * there is no hour 0 in am/pm timeskilchen2018-04-161-0/+6
| | |
* | | fixes #7582Andreas Rumpf2018-05-052-2/+13
|/ /
* | make tests greenAraq2018-05-021-9/+6
| |
* | make tests green againAndreas Rumpf2018-05-0218-102/+102
| |
* | make 'not nil' experimentalAndreas Rumpf2018-05-028-9/+13
| |
* | Don't hide overflow/underflow/divbyzero in semfold (#7732)Oscar Nihlgård2018-05-022-1/+24
| | | | | | | | | | * firstOrd/lastOrd bugfix * Don't hide overflow/underflow/divbyzero in semfold
* | make tests green againAraq2018-04-301-1/+1
| |
* | make more tests greenAraq2018-04-303-3/+1
| |
* | make more tests greenAndreas Rumpf2018-04-304-5/+5
| |
* | make more tests greenAndreas Rumpf2018-04-301-2/+2
| |
* | update the documentation about the new strings/seqs behavioursAndreas Rumpf2018-04-291-1770/+0
| |
* | make memoization test compile againAndreas Rumpf2018-04-291-1/+1
| |
* | disable hanging testAndreas Rumpf2018-04-291-0/+1
| |
* | correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-0/+56
| |
* | make tests green againAndreas Rumpf2018-04-282-8/+8
| |
* | fixes #7601, array construction of ptr generics (#7671)andri lim2018-04-272-0/+68
| | | | | | | | | | | | * fixes #7601, array construction of ptr generics * add more test
* | nil in string concats does not produce crashes anymoreAndreas Rumpf2018-04-271-0/+25
| |
* | fixes #7600, generic object with generic ref object parent typerel bug (#7678)andri lim2018-04-272-0/+35
| | | | | | | | | | | | * fixes #7600 * fix wrong logic
* | Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-255-10/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes #802, #803 and #3775 - genscript issues * Test case for genscript * Test script * Verify on Linux * Update categories.nim * Fix merge * Improve test framework * Windows fixes
* | Rename `Time.nanoseconds` to `nanosecond` (#7673)Oscar Nihlgård2018-04-251-2/+6
| | | | | | | | | | | | * Rename `Time.nanoseconds` to `nanosecond` * Fix bug with Duration comparision
* | make tests green againAndreas Rumpf2018-04-242-0/+2
| |
* | .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-1/+1
| |
* | Don't escape multibyte characters (#7570)Oscar Nihlgård2018-04-231-2/+8
| |
* | remove dead code elimination option (#7669)Jacek Sieka2018-04-2315-19/+12
| |
* | make tests green againAndreas Rumpf2018-04-221-1/+1
| |
* | make tests green againAndreas Rumpf2018-04-221-11/+5
| |
* | fixes #5113Andreas Rumpf2018-04-211-0/+9
| |
* | fixes #6393Andreas Rumpf2018-04-211-0/+9
| |
* | fixes #7637; assignments are not allowed to slice object; minor breaking changeAndreas Rumpf2018-04-213-13/+34
| |
* | Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)Oscar Nihlgård2018-04-191-1/+8
| |
* | hasCustomPragma/getCustomPragmaVal: small fix (#7650)RSDuck2018-04-191-1/+9
| | | | | | | | | | | | | | | | * fix hasCustomPragma/getCustomPragmaVal for types without pragma * fix pragma on pointer test * removed trailing spaces
* | fixes #7638; awaitAny blocks if the flow vars all have been complete alreadyAndreas Rumpf2018-04-191-0/+35
| |
* | test case for #1154 (#7648)genotrance2018-04-181-0/+11
| |
* | test case for #2416 (#7649)genotrance2018-04-182-0/+3
| |
* | eqIdent new returns false on non identifier types (#7629)Arne Döring2018-04-171-0/+17
| |
* | osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-161-0/+24
|/ | | Calling close() in some cases issued two close() syscalls to one FD, which is incorrect in multithreaded programs.
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-161-21/+24
| | | | | | * TimeInterval optimization * Fix typo in `$`(Duration)
* move eqIdent to vm.nim (#7585)Arne Döring2018-04-151-0/+42
| | | | | | * Strutils comment changes. * fix typo
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-4/+4
| | | | | * rename SomeReal to SomeFloat * added changelog entry
* Fix cmpStrings in js mode (#7604)treeform2018-04-151-0/+9
|
* implements first version of for-loop macrosAndreas Rumpf2018-04-151-0/+44
|
* fixes #7451 (#7575)RSDuck2018-04-141-11/+90
|
* make JS tests green againAndreas Rumpf2018-04-141-1/+1
|
* fixes #4470Andreas Rumpf2018-04-131-1/+11
|
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+13
|