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

4.07.0+beta2: doesn't recognize line directives #7777

Closed
vicuna opened this issue Apr 15, 2018 · 1 comment
Closed

4.07.0+beta2: doesn't recognize line directives #7777

vicuna opened this issue Apr 15, 2018 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Apr 15, 2018

Original bug ID: 7777
Reporter: @ygrek
Assigned to: @nojb
Status: resolved (set by @nojb on 2018-04-15T18:58:13Z)
Resolution: not a bug
Priority: normal
Severity: major
Category: compiler driver

Bug description

$ cat q.ml

10

$ opam sw 4.06.0
$ ocamlc -c q.ml
$ opam sw 4.07.0+beta2
$ ocamlc -c q.ml
File "q.ml", line 1, characters 0-1:
Error: Syntax error

@vicuna
Copy link
Author

vicuna commented Apr 15, 2018

Comment author: @nojb

The filename part is now mandatory, see #6604 and #931 .

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

2 participants