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

Some Makefile issue in 03_Precedence #58

Open
ShadowThree opened this issue Feb 2, 2023 · 1 comment
Open

Some Makefile issue in 03_Precedence #58

ShadowThree opened this issue Feb 2, 2023 · 1 comment

Comments

@ShadowThree
Copy link

2c711b173bacd17affe7a3f960b234a
ec856a4208c66431e49ef9e829f9d8c

@the-grue
Copy link
Contributor

the-grue commented Mar 4, 2023

Hi @ShadowThree! This is just make telling you that it encountered an error. This is expected because when ./parser input03 is executed it encounters an error and returns non-zero, as does ./parser input04 and ./parser input05. Overall, the entire test returns failure, and make is letting you know that. The minus sign in front of the command grouping "-(" is telling it to ignore errors. You see that in the output "...Error 1 (ignored)"

I'm sure Warren removed these from the blog post intentionally to keep the focus on the output of the parser.

Hope this helps.

Jim

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