metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
128 stars 27 forks source link

IMPORT 'module-name is broken #1100

Closed giuliolunati closed 4 years ago

giuliolunati commented 4 years ago

import 'module-name => Error: FILE! pathing replaced by %% and MAKE-FILE, see: https://forum.rebol.info/t/1398 Where: applique for-each case import do catch either else _ do console ** Near: [source: path/(:file) ...

hostilefork commented 4 years ago

Hopefully fixed here:

https://github.com/metaeducation/ren-c/commit/dc391fe8fe860ba0131d86fb6b226c62bd930406

giuliolunati commented 4 years ago

Yes, it's solved, thx!