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

Improve error log: #559

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Improve error log: #559

merged 1 commit into from
Nov 11, 2023

Conversation

Jarod42
Copy link
Member

@Jarod42 Jarod42 commented Nov 11, 2023

  • Add ErrorPrint (with location) instead of fprintf(stderr, ..).
  • Change some error from DebugPrint to ErrorPrint (and also some ErrorPrint into DebugPrint).
  • quote filename.
  • fix space around ': '.
  • add context in some error message.
  • Add some missing ExitFatal after error message.
  • Fix some spacing in tab

- Add `ErrorPrint` (with location) instead of `fprintf(stderr, ..)`.
- Change some error from `DebugPrint` to `ErrorPrint` (and also some `ErrorPrint` into `DebugPrint`).
- quote filename.
- fix space around ': '.
- add context in some error message.
- Add some missing `ExitFatal` after error message.
- Fix some spacing in tab
@Jarod42 Jarod42 merged commit 10f0428 into master Nov 11, 2023
2 checks passed
@Jarod42 Jarod42 deleted the log_error branch November 11, 2023 14:49
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 this pull request may close these issues.

1 participant