hikettei / Caten

[wip] Deep Learning Compiler based on Polyhedral Compiler and Light-weight IRs based on Optimizing Pattern Matcher
https://hikettei.github.io/Caten/
Other
20 stars 3 forks source link

BugFix: Fix structures to be visible at compile time from `trivia` library #248

Closed elderica closed 6 days ago

elderica commented 6 days ago

Fix for the following error message when compiling with Clozure CL

; While executing: ALEXANDRIA:SIMPLE-STYLE-WARNING, in process listener(1).
> Error: Symbol ASTBLOCK is unbound in namespace PATTERN
> While executing: PATTERN-EXPAND-1, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip evaluation of (ros:run '((:eval"(ros:quicklisp)")(:source-registry ".")(:eval "(asdf:compile-system \"caten\" :verbose t)")))
> Type :? for other options.
hikettei commented 6 days ago

LGTM