summary refs log tree commit diff stats
path: root/tests/objects/tobject_default_value.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #21840; nested local template lookup regression (#21841)ringabout2023-05-121-0/+74
* fixes #21801; object field initialization with overloaded functions (#21805)ringabout2023-05-081-0/+23
* 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 object default fields bugs and add tests (#20839)ringabout2022-11-151-3/+34
* 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-281-22/+24
* remove implicit let/var default initialization (#20508)ringabout2022-10-071-16/+16
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-0/+429