Path to this page:
./
shells/elvish,
Expressive programming language and a versatile interactive shell
Branch: CURRENT,
Version: 0.21.0nb1,
Package name: elvish-0.21.0nb1,
Maintainer: mjElvish is a friendly interactive shell and an expressive programming language.
Despite its pre-1.0 status, it is already suitable for most daily interactive
use.
Master sites:
Filesize: 935.713 KB
Version history: (Expand)
- (2024-09-06) Updated to version: elvish-0.21.0nb1
- (2024-08-14) Updated to version: elvish-0.21.0
- (2024-08-11) Updated to version: elvish-0.20.1nb5
- (2024-07-03) Updated to version: elvish-0.20.1nb4
- (2024-06-13) Updated to version: elvish-0.20.1nb3
- (2024-06-01) Updated to version: elvish-0.20.1nb2
CVS history: (Expand)
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-02-15 22:27:48 by pin | Files touched by this commit (2) | |
Log message:
shells/elvish: update to 0.20.1
- Elvish 0.20.1 fixes a test that is failing on s370x. There are no \
user-visible changes.
For changes since the 0.19.x series, see the 0.20.0 release notes.
|
2024-02-11 22:08:28 by pin | Files touched by this commit (3) | |
Log message:
shells/elvish: update to 0.20.0
Elvish 0.20.0 has been released on 2024-02-11, 11 months after 0.19.1, bringing
new features and bugfixes.
As usual, prebuilt binaries are offered for most common platforms.
Notable new features
- A new os: module providing access to operating system functionality.
- A new read-bytes command for reading a fixed number of bytes.
- New commands in the file: module: file:open-output, file:seek and file:tell.
- Maps now have their keys sorted when printed.
- The peach command now has a &num-workers option (#648).
- The from-json command now supports integers of arbitrary precision, and
outputs them as exact integers rather than inexact floats.
- A new str:fields command (#1689).
- The order and compare commands now support a &total option, which allows
sorting and comparing values of mixed types.
- The language server now supports showing the documentation of builtin
functions and variables on hover (#1684).
- Elvish now respects the NO_COLOR environment variable. Builtin UI elements
as well as styled texts will not have colors if it is set and non-empty.
Notable bugfixes
- has-value $li $v now works correctly when $li is a list and $v is a composite
value, like a map or a list.
- A bug with how the hash code of a map was computed could lead to unexpected
results when using maps as map keys; it has now been fixed.
Breaking changes
- The except keyword in the try command was deprecated since 0.18.0 and is now
removed. Use catch instead.
- The float64 command was deprecated since 0.16.0 and emitted deprecation
warnings since 0.19.1, and is now removed. Use num or inexact-num instead.
Deprecated features
Deprecated features will be removed in 0.21.0.
The following deprecated features trigger a warning whenever the code is parsed
and compiled, even if it is not executed:
- The eawk command is now deprecated. Use re:awk instead.
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|