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:
parent
f96f15c9c6
commit
8f1725a2ea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2eff3e97bc7a10cfa0320da9b07f0d488653b0b5b8490322c82f384ae0fa1a28
|
|
||||||
size 33307084
|
|
3
racket-8.7-src.tgz
Normal file
3
racket-8.7-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76a7e66d47e73eb0dc3fca27fc818e36e1d4bffe74da263c5efe3b8801a30a01
|
||||||
|
size 33735466
|
@ -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>
|
Thu Aug 18 10:17:43 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: racket
|
Name: racket
|
||||||
Version: 8.6
|
Version: 8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scheme implementation with teaching tools
|
Summary: Scheme implementation with teaching tools
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user