tim-editor / guile-rs

Safe high level rust bindings to guile
5 stars 0 forks source link

Make build.rs custom macro expansion system more bareable #2

Closed Javyre closed 6 years ago

Javyre commented 6 years ago

we might have to wait for macros 2.0 to come out for this... The current macro expansion code is messy, lossy, and bad

Javyre commented 6 years ago

Im currently looking into using this to remove the need for .in files and ugly intermediate expanded files

Javyre commented 6 years ago

commit: da6e41f9f04d5d665ac7d9edd3db27e00c2c28e5 is my best attempt at solving this issue... It's still a hack, but its the best we can do right now with stable rust

This issue should probably get reopenned as soon as there is a better solution (maybe macros 2.0?)