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

Strange parsing error with IceWeasel 10.0.12 (aka Debian Wheezy) #118

Open
rixed opened this issue Mar 7, 2013 · 1 comment
Open

Strange parsing error with IceWeasel 10.0.12 (aka Debian Wheezy) #118

rixed opened this issue Mar 7, 2013 · 1 comment

Comments

@rixed
Copy link
Contributor

rixed commented Mar 7, 2013

What I type:

# module X = struct
  let x = 1
  end

What it gets parsed into:

# module X = struct
# let x = 1
# end;
File "", line 3, characters 0-3:
Error: Syntax error
# ;
File "", line 3, characters 3-5:
Error: Syntax error

The same works with Chromium.

@cagdasbozman
Copy link
Contributor

Hmm, we knew about a weird bug which only appears with iceweasel (firefox), but I can't reproduce the bug every time, I don't know if it's related to firefox or not...
I will take a look, see if it's a bug in our side or not.

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

2 participants