16 to 17
This commit is contained in:
parent
10feaaa876
commit
e4feff1b5a
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ cs019-doc:
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
raco setup --no-docs -P dyoo whalesong.plt 1 16
|
raco setup --no-docs -P dyoo whalesong.plt 1 17
|
||||||
|
|
||||||
|
|
||||||
planet-link:
|
planet-link:
|
||||||
raco planet link dyoo whalesong.plt 1 16 .
|
raco planet link dyoo whalesong.plt 1 17 .
|
||||||
|
|
2
info.rkt
2
info.rkt
|
@ -3,7 +3,7 @@
|
||||||
(define name "Whalesong")
|
(define name "Whalesong")
|
||||||
(define blurb '("A Racket to JavaScript compiler"))
|
(define blurb '("A Racket to JavaScript compiler"))
|
||||||
(define release-notes '((p "The JavaScript FFI includes js-function->procedure and js-async-function->procedure to lift JavaScript functions to Racket. New world event types can be introduced with make-world-event-handler.")))
|
(define release-notes '((p "The JavaScript FFI includes js-function->procedure and js-async-function->procedure to lift JavaScript functions to Racket. New world event types can be introduced with make-world-event-handler.")))
|
||||||
(define version "1.16")
|
(define version "1.17")
|
||||||
(define primary-file "make-launcher.rkt")
|
(define primary-file "make-launcher.rkt")
|
||||||
(define categories '(devtools))
|
(define categories '(devtools))
|
||||||
(define repositories '("4.x"))
|
(define repositories '("4.x"))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
MAJOR=1
|
MAJOR=1
|
||||||
MINOR=16
|
MINOR=17
|
||||||
PROJNAME=whalesong
|
PROJNAME=whalesong
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -259,7 +259,7 @@ If you want to use Whalesong, run the following to create
|
||||||
the @filepath{whalesong} launcher:
|
the @filepath{whalesong} launcher:
|
||||||
@codeblock|{
|
@codeblock|{
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require (planet dyoo/whalesong:1:16/make-launcher))
|
(require (planet dyoo/whalesong:1:17/make-launcher))
|
||||||
}|
|
}|
|
||||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||||
dependencies, and its documentation. When it finally finishes,
|
dependencies, and its documentation. When it finally finishes,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user