You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
Version 1.13 (2025-08-18)
2
+
=========================
3
+
4
+
Nickel 1.13 includes various bug-fixes and some improvements to error messages,
5
+
but no core language changes. There has been substantial work towards a new
6
+
runtime representation, which will eventually reduce the interpreter's memory
7
+
usage substantially (and it is also a step towards the upcoming bytecode
8
+
interpreter).
9
+
10
+
LSP
11
+
---
12
+
13
+
* Fix cache miss when pulling source file by a relative path by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2276
14
+
* Publish diagnostics for parsing errors in imported files by @L0r3m1p5um in https://github.com/tweag/nickel/pull/2299
15
+
16
+
Tooling
17
+
-------
18
+
19
+
* Wrap App arguments in atoms by @jneem in https://github.com/tweag/nickel/pull/2287
20
+
* Print more information for git errors by @jneem in https://github.com/tweag/nickel/pull/2283
21
+
*[RFC007] Improve the runtime value representation (not yet used by the interpreter) by @yannham in https://github.com/tweag/nickel/pull/2282, https://github.com/tweag/nickel/pull/2288, https://github.com/tweag/nickel/pull/2290, https://github.com/tweag/nickel/pull/2297, https://github.com/tweag/nickel/pull/2303
22
+
* Add format --check by @bthmc in https://github.com/tweag/nickel/pull/2309
23
+
*[nix-experimental] Provide the proper base path to Nix with `%eval_nix%` by @yannham in https://github.com/tweag/nickel/pull/2314
24
+
25
+
Documentation
26
+
-------------
27
+
28
+
* Fix formatting of doc/manual/package-management.md by @yannham in https://github.com/tweag/nickel/pull/2274
29
+
* Fix missing package field in package manual example by @yannham in https://github.com/tweag/nickel/pull/2275
30
+
* Update examples to use latest Nickel idioms by @yannham in https://github.com/tweag/nickel/pull/2289
0 commit comments