Skip to content

Commit bc0e067

Browse files
committed
Changes for Shen 15. Bump version to 0.7.
1 parent a04bd7d commit bc0e067

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7
2+
3+
* Works with Shen 15.
4+
15
0.6
26

37
* Works with Shen 13.

init.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(set ($$quote *language*) "Scheme")
22
(set ($$quote *implementation*) "chibi-scheme")
3-
(set ($$quote *port*) "0.6")
3+
(set ($$quote *port*) "0.7")
44
(set ($$quote *porters*) "Bruno Deferrari")
55
(set ($$quote *stinput*) ($$current-input-port))
66
(set ($$quote *stoutput*) ($$current-output-port))

shen.sld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
($$for-each $$display ($$list "Loading " filename " ...\n"))
6868
($$for-each eval-kl ($$read-kl-file filename)))
6969

70+
;; Avoid warning about shen.demod not being defined yet
71+
(defun shen.demod (Val) Val)
72+
7073
($$eval-kl-file "toplevel.kl")
7174
($$eval-kl-file "core.kl")
7275

shen/primitives.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
intern 1 identical 4 inferences 0 input 1 input+ 2 implementation 0 intersection 2 kill 0 language 0
343343
length 1 lineread 1 load 1 < 2 <= 2 vector 1 macroexpand 1 map 2 mapcan 2 maxinferences 1 not 1 nth 2
344344
n->string 1 number? 1 occurs-check 1 occurrences 2 occurs-check 1 optimise 1 or 2 os 0 package 3 port 0
345-
porters 0 pos 2 print 1 profile 1 profile-results 0 pr 2 ps 1 preclude 1 preclude-all-but 1 protect 1
345+
porters 0 pos 2 print 1 profile 1 profile-results 1 pr 2 ps 1 preclude 1 preclude-all-but 1 protect 1
346346
address-> 3 put 4 reassemble 2 read-file-as-string 1 read-file 1 read 1 read-byte 1 read-from-string 1
347347
release 0 remove 2 reverse 1 set 2 simple-error 1 snd 1 specialise 1 spy 1 step 1 stinput 0 stoutput 0
348348
string->n 1 string->symbol 1 string? 1 strong-warning 1 subst 3 sum 1 symbol? 1 tail 1 tl 1 tc 1 tc? 0

0 commit comments

Comments
 (0)