Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 1 | -3/+3 |
| | | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1` | ||||
* | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers | ||||
* | refs #9880 show index and bound in lots of `index out of bounds` errors | Timothee Cour | 2018-12-09 | 1 | -9/+16 |
| | |||||
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 1 | -0/+14 |
Add some documentations and code examples in system |