forked from pool/racket
Accepting request 934581 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/934581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/racket?expand=0&rev=14
This commit is contained in:
commit
24038ab85a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:688e4702d88ab98f1749f495f50a0de37fed12183fab80420b1bae485bba8f72
|
|
||||||
size 34772779
|
|
3
racket-8.2-src.tgz
Normal file
3
racket-8.2-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0f3cf72938e7ae0f4f3eab70360812a2ec4e40efe327f1b449feb447b4f7482
|
||||||
|
size 31743967
|
@ -3,10 +3,10 @@
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
--- share/pkgs/scribble-lib/help/search.rkt
|
--- share/pkgs/scribble-lib/help/search.rkt
|
||||||
+++ share/pkgs/scribble-lib/help/search.rkt 2019-03-28 07:38:19.695803840 +0000
|
+++ share/pkgs/scribble-lib/help/search.rkt
|
||||||
@@ -43,7 +43,8 @@
|
@@ -47,7 +47,8 @@
|
||||||
(let* ([path (build-path (find-user-doc-dir) sub)]
|
;; Doesn't exist, but notify and then fall back below:
|
||||||
[path (if (file-exists? path) path (build-path (find-doc-dir) sub))])
|
(build-path (find-doc-dir) sub)))
|
||||||
(notify path)
|
(notify path)
|
||||||
- (if (file-exists? path)
|
- (if (file-exists? path)
|
||||||
+ (if (and (file-exists? path)
|
+ (if (and (file-exists? path)
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 10 07:26:11 UTC 2021 - Fred Fu <moonsolo@gmail.com>
|
||||||
|
- Update to 8.2:
|
||||||
|
* Racket CS improved the performance of large-integer arithmetic.
|
||||||
|
* Racket has improved support for layered and tethered installation.
|
||||||
|
* Racket CS supports nonatomic allocation via ffi/unsafe.
|
||||||
|
* Cross-compilation works fully with the raco cross tool, which
|
||||||
|
is distributed separately as the “raco-cross” package.
|
||||||
|
* DrRacket has performance improvements when editing files with
|
||||||
|
picts containing large bitmaps.
|
||||||
|
* Typed Racket more consistently refines field types of
|
||||||
|
non-polymorphic structs.
|
||||||
|
* Printing of values is unified across the teaching language
|
||||||
|
implementations and the stepper.
|
||||||
|
- Rebase racket-doc.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 16 07:26:11 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Wed Jun 16 07:26:11 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: racket
|
Name: racket
|
||||||
Version: 8.1
|
Version: 8.2
|
||||||
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