Nenad Rakocevic

Results 272 comments of Nenad Rakocevic

> Pure magic... Stack corruption caused by providing an invalid `on-change*` handler with a wrong number of mandatory arguments. Arity needs to be checked and the event handler definition rejected...

> FYI, in both cases, it works fine when compiled... so it should be possible to make it work the same way in the interpreter. Now supported in interpreter too,...

@hiiamboris Is the current behavior satisfying? If it is, let's close this ticket.

Let me dissipate a confusion: `self` in Red is not the same as in Rebol, especially R2. In R2 (not sure for R3), `self` is a first-class word in every...

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! {1: '\"2"} %1:%20'\%222%22 **...

> Solution is rather simple: to file! {1: '\"2"} -> %"1: '\^"2^"" Maybe good enough, indeed. Curiously, R3 does not support such escaping.

@meijeru Please provide a code example to reproduce it (even if it seems obvious, this will save our time and prevent misunderstandings).

Testing with the following codes shows a vertical scrollbar appearing each time: ``` view [area 200x100 wrap "aa^/bb^/cc^/dd^/^/^/^/^/"] view [f: area 200x100 wrap button "fill" [f/text: "aa^/bb^/cc^/dd^/^/^/^/^/"]] ```

We can support that feature, but in `face/options` block rather.

That regression is related to the following commit: https://github.com/red/red/commit/85426df87f0f8225feb795ad0771d2e959bffa1a