Skip to content
Open
Show file tree
Hide file tree
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 Apr 4, 2026
2916f59
[feature] Add XQuery 4.0 expression classes
joewiz Apr 4, 2026
4202cef
[feature] Add XQuery 4.0 type infrastructure and expression modificat…
joewiz Apr 4, 2026
e18c598
[bugfix] Align XQuery error codes with W3C specification
joewiz Apr 4, 2026
a0cde7e
[test] Add XQSuite tests for XQuery 4.0 parser features
joewiz Apr 4, 2026
4c342d1
[feature] Add version gating and feature flag for XQuery 4.0 syntax
joewiz Apr 5, 2026
47a4cdf
[feature] Align fn: function parameter names with XQuery 4.0 F&O spec
joewiz Apr 25, 2026
4e3f10d
[feature] Add XQuery 4.0 bare map syntax and content expressions
joewiz Apr 26, 2026
fb3b5b6
[ci] Remove Codacy config that breaks PMD analysis; remove unused code
joewiz Apr 26, 2026
99f6316
[optimize] Speed up XQueryLexer keyword-table lookup
joewiz Apr 27, 2026
41fd5c2
[ci] Restore .codacy/codacy.yaml (removal deferred to separate PR)
joewiz Apr 27, 2026
143f428
[refactor] ParserBenchmark: move SAMPLES to top, use Java text blocks
joewiz Apr 27, 2026
118fdf9
[feature] Annotations on FunctionTest + extend reserved namespaces
joewiz Apr 28, 2026
ee462fe
[refactor] Suppress NPath warnings on XQ4 expression dispatchers
joewiz Apr 28, 2026
9424f11
[bugfix] Reject reserved function names in FunctionDecl
joewiz Apr 28, 2026
c2e0ec3
[refactor] AnnotationsTest: convert to text blocks per review
joewiz Apr 28, 2026
8d031dc
[bugfix] prod-FunctionDecl: XQ4 keyword args, arity overlap, version …
joewiz Apr 28, 2026
e7d51af
[refactor] Address review: switch expression in versionDecl, import FQDN
joewiz Apr 29, 2026
3dbf368
[refactor] Remove proactive PMD.NPathComplexity suppressions
joewiz Apr 29, 2026
0f93f1d
[refactor] Convert switches to switch expressions per review
joewiz Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .codacy/codacy.yaml
Copy link
Copy Markdown
Contributor

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?

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
Loading
Loading