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

Remove the spurious error messages #37

Closed
Tracked by #36
certik opened this issue Dec 21, 2023 · 0 comments · Fixed by #63
Closed
Tracked by #36

Remove the spurious error messages #37

certik opened this issue Dec 21, 2023 · 0 comments · Fixed by #63

Comments

@certik
Copy link
Contributor

certik commented Dec 21, 2023

Currently:

$ lc examples/expr2.c 
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "examples/expr2.c"
No compilation database found in /Users/ondrej/repos/lcompilers/lc/examples or any parent directory
fixed-compilation-database: Error while opening fixed database: No such file or directory
json-compilation-database: Error while opening JSON database: No such file or directory
Running without flags.
25

But it should just print:

$ lc examples/expr2.c 
25
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

Successfully merging a pull request may close this issue.

1 participant