[Readable-discuss] All okay for an updated release?
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2014-07-02 04:39:53
|
The "develop" version includes a fix for the unintended guile 2.0 regression. I've made a few other changes to make it work on more systems, e.g., old autoconfs. I've even created a patch that I *think* will make it work on guile 1.6 (it replaces "else" with "#t" in the deployed code, but only if necessary). If anyone else could test it, that'd be great! I've tested this on several different systems. Also, patches to remove the warnings generated by guile 2.0 (listed below) while not interfering with other Schemes would be great. --- David A. Wheeler === guile 2.0 warnings === ;;; compiling /home/dwheeler/readable-code/readable-1.0.3/_build/readable/kernel.scm ;;; readable/kernel.scm:2526:16: warning: possibly unbound variable `srfi-69-make-hash-table' ;;; readable/kernel.scm:2531:48: warning: possibly unbound variable `type-printer' ;;; readable/kernel.scm:2533:12: warning: possibly unbound variable `hash-table-update!/default' ;;; readable/kernel.scm:2536:17: warning: possibly unbound variable `hash-table-ref' ;;; readable/kernel.scm:2545:31: warning: possibly unbound variable `type-num-slots' ;;; readable/kernel.scm:2548:31: warning: possibly unbound variable `slot-ref' ;;; readable/kernel.scm:2552:25: warning: possibly unbound variable `hash-table-ref/default' ;;; readable/kernel.scm:2553:16: warning: possibly unbound variable `hash-table-delete!' ;;; readable/kernel.scm:2555:17: warning: possibly unbound variable `srfi-69-make-hash-table' ;;; readable/kernel.scm:2556:8: warning: possibly unbound variable `hash-table-walk' ;;; readable/kernel.scm:2558:35: warning: possibly unbound variable `hash-table-set!' ;;; readable/kernel.scm:2567:50: warning: possibly unbound variable `type-printer' ;;; readable/kernel.scm:2568:25: warning: possibly unbound variable `hash-table-ref/default' ;;; readable/kernel.scm:2573:21: warning: possibly unbound variable `hash-table-ref/default' ;;; readable/kernel.scm:2585:24: warning: possibly unbound variable `hash-table-set!' ;;; readable/kernel.scm:2685:33: warning: possibly unbound variable `type-printer' ;;; compiled /home/dwheeler/.cache/guile/ccache/2.0-LE-8-2.0/home/dwheeler/readable-code/readable-1.0.3/_build/readable/kernel.scm.go ;;; unsweeten:184:16: warning: possibly unbound variable `pretty-print' |