Cuis-Smalltalk / TheCuisBook

A book about Cuis Smalltalk
64 stars 9 forks source link

Daily work flow #15

Closed hilaire closed 3 years ago

hilaire commented 3 years ago

When invoking Cuis with a start up script, Morphic operations may need to be forced for execution with a self runningWorld doOneCycle message. Sort this out and write some more explanations.

https://cuis-smalltalk.github.io/TheCuisBook/Daily-Workflow.html

nmingotti commented 3 years ago

As from the mail discussion in the list I post this idea about determining strictly when command line and evironment parameters should/could be run.

I post it here becase the issue popped up observing a discrepancy from what is written in the book and what is actually done in the last Cuis image: 5.0-4689.

. ENV parameters must be read before anything and must be able to set global variables / Preferences. . string parameters must be executed with high priority, maybe before the World goes up ? . script parameters must be executed when everything else is done.

hilaire commented 3 years ago

Mention world do on cycle.