racket/racket
Sorawee Porncharoenwase 73381c3ad3 expander: another improvement to make-readtable's error message
Currently `(make-readtable #f #\a 'dispatch-macro)` produces the error
message

```
; make-readtable: expected procedure argument after symbol argument
;   given: 'dispatch-macro
```

which is very confusing, because it sounds like `'dispatch-macro` is
incorrect, but it is in fact correct already.

This PR adjusts the error message to:

```
; make-readtable: expected procedure argument after symbol argument
;   symbol: 'dispatch-macro
```

which is the convention that is already used when the mode argument is not given.
2021-04-16 08:22:43 -06:00
..
collects Use import-orig-stx instead of import-src-sym when appropriate 2021-04-15 11:57:12 -06:00
src expander: another improvement to make-readtable's error message 2021-04-16 08:22:43 -06:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00