id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,difficulty 336,format-compiler-base overwrites previous definition of `format',felix winkelmann,azul,"The `format-compiler-base` module imports the `extras` unit and so overwrites the existing version of `format`. Better would be: {{{ (require-library extras) (module format-compiler-base ... (import (except extras format)) ... }}} (newer version of chicken support the `except` directly in `require-extension`, but this variant works with older versions) ",defect,closed,major,,extensions,4.5.x,fixed,format-compiler,Kon Lovett,