mario-arduini

Results 9 issues of mario-arduini

When using DataFrame operations with structured-json-file and a key contains a backtick ` it leads to an error. difficult-names.json: (note the last key) {"1": "one", "include spaces": "impressive", "quotes\"": "very...

Bug

at runtime, multiplication between duration and integer fails, even if according to the table in XQuery appendix is defined for both subtype of duration and therefore should be valid for...

wontfix

declaring variable as double do not perform automatic promotion from decimal or integer input but throws an error e.g. declare variable $a as double := 3; $a Throws XPTY0004: integer...

Under discussion

By running Rumble on the shell locally, the static analysis has no access to the configuration. This is due to the fact that in `Rumble.java > runQuery(String query) > VisitorHelpers.parseMainModuleFromQuery...

Enhancement

it is not possible to use an anyURI as key in objects, even if by specification it can be promoted (not only casted) to string e.g. {"a.com" cast as anyURI...

Bug

dynamic range expression errors do not include arities and can be confusing. e.g. (1,2) to 5 throws 'Range expression must have integer input, but instead received integer and integer'

Bug
Enhancement

stringConcat operator and correlated concat function accept sequences longer than 1 (ignoring other elements in the sequence as long as are atomic), even if specification states that the sequence type...

Bug

in quantified expressions, queries like some $a in (1,2,"a") satisfies $a throws An error has occurred: org.rumbledb.items.IntItem cannot be cast to org.rumbledb.items.BooleanItem it seems they cannot produce the effective boolean...

Bug

Similar to [this](https://github.com/solana-labs/solana-program-library/issues/3562) I am using Next 14.1.0 and the token-swap js package is broken, just by installing and importing few functions/variables/etc... i get the following error ``` ReferenceError: exports...