To All, I recently encountered an issue while trying to demodularize my modules to create a single bytecode file. Apparently raco demod has issues with the racket gui code.
Hence, I've created a source code level demodularizer. It basically reads the require statements in the source code and imports them into a *-mega.rkt file. This file can be subsequently compiled with raco make <*-mega.rkt>. The code can be found at : https://github.com/bluerider/flattener Regards, Mark -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: This is a digitally signed message part.