add note about re-export bug
authorDaniel Hartwig <mandyke@gmail.com>
Sun, 10 Feb 2013 13:53:07 +0000 (21:53 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Sun, 10 Feb 2013 13:53:07 +0000 (21:53 +0800)
* figl/gl.scm: Note that there appears to be a bug in re-export
  syntax, chase up tomorrow.

figl/gl.scm

index d84ffa2..90cdb75 100644 (file)
@@ -41,6 +41,9 @@
 (module-use! (module-public-interface (current-module))
              (resolve-interface '(figl gl enums)))
 
+;; FIXME: There appears to be a Guile bug with the (re-export pair)
+;; syntax.
+
 ;;;
 ;;; 2.6 Begin/End Paradigm
 ;;;