REQUIRE and PROVIDE are not allowed to downcase symbolic module
names. This change fixes that. For undefined modules, require now defaults to loading "modules:MODULENAME-library", where MODULENAME is treated as if specified in :CASE :COMMON, so that users can use (require :clx) or (require "CLX") to load "modules:clx-library", etc.
Loading
Please register or sign in to comment