Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test failure | Timothee Cour | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | fix #8255 numerous issues with splitFile | Timothee Cour | 2018-12-19 | 1 | -0/+15 |
| | |||||
* | [os] fix #10017 regression, fix #10025 regression (#10018) | Timothee Cour | 2018-12-18 | 1 | -2/+5 |
| | | | | | * [os] fix #10017 regression * [os] fix #10025 regression | ||||
* | os.nim: use the new pathnorm.normalizePath implementation | Araq | 2018-12-14 | 1 | -55/+26 |
| | |||||
* | fixes joinPath regressions | Araq | 2018-12-13 | 1 | -0/+5 |
| | |||||
* | os.nim: big refactoring, use the new pathnorm that was extracted by ↵ | Araq | 2018-12-13 | 1 | -63/+94 |
| | | | | compiler/pathutils.nim; added os.relativePath | ||||
* | Rework nil/option for nre in light of ""==nil | Flaviu Tamas | 2018-12-11 | 3 | -18/+25 |
| | | | | Fixes #9243 | ||||
* | Revert 7f49364fd0 for nre | Flaviu Tamas | 2018-12-11 | 2 | -5/+5 |
| | |||||
* | Merge pull request #9805 from pacien/181126-list-append | Andreas Rumpf | 2018-12-11 | 1 | -1/+2 |
|\ | | | | | add SinglyLinkedList.append procs | ||||
| * | add SinglyLinkedList.append procs | pacien | 2018-11-27 | 1 | -1/+2 |
| | | |||||
* | | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -0/+1 |
| | | |||||
* | | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | | |||||
* | | megatest checks output and nimout | Arne Döring | 2018-12-11 | 1 | -11/+0 |
| | | |||||
* | | megatest can be executed | Arne Döring | 2018-12-11 | 2 | -2/+2 |
| | | |||||
* | | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 20 | -43/+11 |
| | | |||||
* | | Merge pull request #9803 from GULPF/walkdirrec-relative | Andreas Rumpf | 2018-12-06 | 1 | -0/+19 |
|\ \ | |/ |/| | Add `relative` parameter to walkDirRec | ||||
| * | Add `relative` parameter to walkDirRec | Oscar Nihlgård | 2018-11-26 | 1 | -0/+19 |
| | | |||||
* | | Add workingDir parameter to execProcess and test (#9549) | Tomohiro | 2018-11-26 | 2 | -0/+32 |
| | | | | | | | | | | | | * Add workingDir parameter to execProcess * Fix tests/stdlib/tosproc.nim compile error * Suppress output from tosproc.nim | ||||
* | | Added cgi.readData. Add test for cgi module. (#9645) | Constantine Molchanov | 2018-11-26 | 1 | -0/+23 |
| | | | | | | Added cgi.readData. Add test for cgi module. | ||||
* | | Windows: disabled tests | Araq | 2018-11-23 | 1 | -0/+1 |
| | | |||||
* | | eyewash | Arne Döring | 2018-11-23 | 1 | -1/+2 |
| | | |||||
* | | more tests fixed | Arne Döring | 2018-11-23 | 3 | -3/+20 |
| | | |||||
* | | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 14 | -108/+152 |
| | | |||||
* | | updated tests to be executed | Arne Döring | 2018-11-23 | 4 | -3/+25 |
| | | |||||
* | | delete old cruft | Arne Döring | 2018-11-23 | 1 | -11/+0 |
|/ | |||||
* | make tests green again | Araq | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -5/+5 |
| | |||||
* | times - remove unneeded negative sign when parsing formats z and zz (#9631) | pgkos | 2018-11-06 | 1 | -0/+9 |
| | | | | | | * fix wrong utcoffset sign for formats z and zz * add tests for the timezone offset formats | ||||
* | Add parsing empty attribs to htmlparser (#9559) | rec | 2018-10-30 | 1 | -1/+14 |
| | |||||
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 2 | -0/+0 |
| | | | | | * change generic `tissues` name to more specific * change `tvarious` to more specific names | ||||
* | Make htmlparser parse unquoted attrib values (#9537) | rec | 2018-10-29 | 1 | -0/+45 |
| | | | Fixes #6154 | ||||
* | Remove install.txt and readme.txt (#9521) | Utwo | 2018-10-28 | 3 | -3/+3 |
| | | | | | | | | * Remove install.txt and readme.txt * Refactor tests that use readme.txt * Tests open own source code | ||||
* | Fix strscans.scanp (#9518) | xzfc | 2018-10-28 | 1 | -0/+86 |
| | | | | | | | | * strscans: fix typo * strscans: fix #9240 * strscans: add tests | ||||
* | Parse the usage of the SQL in operator properly (#9527) | zah | 2018-10-28 | 1 | -1/+1 |
| | | | Also adds a `treeRepr` renderer for the SQL nodes. | ||||
* | add test case | Vindaar | 2018-10-20 | 1 | -0/+4 |
| | |||||
* | merge stdlib tests (#9439) | Miran | 2018-10-19 | 28 | -522/+458 |
| | |||||
* | fix #9394 by replacing `fmt` with `strutils.%` (#9417) | Vindaar | 2018-10-18 | 1 | -0/+7 |
| | | | | | | | | * fix #9394 by replacing `fmt` with normal string append Until issue #7632 is fixed, use string append. * use `strutils.%` instead of normal string add | ||||
* | fix #8225 os.isHidden was buggy on posix (#8315) | Timothee Cour | 2018-10-15 | 1 | -94/+113 |
| | | | | | | * fix #8225 isHidden was broken on posix * scope rest of tos.nim under blocks to avoid variable scope bugs | ||||
* | fixes #8916 by fixing typeinfo and marshal. (#9341) | Vindaar | 2018-10-13 | 1 | -0/+13 |
| | | | | | | | | | * fixes #8916 by removing `tyString`, `tySeq`, mod. marshal, typeinfo Need to check in `typeinfo` for nil of the underlying pointer. In marshal don't have to check for nil of seq anymore. * remove reference to string, sequence in `isNil` doc string | ||||
* | Testament pre parallel (#9137) | Jacek Sieka | 2018-10-12 | 1 | -1/+1 |
| | | | | | | | | | | * testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move | ||||
* | 8684 add shortcut sort procs (#9174) | Konstantin Molchanov | 2018-10-11 | 1 | -1/+61 |
| | | | | | | | | * Stdlib: Algorithm: Add shortcut versions of sort, sorted, and isSorted procs. * Add tests for sort, sorted, and isSorted procs from algorithm module. * Merge sort tests into tsortcall.nim, remove tsort.nim. * Stdlib: Algorithm: Add shortcut versions of sort, sorted, and isSorted procs. * Add tests for sort, sorted, and isSorted procs from algorithm module. * Merge sort tests into tsortcall.nim, remove tsort.nim. | ||||
* | Fix tests on NixOS (#9209) (#9285) | xzfc | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | * Replace `/bin/sleep` with just `sleep`, i.e. use environment variable `$PATH` to locate binary. * Replace `/usr/share/zoneinfo` with `$TZDIR` when it is defined, fallback to hardcoded path otherwise. This is the same behavior that Glibc2 normally have, see man 3 tzset. | ||||
* | fix #8341: add lastPathPart (#9116) | Timothee Cour | 2018-10-09 | 1 | -19/+42 |
| | |||||
* | os: use unlink() to remove file (#9220) | alaviss | 2018-10-09 | 1 | -0/+9 |
| | | | | | removeFile() behavior should now be consistant between Windows and POSIX Fixes #9200 | ||||
* | Fix #9126: use splitPath instead of substr | Yasuhiro Horimoto | 2018-09-30 | 1 | -0/+14 |
| | |||||
* | Convert *_family fields to cushort | LemonBoy | 2018-09-19 | 1 | -2/+2 |
| | | | | Fixes #9008 | ||||
* | add test case | Vindaar | 2018-09-17 | 1 | -0/+16 |
| | |||||
* | fixes #8911 | Andreas Rumpf | 2018-09-16 | 1 | -0/+15 |
| | |||||
* | fixes #8961 | Araq | 2018-09-14 | 1 | -1/+10 |
| | |||||
* | closes #5252 | Araq | 2018-09-03 | 1 | -0/+19 |
| |