Sei-Lisa
Sei-Lisa
The license at the top right says MIT. README.txt says "See included License.txt" and includes a list of copyright holders and the corresponding years. License.txt lists: ``` Copyright (c) 1995...
Test case: ``` php
Covers both input and output. Conflicts with at least one previous PR, probably more. Supersedes PR #7.
The function array_merge_recursive_unique() seems broken, as it did not produce the expected result. Replace it by the native function array_replace_recursive (requires PHP 5.3.0).
The XML renderer crashed because two styler properties it expected to be public are now private. Fixed by adding the corresponding getXXX functions to the styler.
Mono is quite happy to work with Infinity/NaN in most cases (in all except division, more exactly). LSO, however, is not permissive at all, and when a calculation produces one...
When using `// pragma inline` in a function, and that function is used in the condition of a `do...while` loop, the generated code is invalid, because the condition uses a...
To reproduce: - Create a DIP switch (Components -> I/O -> DIP Switch). - Go to Instance Properties. - Go to Details. - Try to change the hex value. An...
Not sure if this is the best place to report problems. I'm having a problem with 2.0-b10:  The outputs should be the same, but the negated input...