Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider proc as a pointer type in options (#13460) | hlaaftana | 2020-02-21 | 1 | -3/+12 |
| | | | | | | | | * Consider proc as a pointer type in options * Add version annotation for SomePointer having proc in options * Log procs as pointers for options in changelog | ||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 1 | -2/+3 |
| | |||||
* | Prevent options from calling custom ref == operators (#10745) | Yuriy Glukhov | 2019-02-26 | 1 | -3/+18 |
| | |||||
* | better docs: options (#10720) | Miran | 2019-02-22 | 1 | -54/+226 |
| | |||||
* | Make options.UnpackError inherit from system.Defect | Oscar Nihlgård | 2018-12-08 | 1 | -19/+15 |
| | |||||
* | fixes #8658; addQuoted on Option[T] (#8659) | Arne Döring | 2018-08-17 | 1 | -3/+5 |
| | |||||
* | Adds get for Option[T]. (#8462) | Dominik Picheta | 2018-08-14 | 1 | -1/+8 |
| | |||||
* | Fixed $ on None[T] for T with .name (#8293) | Quelklef | 2018-07-12 | 1 | -1/+15 |
| | |||||
* | options: use isSome (#7782) | alaviss | 2018-05-06 | 1 | -4/+4 |
| | | | Fixes #7780 | ||||
* | Add none[T]() as alias to none(T) (#7512) | hlaaf | 2018-04-16 | 1 | -0/+8 |
| | | | | | | | | * Add none[T]() as alias to none(T) * Add tests for none[T] * this test shouldn't work anyway | ||||
* | option optimization (#6253) | Arne Döring | 2018-04-11 | 1 | -15/+49 |
| | |||||
* | Fix documentation for the `$` proc on an option (#6449) | Euan T | 2017-10-02 | 1 | -1/+4 |
| | |||||
* | Add flatMap operator to Options (#6404) | Zach Smith | 2017-09-27 | 1 | -24/+57 |
| | | | | | | | | | | | | * Add >>= operator to Options * options.bind callback signature: A -> Option[B] * Use `flatMap` as the name of the Option bind operation. * Rename Options test "bind" to "flatMap" * CR from @dom96: Remove spaces inside of check() call | ||||
* | Fix options module to use new import name | def | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | Extend option functionality | Nycto | 2015-09-23 | 1 | -1/+63 |
| | |||||
* | Rename optionals module to options | Flaviu Tamas | 2015-05-26 | 1 | -0/+160 |