forked from pool/racket
Accepting request 1197943 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/1197943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/racket?expand=0&rev=33
This commit is contained in:
commit
cc06214bda
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:001e04920440b6589cf62d5677d18cc2ff6ae8fbaf77e63b8a8cf20890685fbc
|
||||
size 34088892
|
3
racket-8.14-src.tgz
Normal file
3
racket-8.14-src.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aab8cc0db336ed2d382803c708ad55a95fc52a4436c912f616f7c49d4845ae2c
|
||||
size 34144519
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 18:25:45 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- Update to 8.14. Changes down below:
|
||||
* The compiler/demod language integrates demodularization into the
|
||||
program rather than an external tool. Using the language approach
|
||||
cooperates with other Racket tools and allows demodularization to be
|
||||
used on libraries. Additionally, demodularization handles submodules
|
||||
and can prune definitions, significantly shrinking the size of some
|
||||
programs.
|
||||
* The contract-in form enables contracts to be specified in an
|
||||
importing module.
|
||||
* The #%declare form supports the #:flatten-requires and
|
||||
#:unlimited-compile keywords
|
||||
* Identifiers such as case-λ, match-λ and λ are equivalent to
|
||||
their Latin-alphabet equivalents (case-lambda, match-lambda, and
|
||||
lambda) in more contexts, including uses of match.
|
||||
* The hash-filter function allows the use of a predicate to select a
|
||||
sub-table of a hash table.
|
||||
* The module browser can perform filtering on submodules.
|
||||
* The raco test command-line form respects the
|
||||
current-test-invocation-directory parameter, and shows well-formed
|
||||
module paths in its output.
|
||||
* Racket CS allows the use of in-memory boot files.
|
||||
* The raco/testing collection brings together a variety of testing-
|
||||
related functions and forms.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 07:17:41 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global _configure ../configure
|
||||
Name: racket
|
||||
Version: 8.13
|
||||
Version: 8.14
|
||||
Release: 0
|
||||
Summary: Scheme implementation with teaching tools
|
||||
License: Apache-2.0 OR MIT
|
||||
|
Loading…
Reference in New Issue
Block a user