Open giuliolunati opened 3 years ago
a: make object! [ b: [wrong] r: [ (b: [right] ?? b/1 ?? pick b 1) ] p: meth [ ] [ parse "" r ] ] c: make a [ ] c/p => wrong right
The bug doesn't happen without any of
i.e. you must call a METH of a derived OBJECT, inside a PARSE execution
a: make object! [ b: [wrong] r: [ (b: [right] ?? b/1 ?? pick b 1) ] p: meth [ ] [ parse "" r ] ] c: make a [ ] c/p => wrong right