8000 Error highlighting issues · Issue #94 · dyoo/WeScheme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error highlighting issues #94

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dyoo opened this issue Mar 5, 2013 · 0 comments
Open

Error highlighting issues #94

dyoo opened this issue Mar 5, 2013 · 0 comments

Comments

@dyoo
Copy link
Owner
dyoo commented Mar 5, 2013

Reported by SK:


Here's a program:

(define (l l1 n1 w1)
  (cond [true 1]))

(l 2 3)

[The function name is "ell", not "one".]

The error message is colored properly, but in the error

l: expects 3 arguments, but given 2: 2 3

when you look at the "2" after the colon, there's an extra space underscored.


Why is "3 arguments" (and the arguments l1, n1, w1) not gradiated?


Why isn't the environment using constructor notation for the values in errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0