summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add discord to the README (#15634)Danil Yarantsev2020-10-191-1/+6
|
* add tests for #15584 (#15619)n5m2020-10-182-0/+27
| | | | | | | | | | | | | | | | | * add test for #15584 * Rename userlocks.nim to trlocks.nim * add bug comment * improve cmd * reference bugfix, not bug * add test that runs rlocks * disallow joining joining with other test cases (e.g., a test case that invokes `RLock.initRLock()`) may cause this test to compile, when the goal is to test if these lines can be compiled in isolation
* Fix FreeBSD build failures (#15613)Euan2020-10-181-14/+8
| | | | | | | The FreeBSD is/was failing, due to a conflict with installing Git. Git is guaranteed to be in the base image, so this removes that package from the package list. It also reverts back to the built-in `packages` tag since it's officially supported. Should the build fail in the future, the best place to go is the #sr.ht channel on freenode.
* document that Nim executable must be included (#15611)n5m2020-10-171-1/+1
|
* Fix #15599 (#15601)Clyybber2020-10-162-2/+14
| | | | | * Fix #15599 * Add test
* cosmetic fixes for the 1.4 changelog [ci skip]narimiran2020-10-161-78/+66
|
* add bufixes for 1.4 in its changelognarimiran2020-10-161-0/+515
|
* change NimVersion to 1.5.1narimiran2020-10-161-2/+2
|
* create a changelog for 1.4.0narimiran2020-10-162-354/+372
|
* fix option formatting (#15591)n5m2020-10-151-1/+1
|
* fixes #15560 (#15587)Andreas Rumpf2020-10-151-2/+1
|
* fix rlock compilation failure (#15584)shirleyquirk2020-10-152-3/+3
| | | | | | | | | | | * change SysLockType_Reentrant fix edge case where using SysLockType_Reentrant doesn't trigger an #include pthread.h * syslocktype_reentrant now a var * remove nodecl to remove empty system_syslocks.c * let is better than var. in reality SysLockType = enum, maybe that would be a better fix
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-1517-29/+1001
| | | | | | | | | * Assign hook name changed to `=copy` * Adapt destructors.rst * [nobackport] Duplicate tests for =copy hook * Fix tests * added a changelog entry Co-authored-by: Clyybber <darkmine956@gmail.com>
* Fix crash in parsexml (#15582) (#15583)Igor Ribeiro de Assis2020-10-151-0/+3
| | | Co-authored-by: Igor Ribeiro de Assis <igor.ribeiro_de_assis@zeiss.com>
* ORC: API extensions for 1.4 (#15581)Andreas Rumpf2020-10-151-5/+22
|
* harden the ORC asyncleak3 test case (#15580)Andreas Rumpf2020-10-152-1/+416
| | | | | * harden the ORC asyncleak3 test case * add another ORC stress test
* Bump nimble (#15573)genotrance2020-10-141-1/+1
|
* ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ↵Andreas Rumpf2020-10-143-20/+33
| | | | easier stress testing (#15572)
* suggest: try to find the implementation of a symbol when def is used (#15555)alaviss2020-10-144-7/+33
| | | | | * suggest: try to find the implementation of a symbol when def is used * suggest: return all declarations of the symbol on `def`
* Make useVersion:1.0 disable the proc arg sym change (#15570)Clyybber2020-10-144-2/+13
| | | | | * Make useVersion:1.0 disable the proc arg sym change * Also do this for useVersion:1.2
* fixes a C code generator regression, no need to backport, only the 1.4 line ↵Andreas Rumpf2020-10-142-1/+19
| | | | is affected (#15569)
* ci docs: add config/nimdoc.cfg to paths (#15566)Timothee Cour2020-10-141-0/+2
|
* Update the list of GC options when raising an error (closes #15547) (#15553)Benjamin Lee2020-10-141-1/+1
|
* sigmatch: hotfix [backport] (#15565)Andreas Rumpf2020-10-141-2/+2
|
* change case in nimdoc [ci skip]narimiran2020-10-141-2/+2
|
* reference fusion docs (#15562)Timothee Cour2020-10-141-1/+4
|
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-132-4/+11
| | | | | Since #8296, fgSetColor is no longer a global. These commands were probably left out from the change as an oversight, so some tests have been added to make sure this won't happen again.
* dup docs: add an example with `addQuoted` (#15548)Timothee Cour2020-10-131-0/+5
| | | | | * dup docs: add addQuoted example * fixup
* Fix doc for CountTable (#15561) [backport]Christopher Dunn2020-10-131-1/+1
|
* close socket in getPrimaryIPAddr even if exception occurs (#15558)Christian Ulrich2020-10-121-3/+5
|
* unbreak CI: fix logic for skipping ci (#15556)Timothee Cour2020-10-123-3/+3
|
* Fix 15543 (#15544)cooldome2020-10-122-2/+22
| | | | | | | | | * fix #15543 * fix spacing * fix test * simplify test for freebsd platform
* refactoring: moved setOutFile to where it belongsAndreas Rumpf2020-10-112-14/+15
|
* refactoring: removed cmdlinehelper.mainCommand callbackAndreas Rumpf2020-10-115-32/+32
|
* docs minor (#15550)flywind2020-10-111-2/+2
|
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-113-1/+27
| | | | | * os: add overload copyFile*(source, dest: string, isDir = false) * renamed to copyFileToDir
* nimpretty: do not produce 'line too long' messages (#15541)Andreas Rumpf2020-10-102-5/+3
|
* close socket in getPrimaryIPAddr (#15538) [backport]Christian Ulrich2020-10-101-1/+2
|
* followup after #15529 and #15534 (#15536)Timothee Cour2020-10-101-8/+3
|
* Fix #12027 (#15519)genotrance2020-10-102-5/+5
|
* Bump nimble (#15539)genotrance2020-10-101-1/+1
|
* fixes #15532 (#15534)Andreas Rumpf2020-10-092-0/+23
|
* fix gitignore for testament cruft (#15530)Timothee Cour2020-10-092-1/+3
| | | | | * fix gitignore for testament cruft * fix rendertree => renderTree
* close #13081 (#15529)Timothee Cour2020-10-091-0/+31
| | | | | * close #13081 * fixup
* fix gc:arc in nimscript (#15525)cooldome2020-10-091-2/+5
|
* Update parsecfg.nim (#15513)lihaifeng2020-10-081-4/+5
| | | | | | | | | | | | | | | | | | | * Update parsecfg.nim Returns the specified default value if the specified key value does not exist. * Update lib/pure/parsecfg.nim Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> * Update lib/pure/parsecfg.nim Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> * Update lib/pure/parsecfg.nim Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
* fixes #15511 (#15524)Andreas Rumpf2020-10-082-1/+10
|
* fixes #15510 (#15523)Andreas Rumpf2020-10-081-1/+4
|
* changelog.md: Group the new `to` procs (#15522)ee72020-10-081-12/+8
| | | | | | | | | * changelog.md: Group the new `to` procs [ci skip] This also moves the `critbits.toCritBitTree` entry from the "Language Changes" section to the "Standard library additions and changes" section. * changelog.md: Remove extra space
* fixes #15512 (#15521)Andreas Rumpf2020-10-081-1/+13
|