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

issues reported by gmarceau #71

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 Aug 11, 2012 · 0 comments
Open

issues reported by gmarceau #71

dyoo opened this issue Aug 11, 2012 · 0 comments

Comments

@dyoo
Copy link
Owner
dyoo commented Aug 11, 2012

(cond [4 5]) ->
if: expected a boolean value, but found: 4
Shouldn't say "if"
This is a run time error, it should say "but got" instead of "but found" (I know, I got this one wrong myself in my previous email).
No colon between "got" and "4", aka stick to standard rules of English.

plus: expects 2 arguments, but given 1: 5
don't print the value on static errors, pretend arity errors are static (though I can imagine I've been overruled on this)

+: expects a number as 2nd argument, but given: "asd"; other arguments were
the part "other argument were..." is not useful enough for how distracting it is. Remove it. No colon after given.

expects 3 arguments, but given 4: 1 2 3 3
The green highlights are turning to some rather odd shades there. Which color space are you using?

or: expected a boolean value, but found: 4
should be "but got 4"

(x) -> x: this variable is not defined
should read "this function is not defined"

(list (define x 5)) -> define: this variable is not defined
should read "define: found a definition that is not at the top level"

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