11 to 12
This commit is contained in:
parent
d94935b671
commit
3905f31cc7
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ cs019-doc:
|
|||
|
||||
setup:
|
||||
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 11
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 12
|
||||
|
||||
|
||||
planet-link:
|
||||
raco planet link dyoo whalesong.plt 1 11 .
|
||||
raco planet link dyoo whalesong.plt 1 12 .
|
||||
|
|
4
info.rkt
4
info.rkt
|
@ -2,8 +2,8 @@
|
|||
|
||||
(define name "Whalesong")
|
||||
(define blurb '("A Racket to JavaScript compiler"))
|
||||
(define release-notes '((p "Bug patch: under rare situations, the scheduler can incorrectly allow multiple computations to run. For now, Whalesong's will not release control to the browser during long-running computations. Program output may be a little bit more delayed as a result.")))
|
||||
(define version "1.11")
|
||||
(define release-notes '((p "Improving stack traces for the web-world view functions.")))
|
||||
(define version "1.12")
|
||||
(define categories '(devtools))
|
||||
(define repositories '("4.x"))
|
||||
(define required-core-version "5.1.1")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
MAJOR=1
|
||||
MINOR=11
|
||||
MINOR=12
|
||||
PROJNAME=whalesong
|
||||
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ Run the following to create the @filepath{whalesong} launcher program in
|
|||
your current directory.
|
||||
@codeblock|{
|
||||
#lang racket/base
|
||||
(require (planet dyoo/whalesong:1:11/make-launcher))
|
||||
(require (planet dyoo/whalesong:1:12/make-launcher))
|
||||
}|
|
||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||
dependencies, and its documentation. When it finally finishes,
|
||||
|
|
|
@ -214,7 +214,7 @@ If you want to use Whalesong, run the following to create
|
|||
the @filepath{whalesong} launcher:
|
||||
@codeblock|{
|
||||
#lang racket/base
|
||||
(require (planet dyoo/whalesong:1:11/make-launcher))
|
||||
(require (planet dyoo/whalesong:1:12/make-launcher))
|
||||
}|
|
||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||
dependencies, and its documentation. When it finally finishes,
|
||||
|
|
Loading…
Reference in New Issue
Block a user