SHA256
1
0
forked from pool/racket

Accepting request 1040788 from devel:languages:misc

OBS-URL: https://build.opensuse.org/request/show/1040788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/racket?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-12-07 16:35:15 +00:00 committed by Git OBS Bridge
commit eb68bac6ab
4 changed files with 33 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76a7e66d47e73eb0dc3fca27fc818e36e1d4bffe74da263c5efe3b8801a30a01
size 33735466

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>

View File

@ -18,7 +18,7 @@
Name: racket
Version: 8.6
Version: 8.7
Release: 0
Summary: Scheme implementation with teaching tools
License: Apache-2.0 OR MIT