Oldes Huhuman

Results 29 issues of Oldes Huhuman

Such a code should not be allowed: ```rebol >> s: make struct! [ a: [uint8] probe random 100 ] 25 >> mold s == "make struct! [a: [uint8] 25]" >>...

this is ok: ```rebol y: make struct! [ c [struct! [a [uint8!]]] ] ``` this is also ok: ```rebol x: make struct! [ a [uint8!] ] y: make struct! [...

Check this console session: ``` >> recycle/off ;> == ;> load "22-Feb-2019" ;> == ;> b: 1 ;> == ;

Each call to `view` without providing own handler is adding the default view handler into handlers block here: https://github.com/zsx/r3/blob/baf7e6c707b41c7f3dd21cf520be86f71ddca30d/src/mezz/view-funcs.r#L76-L96 The default handler should be added only once or the `handle-events`...

Trying to view a root gob like: `view system/view/screen-gob` should return `none` or throw an error instead of crash.

`show none` crashes Rebol. You should (for example) add test for `none` value here: https://github.com/zsx/r3/blob/baf7e6c707b41c7f3dd21cf520be86f71ddca30d/src/os/host-view.c#L345-L351

Hi, just would like to let you know, that with this commit: https://github.com/zsx/r3/commit/f397faef4d35ee761b56b80ec85061fbc2497d18 you introduced regression that `wait` with just `time` value is not precise enough. Before: ``` >> t:...

This is OK: ``` >> x: #{FF00FF00} debase/base enbase/base next x 2 2 == #{00FF00} ``` but this is not: ``` >> x: #{FF00FF00} debase enbase next x == #{FF00FF}...

It seems to be required now, else QEMU compilation fails with error: ``` 196.9 python determined to be '/usr/bin/python3' 196.9 python version: Python 3.9.2 196.9 196.9 *** Ouch! *** 196.9...