STKlos improvements

This commit is contained in:
retropikzel 2026-05-14 19:13:14 +03:00
parent 92be0e2e26
commit b69159faa5
3 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
SCHEME=chibi
DOCKER_TAG=latest
DOCKER_TAG=head
RNRS=r7rs
LIBRARY=system
AUTHOR=Retropikzel

View File

@ -109,10 +109,6 @@
(retropikzel named-pipes)
(retropikzel system)
(srfi 170))
(cond-expand
;; Temporary workaround because of https://github.com/egallesio/STklos/issues/888
(stklos (import (only (stklos) create-temp-file)))
(else))
(export tk-eval
tk-id->widget
tk-var

View File

@ -1 +1 @@
1.0.7
1.0.8