Darren Duncan
Darren Duncan
Note that one way this could specifically be made an Engine issue is if the generic fix takes the form of an Engine function that takes an arbitrary value object...
I will be implementing this ticket tomorrow, along with other XML test suite improvements.
New issue #73 (Make external function interface validate result is a CQL Any value) addresses a specific low hanging fruit of issue #69; #73 gives a large impact, maybe a...
These failing CQL Engine tests reflect this bug: * CqlArithmeticFunctionsTest -> Divide1Q1Q
A related bug exists in the Translator; it doesn't recognize the unit conversion should occur either. Run the following CQL: ``` Equivalent(1'g/cm3' / 1'g/cm3', 1.0) ``` Expected result: ``` true...
The described bug is not just with Divide but also with Multiply. ``` define a : 1.0 'cm' * 2.0 'cm' ``` This we would expect to result in `2.0...
These failing CQL Engine tests also reflect this bug: * CqlArithmeticFunctionsTest -> Multiply1CMBy2CM
Anything related to details of embedding other languages should not be included in the core Raku test suite or roast. The tests / roast for Perl 5 embedding should be...
I feel that any kind of regex other than the official Raku-specific grammar do not belong in core and should definitely be the domain of optionally installable modules. Anything for...
It is onerous to stay 100% backwards compatible, and it is reasonable to break some things when that gives valuable gains in return. Besides-which, the main promise for backwards-compatibility concerns...