Skip to content

Clean up older timed-read logic.#748

Merged
tanabi merged 1 commit intofuzzball-muck:masterfrom
wyld-sw:master
May 10, 2025
Merged

Clean up older timed-read logic.#748
tanabi merged 1 commit intofuzzball-muck:masterfrom
wyld-sw:master

Conversation

@wyld-sw
Copy link
Copy Markdown
Member

@wyld-sw wyld-sw commented May 9, 2025

With fb6.0a33, TREAD was re-coded as an in-server macro.

TREAD ( i -- s i )
  
  Acts like a timed READ call.  If the user does not provide input within
the given number of seconds, the READ call will time-out and return a
false boolean, otherwise it returns a true boolean and the string value
entered.  This is implemented as an in-server macro as follows:
    "__tread" timer_start { "TIMER.__tread" "READ" }list event_waitfor
    swap pop "READ" strcmp if "" 0 else read 1 "__tread" timer_stop then

The older logic was never removed. This PR does that.

It also removes "version" from docker-compose.yml since that is apparently deprecated.

@tanabi tanabi merged commit 886272a into fuzzball-muck:master May 10, 2025
1 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants