Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2024 12:32:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277092] shells/elvish: Update to 0.20.1
Message-ID:  <bug-277092-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277092

            Bug ID: 277092
           Summary: shells/elvish: Update to 0.20.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vendion@gmail.com

Created attachment 248508
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248508&action=
=3Dedit
Elvish 0.20.1 update

This patch updates shells/elvish to 0.20.1 with the following changelog:

Changelog:

* New Features

- 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:te=
ll.
- 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 element=
s as
  well as styled texts will not have colors if it is set and non-empty.

* Bugfixes

- has-value $li $v now works correctly when $li is a list and $v is a compo=
site
  value, like a map or a list.
- A bug with how the hash code of a map was computed could lead to unexpect=
ed
  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

- The eawk command is now deprecated. Use re:awk instead.

Poudiere testport: OK
Portlint: OK

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277092-7788>