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

fixing minors issues not solved before today #124

Merged
merged 1 commit into from
Dec 19, 2024
Merged

fixing minors issues not solved before today #124

merged 1 commit into from
Dec 19, 2024

Conversation

MistzSoftware
Copy link
Collaborator

Version 1.1.2

This pull request addresses a series of typographical errors in the error handling functions across several source files. The changes correct the spelling of the function name and the error message from "unknowError" to "unknownError".

The most important changes include:

Typographical error corrections:

  • src/ast.c: Corrected "unknowError" to "unknownError" in the addVar and addLabel functions. [1] [2]
  • src/binExporter.c: Corrected "unknowError" to "unknownError" in the exportToBin function.
  • src/builder.c: Corrected "unknowError" to "unknownError" in the buildNode, buildMov, and buildOperation functions. [1] [2] [3]
  • src/debug.c: Corrected "unknowError" to "unknownError" in the printAst function.
  • src/error.c and src/error.h: Corrected "unknowError" to "unknownError" in the unknownError function and its declaration. [1] [2]

close #100 , #94

@MistzSoftware MistzSoftware added enhancement New feature or request Code Add code bug fix Label for bug fixing labels Dec 19, 2024
@MistzSoftware MistzSoftware self-assigned this Dec 19, 2024
Copy link
Collaborator

@MaximeAlgosup MaximeAlgosup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@EnzoGuillouche EnzoGuillouche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seems alright, merging approved.

@MistzSoftware
Copy link
Collaborator Author

@MistzSoftware MistzSoftware merged commit ca4ed72 into main Dec 19, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Label for bug fixing Code Add code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo function name
3 participants