Skip to content
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

Line breaks in 'defined twice' error #32

Closed
schanzer opened this issue Aug 18, 2015 · 1 comment
Closed

Line breaks in 'defined twice' error #32

schanzer opened this issue Aug 18, 2015 · 1 comment

Comments

@schanzer
Copy link
Contributor

  1. open a new file, with the code:
    x=4
    x=5
  2. click run

EXPECTED: error message listing both locations, separated by a line break, a comma, or something
RECIEVED: definitions: line 1, column 0definitions: line 2, column 0

@jpolitz
Copy link
Member

jpolitz commented Aug 18, 2015

Thanks, reported also at #540, fixed by
brownplt/pyret-lang@800d218,
change will show up soon.

On Tue, Aug 18, 2015 at 2:06 PM, Emmanuel Schanzer <notifications@github.com

wrote:

  1. open a new file, with the code:
    x=4
    x=5
  2. click run

EXPECTED: error message listing both locations, separated by a line break,
a comma, or something
RECIEVED: definitions: line 1, column 0definitions: line 2, column 0


Reply to this email directly or view it on GitHub
#32.

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

No branches or pull requests

3 participants