Juri Leino
Juri Leino
I tried to `bmake -r install`, `PREFIX=/tmp/x bmake -r install` and `CC=clang PREFIX=$HOME bmake -r install` they all die with ```bash sid -l ansi-c -s no-numeric-terminals -s no-terminals src/libre/dialect/glob/parser.sid src/libre/parser.act...
Whenever the swift runtime is available on linux. According to Apple's announcements this should be in 2015.
### Description: Add new functions `test:fail#3` and `test:fail#4` to XQSuite. Calling one of these inside a XQSuite test function will stop execution by throwing a special error `test:failure`. This error...
### Description: Backport a number of fixes from develop regarding default encoding and file:sync. This PR also adds and enhances file module tests. ### Reference: refs #4321 refs #4311 refs...
**Is your feature request related to a problem? Please describe.** When an invalid XML (including HTML) resource is uploaded to exist utilising the rest-API with a PUT-request the database responds...
### Description: added test to show that string constructor literal is not comparable to xs:string on windows ### Reference: refs #4301 ### Type of tests: XQSuite
**Describe the bug** Comparison of a StringConstructor literal with a xs:string fails on Windows while both values are equal on Mac and linux. This was uncovered while working on #4290....
### Description: - DOM and Query are syntax highlighted and not just strings in XQSuite - all util:expand tests are now in one location - add test for processing instruction...
This is an attempt of a step-by-step guide on how-to set-up a M1 Mac to build and run exist-db. Special thanks to @duncdrum for helping me get to this point...
When running the tests as part of the maven package goal these failures _were_ reported on my machine. **update** The same issue was now also observed happening in CI by...