Re: [Factor-talk] Does calendar.format vocabulary need the UI ?

2022-10-03 Thread Georg Simon
This .factor-rc fixed it : USING: calendar kernel namespaces timers tools.scaffold ui ui.tools.browser ui.tools.listener ; "Georg Simon" developer-name set-global [ ui-running? [ "DejaVu Sans Mono" 18 set-listener-font ] when ] .1 se

Re: [Factor-talk] Does calendar.format vocabulary need the UI ?

2022-10-03 Thread John Benediktsson
You might want to wrap those with ui-running? [ … ] when And see if that fixes it? On Mon, Oct 3, 2022 at 9:58 AM Georg Simon wrote: > .factor-rc > --- > USING: > calendar kernel namespaces timers tools.scaffold > ui.tools.browser ui.t

Re: [Factor-talk] Does calendar.format vocabulary need the UI ?

2022-10-03 Thread Georg Simon
.factor-rc --- USING: calendar kernel namespaces timers tools.scaffold ui.tools.browser ui.tools.listener ; "Georg Simon" developer-name set-global [ "DejaVu Sans Mono" 18 set-listener-font ] .1 seconds later drop [ browser-window ]

Re: [Factor-talk] Does calendar.format vocabulary need the UI ?

2022-10-03 Thread John Benediktsson
I'm not aware of any dependency, and I can't reproduce it on linux or macOS just now. I opened an issue on GitHub to investigate: https://github.com/factor/factor/issues/2697 Do you have any UI code in your .factor-rc or .factor-boot-rc? Thanks, John. On Mon, Oct 3, 2022 at 5:15 AM Georg Simon

[Factor-talk] Does calendar.format vocabulary need the UI ?

2022-10-03 Thread Georg Simon
Factor 0.99 x86.64 (2165, heads/master-b0f39e3617, Feb 16 2022 17:53:17) [GCC 11.2.0] on linux I tried to narrow down my problem. For this I run two slightly different scripts which only load a vocabulary. For the second sc