hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

Lexical violation message typo #186

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

Ikarus Scheme version 0.0.3+ (revision 1700, build 2008-12-06) Copyright (c) 2006-2008 Abdulaziz Ghuloum

Toops

Unhandled exception Condition components:

  1. &lexical
  2. &message: "invalid syntax near #o"
  3. &lexical-position: file-name: stdin character: 3

It's supposed to be "... near #\o", right?

Launchpad Details: #LP305857 Derick Eddington - 2008-12-06 19:45:44 -0500

hyln9 commented 10 years ago

Fixed in 1706. It now says "... near #To".

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-08 06:30:44 -0500