Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test | andri lim | 2016-10-27 | 1 | -0/+13 |
| | |||||
* | Merge pull request #4924 from nigredo-tori/fix-4917 | Andreas Rumpf | 2016-10-24 | 1 | -0/+22 |
|\ | | | | | Make createDir return discardable bool | ||||
| * | Improve as previously discussed | Dmitry Polienko | 2016-10-22 | 1 | -0/+10 |
| | | | | | | | | Better name for exposed primitive function, checks for pre-existing files | ||||
| * | Revert createDir signature, expose rawCreateDir | Dmitry Polienko | 2016-10-22 | 1 | -7/+0 |
| | | |||||
| * | Make createDir return discardable bool | Dmitry Polienko | 2016-10-22 | 1 | -0/+19 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-10-24 | 4 | -3/+35 |
|\ \ | |||||
| * \ | Merge pull request #4800 from Wh1teDuke/FixTesterRunOpt | Andreas Rumpf | 2016-10-24 | 2 | -3/+9 |
| |\ \ | | | | | | | | | [Tester] allow running single tests with 'run' option | ||||
| | * | | Run Option: use now processSingleTest | Wh1teDuke | 2016-09-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add processSingleTest, remove file arg from processCategory | Wh1teDuke | 2016-09-19 | 1 | -2/+8 |
| | | | | |||||
| * | | | Merge pull request #4819 from andreaferretti/usefulmacros | Andreas Rumpf | 2016-10-24 | 1 | -0/+13 |
| |\ \ \ | | | | | | | | | | | Some useful macros | ||||
| | * | | | Added a dump macro for debugging | Andrea Ferretti | 2016-09-22 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Merge pull request #4812 from andreaferretti/jsconsole | Andreas Rumpf | 2016-10-24 | 1 | -0/+13 |
| |\ \ \ \ | | | | | | | | | | | | | Added js console object | ||||
| | * | | | | Updated js console logging to avoid wrapping into array | Andrea Ferretti | 2016-10-06 | 1 | -2/+6 |
| | | | | | | |||||
| | * | | | | Added js console object | Andrea Ferretti | 2016-09-21 | 1 | -0/+9 |
| | |/ / / | |||||
* | | | | | make tgetfileinfo work on Windows | Araq | 2016-10-24 | 1 | -8/+16 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/rudis/Nim into rudis-devel | Araq | 2016-10-24 | 1 | -1/+31 |
|\ \ \ \ \ | |||||
| * | | | | | tests: add more tests for getFileInfo() | Simon Ruderich | 2016-09-17 | 1 | -1/+31 |
| | | | | | | |||||
* | | | | | | cleanup tgorge test | Araq | 2016-10-24 | 2 | -2/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #4872 from flyx/gorgefix | Andreas Rumpf | 2016-10-24 | 3 | -0/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes #4871 | ||||
| * | | | | | Fixes #4871 | Felix Krause | 2016-10-09 | 3 | -0/+15 |
| | | | | | | |||||
* | | | | | | Table fixes. fixes #4901 | Felix Krause | 2016-10-23 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added `==` for OrderedTable, CountTable and the *Ref types * added missing documentation to all `==` procs * fixed clear() for OrderedTables, which did not work because `var` does not work well with `|` * added tests | ||||
* | | | | | | Fix #4922, bug in times.parse, mishandling DST. | Jonathan Bernard | 2016-10-21 | 1 | -0/+16 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | One more attempt to fix #4867 | cheatfate | 2016-10-21 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | fixes #4875 | Andreas Rumpf | 2016-10-20 | 1 | -0/+13 |
| | | | | | |||||
* | | | | | removed async test that never produced reliable results | Andreas Rumpf | 2016-10-20 | 1 | -66/+0 |
| | | | | | |||||
* | | | | | fixes #4856 | Andreas Rumpf | 2016-10-20 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | fixes #4863 | Andreas Rumpf | 2016-10-19 | 1 | -0/+20 |
| | | | | | |||||
* | | | | | Merge pull request #4015 from arnetheduck/initallocator-fix | Andreas Rumpf | 2016-10-13 | 1 | -0/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | fix initAllocator not being called when defined(nogc) and not defined… | ||||
| * | | | | | run gctest for gc:none | Jacek Sieka | 2016-10-12 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | Bugfix for times.initInterval (issue #4889) | Jonathan Bernard | 2016-10-12 | 1 | -1/+8 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `initInterval` had logic to calculate and carry overflowed fields (65 seconds turns into 5 seconds and carries 1 minute). However, we were not including that carried value when we recalculate the carry over for the next period of time.So if you had, for example, 3600 seconds, we carried 60 minutes into the minutes calculation, but when we calculated how much we should carry into the hours value we only considered what the user originally supplied for the minutes field, and forgot to include those 60 carried minute. So, for example, with the previous implementation this was true: `seconds(60 * 60 * 24) == seconds(0)` Or, as failing tests: ```nimrod import times assert seconds(60 * 60 * 24) != seconds(0) assert seconds(60 * 60 * 24) == days(1) ``` | ||||
* | | | | | Merge pull request #4828 from jfhg/unify_waitpid_handling | Andreas Rumpf | 2016-10-09 | 2 | -0/+21 |
|\ \ \ \ \ | |/ / / / |/| | | | | Unify waitpid handling | ||||
| * | | | | rename tfalse.nim to tafalse.nim | Johannes Hofmann | 2016-09-30 | 3 | -7/+8 |
| | | | | | |||||
| * | | | | add testcase for exit code handling | Johannes Hofmann | 2016-09-30 | 2 | -0/+20 |
| | | | | | |||||
* | | | | | made test green for Windows | Araq | 2016-09-30 | 1 | -2/+4 |
|/ / / / | |||||
* | | | | Merge pull request #4830 from cheatfate/disabletimetest | Dominik Picheta | 2016-09-25 | 1 | -12/+1 |
|\ \ \ \ | | | | | | | | | | | tupcoming_async: Disable real time test comparison | ||||
| * | | | | Disable time error test. | cheatfate | 2016-09-25 | 1 | -12/+1 |
| | | | | | |||||
* | | | | | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -0/+47 |
|/ / / / | |||||
* | | | | Implements onProgressChanged callback for httpclient. | Dominik Picheta | 2016-09-24 | 1 | -3/+22 |
| | | | | |||||
* | | | | Implements getContent and postContent for (Async)HttpClient. | Dominik Picheta | 2016-09-24 | 1 | -0/+19 |
| | | | | |||||
* | | | | Handle redirects in HttpClient's post procs & post test. | Dominik Picheta | 2016-09-24 | 1 | -18/+17 |
| | | | | |||||
* | | | | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 1 | -0/+213 |
| | | | | | | | | | | | | | | | | for it. | ||||
* | | | | fixes #4776 | Andreas Rumpf | 2016-09-24 | 1 | -0/+71 |
| |/ / |/| | | |||||
* | | | JS: Fixed ICE on ptr assignment | Yuriy Glukhov | 2016-09-20 | 2 | -0/+15 |
| | | | |||||
* | | | Fixes #4797. | Dominik Picheta | 2016-09-19 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Implements proxy support for (Async)HttpClient. Ref #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+6 |
| | | | | | | | | Fixes #2160. | ||||
* | | Implements timeouts for synchronous HttpClient. | Dominik Picheta | 2016-09-18 | 1 | -0/+13 |
| | | |||||
* | | Improvements to httpclient. Refs #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+53 |
| | | | | | | | | | | | | * Adds ability to query HttpCode and compare it with strings. * Moves HttpMethod to HttpCore module. * Implements synchronous HttpClient using {.multisync.}. | ||||
* | | Implements {.multisync.} pragma for async and sync proc combos. | Dominik Picheta | 2016-09-18 | 1 | -0/+8 |
| | | |||||
* | | Increase error rate for upcoming timers test. | Dominik Picheta | 2016-09-17 | 1 | -1/+1 |
|/ | |||||
* | tests: tnewasyncudp: use constant | Simon Ruderich | 2016-09-17 | 1 | -3/+3 |
| |