Skip to content

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

@Carbon-404 Carbon-404 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

4 participants