This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3f9b567a5b
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
with-syntax now gives more informative error messages: > (with-syntax ([(x y) #'(a 1)] [(q) #'(a b c)]) 12) Unhandled exception Condition components: 1. &assertion 2. &who: with-syntax 3. &message: "pattern does not match value" 4. &irritants: ((q) #<syntax (a b c)>) instead of the previous behavior: > (with-syntax ([(x y) #'(a 1)] [(q) #'(a b c)]) 12) Unhandled exception Condition components: 1. &message: "invalid syntax" 2. &syntax: form: ((a 1) (a b c)) subform: #f
2008-05-03 06:23:35 -04:00
1466