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 a custom parser #36

Merged
merged 12 commits into from
Jul 17, 2024
Merged

Add a custom parser #36

merged 12 commits into from
Jul 17, 2024

Conversation

BradLewis
Copy link
Member

Adding a very basic custom parser that will allow us to parse and process the data from the dockerfile. This will allow us to much more easily add things like # anchor: ignore xxx style comments. It also greatly simplified the amount of work we needed to do things like maintain the formatting and preserving comments.

Will need to be tested pretty thoroughly to make sure the behaviour is the same.

Also removed a bunch of dependencies which is nice.

@BradLewis BradLewis requested a review from TheDen July 14, 2024 03:36
@BradLewis BradLewis force-pushed the feat/add-custom-parser branch from 863e0b2 to ca93d1f Compare July 14, 2024 17:46
@BradLewis BradLewis force-pushed the feat/add-custom-parser branch from ca93d1f to 1ebe627 Compare July 14, 2024 17:46
@BradLewis BradLewis force-pushed the feat/add-custom-parser branch from defc492 to abafa69 Compare July 16, 2024 22:40
@BradLewis BradLewis merged commit a1b40af into main Jul 17, 2024
11 checks passed
@BradLewis BradLewis deleted the feat/add-custom-parser branch July 17, 2024 12:00
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.

2 participants