Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #12315 [backport]; refs #12314 (#12385) | Andreas Rumpf | 2019-10-08 | 1 | -3/+17 |
| | |||||
* | Fixes #12187 (#12321) | Clyybber | 2019-10-08 | 1 | -1/+1 |
| | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only | ||||
* | On windows, os.relativePath returns path as is when roots are different (#12329) | Tomohiro | 2019-10-07 | 1 | -0/+15 |
| | | | | | | | * On windows, os.relativePath returns path as is when roots are different * Implement os.sameRoot without windows API * Fix compile error when compiling lib/nimhcr.nim * Fix compile error when compiling lib/nimhcr.nim on Windows | ||||
* | Fix reference to parseSpec proc in readme (#12359) | kraptor | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed sizeOf to sizeof (#12347) | Ridho Pratama | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | azure: disable failing tests | Leorize | 2019-10-03 | 4 | -10/+8 |
| | |||||
* | Sets need copying in JS (#11392) | hlaaftana | 2019-10-02 | 1 | -0/+14 |
| | | | | | | * Sets need copying in JS * Fixes #11353 * Add test for #11353 | ||||
* | Fix how `relativePath` handle case sensitiviy (#12312) [backport] | Tomohiro | 2019-10-01 | 1 | -0/+4 |
| | |||||
* | macros.newLit now works for ref object types (#12307) | zah | 2019-09-30 | 1 | -0/+25 |
| | |||||
* | More of StringStream now works at compile time (#12284) | Clyybber | 2019-09-29 | 1 | -0/+11 |
| | | | | | | | | * readLine of StringStream now works at compile time * Work for js backend only at compile time * readAll now works at CT * readAll works in js ct now * Add test | ||||
* | Fixes #10514 (#12268) | Clyybber | 2019-09-28 | 1 | -0/+15 |
| | | | | | | | | | | * Fixes #10514 (cherry picked from commit f6f789bb4db2a367384ba6ad75706edd503de1f8) * Add comment * Add changelog entry | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 23 | -29/+29 |
| | |||||
* | Locks modules should give a compile error when threads are not enabled. (#12231) | Ray Imber | 2019-09-26 | 1 | -0/+1 |
| | | | | | | | | * Locks modules should give a compile error when threads are not enabled. * fix the compile flags to make the tests pass, or ignore files where necessary. * Fixed when statement to account for doc builds. | ||||
* | Fix issue with long wait for passed timer [bugfix] (#12221) | PMunch | 2019-09-22 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | * Fix issue with long wait for passed timer [bugfix] This fixes a small issue where a timer that had been completed while code executed would still wait for more events before being considered completed. This would in some scenarios incur a 500ms delay to the completion of a timer. * Refactor logic into * Add test case based on original issue * Use longer timeouts to be more lenient in checking * Revert to short timeouts, but widen the accepted range * Widen accepted range further, it is meant to check for a 500ms delay after all * Increase poll timeout to make it easier to detect mistakes | ||||
* | fixes #12224 (#12225) | cooldome | 2019-09-21 | 1 | -0/+24 |
| | | | | | | * fixes #12224 * improve test | ||||
* | asyndispatch: removed deprecated setEvent proc | Araq | 2019-09-21 | 2 | -7/+7 |
| | |||||
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 2 | -11/+347 |
| | | | | | * importjs symbol * importjs warning message, minor warning fixes | ||||
* | consistent floating point output (#12219) | Andreas Rumpf | 2019-09-20 | 1 | -1/+1 |
| | | | | | * unify float printing * makes tests green | ||||
* | fixes #10981; fixes #7261 (#12217) | Andreas Rumpf | 2019-09-19 | 1 | -0/+99 |
| | |||||
* | rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207) | Arne Döring | 2019-09-18 | 1 | -0/+13 |
| | |||||
* | fixes the testcase | Araq | 2019-09-17 | 1 | -2/+1 |
| | |||||
* | added a testcase for #12195; testament now supports a 'timeout' spec field | Araq | 2019-09-17 | 2 | -0/+33 |
| | |||||
* | fixes #12193 (#12199) | Andreas Rumpf | 2019-09-16 | 1 | -0/+18 |
| | |||||
* | fixes #12196 | Araq | 2019-09-16 | 1 | -0/+7 |
| | |||||
* | close #7104 by writing a test | narimiran | 2019-09-13 | 1 | -2/+21 |
| | |||||
* | close #6731 by writing a test case | narimiran | 2019-09-13 | 2 | -0/+5 |
| | |||||
* | no commas for empty importcpp splat params (#12183) | Jasper Jenkins | 2019-09-12 | 1 | -2/+9 |
| | |||||
* | fixes #12171 (#12173) | Andreas Rumpf | 2019-09-11 | 1 | -2/+21 |
| | |||||
* | fixes #12051 | Araq | 2019-09-10 | 1 | -2/+21 |
| | |||||
* | Fixed yield in nnkChckRange (#12160) | Yuriy Glukhov | 2019-09-10 | 1 | -0/+14 |
| | |||||
* | Merge pull request #12153 from dumjyl/get_type-range | Andreas Rumpf | 2019-09-08 | 1 | -5/+10 |
|\ | | | | | fix range.getType crash | ||||
| * | fix range.getType crash | Jasper Jenkins | 2019-09-05 | 1 | -5/+10 |
| | | |||||
* | | error for NimNode index kind (#12154) | Jasper Jenkins | 2019-09-08 | 3 | -0/+24 |
| | | |||||
* | | #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143) | Euan | 2019-09-06 | 1 | -1/+5 |
| | | | | | | | | | | | | * Define SDL lib name for OpenBSD and FreeBSD * Merge Linux and FreeBSD definitions | ||||
* | | exportc now mangles same as importc, fixes #10578 (#12144) | Timothee Cour | 2019-09-06 | 2 | -0/+31 |
| | | | | | | | | | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.} | ||||
* | | fixes yet another gensym regression (#12145) | Andreas Rumpf | 2019-09-06 | 3 | -7/+31 |
| | | |||||
* | | allows access to .compileTime vars at runtime (#12128) | Andreas Rumpf | 2019-09-05 | 1 | -1/+10 |
| | | |||||
* | | fixes #12121 (#12126) | Andreas Rumpf | 2019-09-05 | 1 | -0/+31 |
| | | |||||
* | | fixes #11713, fixes #1034 | Araq | 2019-09-04 | 1 | -0/+20 |
| | | |||||
* | | gcbench: better memory usage report | Andreas Rumpf | 2019-09-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'devel' into uint-range-checks | Andreas Rumpf | 2019-09-02 | 5 | -4/+49 |
|\| | |||||
| * | revert #12100; typeof(nil) is weird enough, don't allow it as the return type | Andreas Rumpf | 2019-09-02 | 1 | -3/+0 |
| | | |||||
| * | sink as lvalue (#12108) | Andreas Rumpf | 2019-09-02 | 1 | -0/+13 |
| |\ | |||||
| | * | sink as lvalue | Andrii Riabushenko | 2019-09-02 | 1 | -0/+13 |
| | | | |||||
| * | | fixes #12020 (#12106) | Andreas Rumpf | 2019-09-02 | 1 | -0/+19 |
| | | | |||||
| * | | weaking unsigned/signed indexing requirements in order to not break too much ↵ | Araq | 2019-09-02 | 1 | -0/+6 |
| | | | | | | | | | | | | existing code | ||||
| * | | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -1/+11 |
| |/ | |||||
* | | makes more tests green | Andreas Rumpf | 2019-09-02 | 2 | -9/+9 |
| | | |||||
* | | makes test green again | Araq | 2019-09-02 | 1 | -3/+3 |
| | | |||||
* | | added more tests and updated the changelog | Araq | 2019-09-02 | 1 | -0/+14 |
| | |