ringabout
|
4d11d0619d
|
complete std prefixes for stdlib (#22887)
follow up https://github.com/nim-lang/Nim/pull/22851
follow up https://github.com/nim-lang/Nim/pull/22873
|
2023-10-30 17:03:04 +01:00 |
|
Antonis Geralis
|
a3bbb71240
|
Remove debug echo from with (#22047)
|
2023-06-08 22:52:24 +08:00 |
|
awr1
|
6514eaa8e0
|
Nested with blocks (#22042)
* Implemented with-nesting in underscoredCalls()
* Add tests for nested with
|
2023-06-08 08:02:57 +02:00 |
|
konsumlamm
|
9e3960e83d
|
Small doc improvements for std/with (#17556)
|
2021-03-29 12:44:31 +02:00 |
|
flywind
|
4556901572
|
use single backtick (#17141)
|
2021-02-21 19:53:28 -08:00 |
|
flywind
|
bc1db0d6f1
|
move rest of tests to testament (#16140)
* move rest of tests to testament
* Update tests/stdlib/tsums.nim
|
2020-11-27 20:47:49 +01:00 |
|
slangmgh
|
ba042af9cc
|
std/with support field assign (#14484)
* std/with support filed assign
* add changelog
* add support x.dup.with
* add example
* revert support x.dup.with; add example
* update changelog; fix assignment in parameter
* Update changelog.md
* add example for assignment in parameter
* Remove colon style assign
Co-authored-by: Clyybber <darkmine956@gmail.com>
|
2020-08-15 01:33:21 +02:00 |
|
Araq
|
b737bb4be0
|
fixes a bug for 'dup' and 'with'; they can now handle nested statement lists that can result from macros
|
2020-03-17 18:00:11 +01:00 |
|
Andreas Rumpf
|
d55bbefdcc
|
added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13092)
* implemented the with stdlib module as specified in https://github.com/nim-lang/RFCs/issues/193
* change sugar.outplace to sugar.dup according to https://github.com/nim-lang/RFCs/issues/193
* changelog update
|
2020-02-26 20:36:06 +01:00 |
|