Qingtian
Qingtian
@hiiamboris Yes. I commented the draw code in the backend. It still takes almost the same amount of time to execute.
Improve it by commit https://github.com/red/red/commit/788634d1542e9fccbe95fa2e705d21657496cb4c.
You cannot sort `NaN` as it's not equal to any float values, and neither greater nor lesser than any float values. https://en.wikipedia.org/wiki/NaN#Comparison_with_NaN
@hiiamboris This works: ``` sort/compare [ 1.#inf -1.0 1.#nan 1.0 -1.#inf 1.#nan 0 ] function [a b][either NaN? a [false][a - b]] ```
That's the real world. Not every question has a simple solution.
Seems no crashes now.
A side effect of fixing issue #5125.
Event is OK now and no error anymore.
> I'm not sure what we should do there. Even hex encoding does not seem to solve it in R3: > > ``` > >> load mold probe to file!...
> Solution is rather simple: to file! {1: '\"2"} -> %"1: '\^"2^"" It's good only if we encode all the special characters by this escaping format. Otherwise it introduces a...