[bitc-dev] Import Pretty-Printing Errors

Nathan Weizenbaum nex342 at gmail.com
Sun Nov 16 14:02:02 CST 2008


import statement pretty-printing (and thus also bito compilation) is 
broken for promiscuous imports and qualified imports. For instance,

  (import foo)
  (import bar frobnicate)
  (import baz (frobnicate as flurbify))

compiles to

  (importfoo import  foo
  (importbar import  frobnicate
  (importbaz import  (= flurbify frobnicate)

The attached patch fixes this.

- Nathan Weizenbaum
-------------- next part --------------
A non-text attachment was scrubbed...
Name: import-printing.patch
Type: text/x-diff
Size: 991 bytes
Desc: not available
Url : http://www.coyotos.org/pipermail/bitc-dev/attachments/20081116/ad4c2007/attachment.bin 


More information about the bitc-dev mailing list