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

Add missing scanner.c to README and Package.swift #222

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

leamingrad
Copy link
Contributor

Prior to this change, a new scanner.c source file had been added to the repository. The Makefile had been updated, but the command in the README was missing the new file.

This change adds the new file to the command in the README, and also updates the Package.swift file to declare it as a source.

I think this PR is just a bugfix following from #203.

Prior to this change, a new scanner.c source file had been added to the
repository. The Makefile had been updated, but the command in the README
was missing the new file.

This change adds the new file to the command in the README, and also
updates the Package.swift file to declare it as a source.
@@ -26,6 +26,7 @@ let package = Package(
],
sources: [
"src/parser.c",
"src/scanner.c",
Copy link
Contributor Author

@leamingrad leamingrad Nov 8, 2023

Choose a reason for hiding this comment

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

I don't know anything about swift, so I am not sure whether this change is correct/how to test it (but I am happy to have a go if others can explain what I need to do).

Copy link
Owner

Choose a reason for hiding this comment

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

I'm unsure as well but I suspect this is all that's needed.

cc// @mattmassicotte let us know if there's anything else that's needed

Copy link
Contributor

Choose a reason for hiding this comment

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

This looks good - thanks for keeping it up to date!

@@ -26,6 +26,7 @@ let package = Package(
],
sources: [
"src/parser.c",
"src/scanner.c",
Copy link
Owner

Choose a reason for hiding this comment

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

I'm unsure as well but I suspect this is all that's needed.

cc// @mattmassicotte let us know if there's anything else that's needed

@DerekStride DerekStride merged commit f8ebb59 into DerekStride:main Nov 10, 2023
4 checks passed
@leamingrad leamingrad deleted the update-compiler-invocation branch November 13, 2023 11: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 this pull request may close these issues.

3 participants