-
-
Notifications
You must be signed in to change notification settings - Fork 189
Implement XQuery 4.0 parser with version gating and feature flag #6216
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
Open
joewiz
wants to merge
20
commits into
eXist-db:develop
Choose a base branch
from
joewiz:v2/xquery-4.0-parser
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ce2d704
[feature] Add XQuery 4.0 syntax to ANTLR 2 grammar
joewiz 2916f59
[feature] Add XQuery 4.0 expression classes
joewiz 4202cef
[feature] Add XQuery 4.0 type infrastructure and expression modificat…
joewiz e18c598
[bugfix] Align XQuery error codes with W3C specification
joewiz a0cde7e
[test] Add XQSuite tests for XQuery 4.0 parser features
joewiz 4c342d1
[feature] Add version gating and feature flag for XQuery 4.0 syntax
joewiz 47a4cdf
[feature] Align fn: function parameter names with XQuery 4.0 F&O spec
joewiz 4e3f10d
[feature] Add XQuery 4.0 bare map syntax and content expressions
joewiz fb3b5b6
[ci] Remove Codacy config that breaks PMD analysis; remove unused code
joewiz 99f6316
[optimize] Speed up XQueryLexer keyword-table lookup
joewiz 41fd5c2
[ci] Restore .codacy/codacy.yaml (removal deferred to separate PR)
joewiz 143f428
[refactor] ParserBenchmark: move SAMPLES to top, use Java text blocks
joewiz 118fdf9
[feature] Annotations on FunctionTest + extend reserved namespaces
joewiz ee462fe
[refactor] Suppress NPath warnings on XQ4 expression dispatchers
joewiz 9424f11
[bugfix] Reject reserved function names in FunctionDecl
joewiz c2e0ec3
[refactor] AnnotationsTest: convert to text blocks per review
joewiz 8d031dc
[bugfix] prod-FunctionDecl: XQ4 keyword args, arity overlap, version …
joewiz e7d51af
[refactor] Address review: switch expression in versionDecl, import FQDN
joewiz 3dbf368
[refactor] Remove proactive PMD.NPathComplexity suppressions
joewiz 0f93f1d
[refactor] Convert switches to switch expressions per review
joewiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| runtimes: | ||
| - dart@3.7.2 | ||
| - go@1.22.3 | ||
| - java@17.0.10 | ||
| - node@22.2.0 | ||
| - python@3.11.11 | ||
| tools: | ||
| - dartanalyzer@3.7.2 | ||
| - eslint@8.57.0 | ||
| - lizard@1.17.31 | ||
| - opengrep@1.16.2 | ||
| - pmd@7.11.0 | ||
| - pylint@3.3.6 | ||
| - revive@1.7.0 | ||
| - trivy@0.69.3 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have this as a separate PR and Issue please?