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

parsers: implemented uri module #110

Merged
merged 3 commits into from
Jul 13, 2023
Merged

parsers: implemented uri module #110

merged 3 commits into from
Jul 13, 2023

Conversation

zpl-zak
Copy link
Member

@zpl-zak zpl-zak commented Jul 13, 2023

closes #102

@zpl-zak zpl-zak requested a review from inlife July 13, 2023 09:46
@@ -468,6 +469,7 @@
/* parsers */
# include "source/parsers/json.c"
# include "source/parsers/csv.c"
# include "source/parsers/uri.c"

Check notice

Code scanning / CodeQL

Include header files only

The #include pre-processor directive should only be used to include header files.
@zpl-zak zpl-zak merged commit e615951 into master Jul 13, 2023
@zpl-zak zpl-zak deleted the review/uri-parser branch July 13, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ADT URL parser addition
2 participants