summary refs log tree commit diff stats
path: root/tests/manyloc/argument_parser
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-2/+2
| | | | | | | This pragma did nothing. Ref: - https://github.com/nim-lang/Nim/issues/2172#issuecomment-383276469 - https://github.com/nim-lang/Nim/issues/12975
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
| | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here.
* Make sequtils.zip return seq of anonymous tuples (#12575)Kaushal Modi2019-11-041-1/+1
| | | | | | | | | | * Make sequtils.zip return seq of anonymous tuples Earlier the tuples had named fields "a" and "b" and that made it difficult to assign the zip returned seqs to other vars which expected seqs of tuples with field names other than "a" and "b". * Make sequtils.zip backwards compatible with Nim 1.0.x
* lots of small changesArne Döring2018-12-112-2/+2
|
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
|
* make more tests greenAndreas Rumpf2018-08-131-5/+5
|
* make tests green againAndreas Rumpf2018-04-281-6/+6
|
* make more tests greenAraq2018-02-101-1/+1
|
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
|
* Fix tests a bit moredef2015-03-101-4/+4
|
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
|
* Update a use of initTable to avoid initial enlarge.Charles Blake2015-02-131-1/+1
|
* GitHub link fixes: nim-code -> nim-langdef2015-01-151-2/+2
|
* made some tests greenAraq2014-09-211-32/+32
|
* further adaptationsAraq2014-08-291-3/+3
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
|
* attempt to make some tests greenAraq2014-04-211-2/+2
|
* nil->discardAraq2014-02-151-2/+2
|
* fixes #385Araq2013-06-031-0/+494
|
* revert new scope for 'if'Araq2013-05-021-0/+87
|
* bugfixes mostly JS relatedAraq2013-05-011-0/+1