1
1
mirror of https://github.com/tweag/nickel.git synced 2024-08-16 23:20:38 +03:00
nickel/doc/manual
Yann Hamdaoui 6ffa6ac0a1
Fix the order of argument in (.) (#1752)
* Fix order of arguments for curried dot operator

* Add std.record.get to stdlib

* Update release note with breaking changes for (.)

Co-authored-by: jneem <joeneeman@gmail.com>

* Remove snapshot test for std.record.get

Unfortunately, the output of the error message shows a closure address
(in practice, a memory address), which makes it non-determinstic and
thus unfit for a snpashot test.

Instead, it's been replaced with an integration test, which
Unfortunately won't allow to detect a deterioriation in error reporting,
but at least ensure that the contract of `std.record.get` works as
expected.

---------

Co-authored-by: jneem <joeneeman@gmail.com>
2024-01-09 10:11:48 +00:00
..
contracts.md Implement contract deduplication optimization (#1631) 2023-09-28 16:23:43 +00:00
cookbook.md Use long names for string and numbers 2023-03-08 16:36:13 +01:00
correctness.md Run a REPL session for nickel #repl snippets (#1615) 2023-09-22 11:35:30 +00:00
introduction.md 1.3.0 release (#1714) 2023-11-16 17:52:59 +00:00
merging.md Fix the order of argument in (.) (#1752) 2024-01-09 10:11:48 +00:00
syntax.md Fix typo in doc/manual/syntax.md (#1737) 2023-12-07 22:53:33 +00:00
tutorial.md Testing Nickel snippets in the manual (#1611) 2023-09-19 13:09:58 +00:00
types-vs-contracts.md Run a REPL session for nickel #repl snippets (#1615) 2023-09-22 11:35:30 +00:00
typing.md Run a REPL session for nickel #repl snippets (#1615) 2023-09-22 11:35:30 +00:00