summary refs log tree commit diff stats
path: root/tests/objects
Commit message (Expand)AuthorAgeFilesLines
* fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)ringabout2023-03-101-0/+32
* fixes #20695; fixes object with distinct defaults and tables (#21428)ringabout2023-02-241-1/+38
* unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)ringabout2022-12-041-1/+1
* fixes #20856; store defaults directly (#20859)ringabout2022-11-171-0/+13
* add more test for #20836 (#20842)Derek 呆2022-11-141-0/+15
* fixes object default fields bugs and add tests (#20839)ringabout2022-11-151-3/+34
* fixes #20836; fixes #20833; fixes `unsafeNew` (#20841)ringabout2022-11-141-0/+10
* Revert "fixes #20699; generate an empty struct for void type" (#20806)Andreas Rumpf2022-11-121-14/+15
* fixes #20699; generate an empty struct for void type (#20790)Aditya Siram2022-11-091-0/+14
* fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...ringabout2022-11-031-1/+21
* fixes #20715; range[a..b] inside object variant fails (#20716)ringabout2022-10-311-0/+30
* fixes #20681; add efSkipFieldVisibilityCheck to skip check (#20639)ringabout2022-10-283-29/+28
* fixes type check of ranges for default fields (#20660)ringabout2022-10-271-0/+11
* add type check for default fields (#20652)ringabout2022-10-251-0/+22
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-0/+15
* remove implicit let/var default initialization (#20508)ringabout2022-10-071-16/+16
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-042-0/+444
* less test time costs (#20479)Bung2022-10-021-3/+2
* defaults to ORC (#19972)ringabout2022-09-233-20/+29
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-3/+3
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-281-0/+18
* nrvo shouldn't touch bycopy object[backport:1.2] (#19385)flywind2022-01-142-0/+30
* fixes #17437 - crash where error reporting > 1 (#17547)Saem Ghani2021-03-291-0/+22
* remove some noises in tests (#16448)flywind2020-12-271-7/+3
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-141-1/+1
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-1/+1
* close #4318(add testcase for #4318) (#15904)flywind2020-11-111-0/+12
* fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...Timothee Cour2020-07-271-0/+20
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* implement (#14114)cooldome2020-04-251-0/+6
* Turn some of the errors back into warningsZahary Karadjov2020-04-011-1/+1
* fix when statements in inheritable generic objects (#13667) [backport]Jasper Jenkins2020-03-171-0/+11
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-081-3/+3
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-3/+3
* Fixed objects being erroneously zeroed out before object construction (#12814...Neelesh Chandola2019-12-051-0/+22
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Remove ENDB (#12095)Clyybber2019-08-311-1/+0
* Remove immediate pragma (#11308)Arne Döring2019-05-291-1/+1
* add tests, closes #3012, closes #7244narimiran2019-02-271-0/+21
* fixes #10195Araq2019-02-191-0/+5
* 32 bit fixes (#10608)Arne Döring2019-02-131-27/+1
* disable one more test for C++Araq2019-01-161-0/+4
* fixes #10203 (#10290)Andreas Rumpf2019-01-151-0/+20
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+17
* Merge pull request #8748 from LemonBoy/when-in-objectsAndreas Rumpf2018-12-121-0/+51
|\
| * Pervasive replacement of nkRecWhen in generic typesLemonBoy2018-10-191-0/+51
* | megatest checks output and nimoutArne Döring2018-12-111-18/+13
* | require errormsg to be specified before file.Arne Döring2018-12-112-5/+5
* | threw away a silly testAraq2018-11-231-61/+0
* | activated more tests, allow input in test specArne Döring2018-11-231-0/+9