Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't add content-length header on GET request when there is no body. (#16196) | treeform | 2020-12-01 | 1 | -1/+1 |
| | | | | | | | * Don't add content-length header on GET request when there is no body. * Add space between the not and the (. * Take Dom's suggestion. | ||||
* | ORC: API extensions (#16126) | Andreas Rumpf | 2020-12-01 | 1 | -14/+45 |
| | | | | | * ORC: API extensions * ORC: exploit a common special case | ||||
* | nimout now consistently uses nimoutCheck (#16189) | Timothee Cour | 2020-12-01 | 4 | -20/+29 |
| | |||||
* | minor improve the docs of parsecfg (#16208) | flywind | 2020-12-01 | 1 | -25/+27 |
| | |||||
* | error instead of echo when testament category is empty; fix realtimeGC (#16162) | Timothee Cour | 2020-12-01 | 7 | -47/+32 |
| | |||||
* | better addInt (#16160) | flywind | 2020-12-01 | 2 | -15/+127 |
| | | | | | | * better addint * Update lib/system/strmantle.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> | ||||
* | fix broken => for typed procs with pragmas (#16190) | hlaaftana | 2020-12-01 | 2 | -9/+19 |
| | | | | | | | * fix broken => for typed procs with pragmas * add more sugar tests * add ending quote | ||||
* | Revert "fix #16185 (#16195)" (#16197) | Andreas Rumpf | 2020-11-30 | 3 | -125/+60 |
| | | | This reverts commit bb4b27a2ca414f06fbb9d14ff76fa02a088ac141. | ||||
* | fix #16185 (#16195) | cooldome | 2020-11-30 | 3 | -60/+125 |
| | | | | | | | | | | | * fix #16185 * fix test * fix comment * fix comment * better approach | ||||
* | toXXAscii use xor op, saving 30%~50% time (#16193) | Bung | 2020-11-30 | 1 | -2/+2 |
| | | | | | | | | | | | | * toXXAscii use xor op, saving 30%~50% time * Update lib/pure/strutils.nim Co-authored-by: hlaaftana <10591326+hlaaftana@users.noreply.github.com> * Update lib/pure/strutils.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: hlaaftana <10591326+hlaaftana@users.noreply.github.com> | ||||
* | small runnableExamples changes (#16181) | flywind | 2020-11-30 | 1 | -30/+28 |
| | |||||
* | disable testing of `argparse` package until it is fixed | narimiran | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | cleanup old codes (#16173) | flywind | 2020-11-30 | 1 | -9/+2 |
| | |||||
* | testament spec: remove errmsg alias of errormsg (#16188) | Timothee Cour | 2020-11-29 | 14 | -14/+14 |
| | |||||
* | testament: error instead of silently overwrite a spec (#16166) | Timothee Cour | 2020-11-29 | 5 | -27/+51 |
| | |||||
* | experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172) | Timothee Cour | 2020-11-28 | 2 | -80/+73 |
| | |||||
* | fix #14242 `testament r tests/js/foo` now works; testament now honors ↵ | Timothee Cour | 2020-11-28 | 4 | -30/+34 |
| | | | | | | | --targets (#16163) * fix #14242 `testament r tests/js/foo` now works; testament now honors --targets * fix shouldfail | ||||
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵ | Timothee Cour | 2020-11-28 | 33 | -99/+113 |
| | | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before | ||||
* | Add package manu to tested packages (#16121) | Antonis Geralis | 2020-11-28 | 1 | -1/+2 |
| | | | | | * Add package manu to tested packages * Bump | ||||
* | fix #13115 (#15930) | flywind | 2020-11-27 | 3 | -10/+33 |
| | | | | | * fix #13115 * fix testament | ||||
* | move rest of tests to testament (#16140) | flywind | 2020-11-27 | 12 | -233/+228 |
| | | | | * move rest of tests to testament * Update tests/stdlib/tsums.nim | ||||
* | fixes #16154; underlying system.add for seq is the real cause; will be ↵ | Andreas Rumpf | 2020-11-27 | 1 | -2/+3 |
| | | | | addressed in a follow-up PR (#16161) | ||||
* | add testcase (#16156) | flywind | 2020-11-27 | 1 | -0/+9 |
| | |||||
* | tunidecode minor improvement (#16157) | flywind | 2020-11-27 | 1 | -3/+2 |
| | |||||
* | clean up changelog (#16155) | flywind | 2020-11-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | * fix rope index * add testcase * fix ropes format * add `**` to jsffi * add testcase * changelog * clean up changelog Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 18 | -137/+144 |
| | |||||
* | fixes #16119 [backport:1.4] (#16149) | Andreas Rumpf | 2020-11-26 | 1 | -3/+3 |
| | |||||
* | remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683) | Timothee Cour | 2020-11-26 | 9 | -15/+15 |
| | |||||
* | add `**` to jsffi (#16141) | flywind | 2020-11-26 | 3 | -1/+35 |
| | | | | | | | | | | | | | | | * fix rope index * add testcase * fix ropes format * add `**` to jsffi * add testcase * changelog Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | updated repr tests (#16147) | Andreas Rumpf | 2020-11-26 | 1 | -1/+0 |
| | |||||
* | fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146) | Andreas Rumpf | 2020-11-26 | 3 | -6/+17 |
| | | | | | * fixes https://github.com/status-im/nimbus-eth2/issues/1549 [backport:1.4] * test fixup | ||||
* | More on #16110 (#16130) | cooldome | 2020-11-26 | 2 | -8/+32 |
| | | | | | | | | | | | * fix #16110 * refs #16110 * fix comment * Trigger build * use shallowCopy for efficiency | ||||
* | fix #16120 (#16145) | cooldome | 2020-11-26 | 2 | -53/+67 |
| | |||||
* | ref #16054 undefine some stuff in JS backend (#16070) | flywind | 2020-11-26 | 1 | -45/+46 |
| | |||||
* | improve docs for prelude (#16135) | flywind | 2020-11-26 | 1 | -10/+11 |
| | | | | | * improve docs for prelude * better | ||||
* | fixes #15076 (#16143) | Andreas Rumpf | 2020-11-26 | 4 | -8/+105 |
| | | | | | | | | | * fixes #15076 * heapqueue: optimized for ARC * added another test case [backport:1.4] * code cleanup | ||||
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 4 | -44/+160 |
| | | | | | | | | | | | * fix #14339: fixes limited VM support for addr * strengthen test * reference bug #16003 * also fixes #13511 * also fixes #14420 | ||||
* | inc and dec are atomic in JS backend (#16129) | flywind | 2020-11-25 | 2 | -1/+10 |
| | |||||
* | fix for comparing infinities (#16122) | Antonis Geralis | 2020-11-25 | 1 | -0/+11 |
| | |||||
* | move tests under the compiler directory to testament (#16096) | flywind | 2020-11-25 | 10 | -328/+344 |
| | |||||
* | improve the documentation of ropes (#16111) | flywind | 2020-11-25 | 1 | -19/+98 |
| | |||||
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 4 | -1/+20 |
| | | | | | | | * add simple writeStackTrace for JS backend * add testcase for writeStackTrace * changelog | ||||
* | ref #16054 remove typed array (#16077) | flywind | 2020-11-24 | 1 | -8/+0 |
| | |||||
* | add simple runnableExamples for atomics (#16116) | flywind | 2020-11-24 | 1 | -0/+40 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 56 | -2232/+2205 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 8 | -15/+29 |
| | | | | | * fixes #16069; refs https://github.com/nim-lang/RFCs/issues/257 [backport:1.2] [backport:1.4] * make tests green again | ||||
* | fix #16110 (#16117) | cooldome | 2020-11-24 | 2 | -1/+20 |
| | |||||
* | improve document for heapqueue (#16107) | flywind | 2020-11-24 | 1 | -46/+69 |
| | |||||
* | fix export links in the documentation (#16114) [backport:1.4] | Miran | 2020-11-24 | 1 | -5/+9 |
| | | | | | * fix export links in the documentation * fix `len` problem | ||||
* | Revert "fix #16110" | Andrey R (cooldome) | 2020-11-24 | 1 | -19/+0 |
| | | | | This reverts commit f8b9d8c1904c662f07e5ee1138357695a1df9ac3. |