SHA256
1
0
forked from pool/racket

Accepting request 1040764 from home:capfredf:branches:devel:languages:misc

update to v8.7

OBS-URL: https://build.opensuse.org/request/show/1040764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=65
This commit is contained in:
Fred Fu
2022-12-06 19:18:36 +00:00
committed by Git OBS Bridge
parent f96f15c9c6
commit 8f1725a2ea
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Dec 5 10:17:43 UTC 2022 - Fred Fu <moonsolo@gmail.com>
- Update to 8.7:
* Typed Racket offers Shallow and Optional modes for its gradual
types. These modes lower the cost of interacting with untyped code,
but provide less protection against buggy interactions.
* Racket uses Unicode 14.0 for character and string operations, and
includes grapheme operations. DrRacket supports emojis.
* Racket supports RV64G (RISC-V).
* Programmers can disable definition shadowing using
`(#%declare #:require=define)`.
* The module dependency graphs available using raco dependencies-graph
and DrRacket's Module browser are faster and have new package
filtering support.
* DrRacket is more responsive when killing programs that produce a lot
of output.
* Plot 3D allows negative altitude values (e.g., looking at the plot
from "below").
* The `scriblib/bibtex` and `scriblib/autobib` libraries support DOIs.
* There are many other repairs and improvements!
-------------------------------------------------------------------
Thu Aug 18 10:17:43 UTC 2022 - Andreas Schwab <schwab@suse.de>