ruricolist / serapeum

Utilities beyond Alexandria
MIT License
420 stars 41 forks source link

defunion: work around a bug in CCL regarding structure inheritance (fixes #85) #86

Closed astrangeguy closed 3 years ago

astrangeguy commented 3 years ago

CCL tries to evaluate the (:include) option during macroexpansion time and thus has problems when defining a hierarchy of defstructs in nested macros.

Fixes #85

ruricolist commented 3 years ago

Is this MR redundant with #87?

astrangeguy commented 3 years ago

Yes, I've just created two PRs because this one is purely fixes a bug, while the other one contains changes.