-
Notifications
You must be signed in to change notification settings - Fork 1
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 ports for eXist-db and Saxon #16
Conversation
Thanks so much, @adamretter ! |
Ah... in the BaseX docs, it says: "The three functions fn:transform, fn:load-xquery-module and fn:collation-key may be added in a future version of BaseX as their implementation might require the use of additional external libraries." |
@AndrewSales you are very welcome :-)
Let me know when you have that, and if you would like, I can send a PR to get CI testing this against eXist-db and BaseX. |
Oh dear! Apologies, I was under the impression that BaseX supported all XQuery 3.1 functions. Maybe we can ask @ChristianGruen if that is possible for the next version of BaseX? If not, perhaps we have to adjust my changes to make it a manual choice for the user as to which port module to use. |
No problem! Me too.
I'll ask on the BaseX forum.
Sure. BTW, instructions for the test suite are here, if you do have time to take a look: https://github.com/AndrewSales/XQS#running-the-test-suite. Thanks again. |
Thanks Andrew. I heard informally that BaseX may be able to address the module load issue soon... So hopefully that will help with this |
Hi together, we’ll add an implementation of |
Amazing, Christian - thank you so much, I can see this being of general
benefit to the BaseX user base.
Hope you were able to have a decent break :-)
Andrew
…On Thu, 8 Jun 2023 at 08:49, Christian Grün ***@***.***> wrote:
Hi together, we’ll add an implementation of fn:load-xquery-module in
BaseX 11, which is planned for Summer/Fall this year. A proof-of-concept
implementation will be made available with BaseX 10.7 or 10.8.
—
Reply to this email directly, view it on GitHub
<#16 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAODVH2T2BLZQ6UZSWKIHELXKF7X7ANCNFSM6AAAAAAY2GF5CE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Closes #8
If you can tell me how to run the BaseX test suite from the command line and determine if it fails or passes (by exit code?), then I could also add GitHub Actions CI to run tests for this against BaseX and eXist-db.