tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Implement a list of files to exclude from the closure. #16

Closed facundominguez closed 6 years ago

facundominguez commented 6 years ago

Closes #11.

facundominguez commented 6 years ago

As the patch stands, one can write any grep regex there, e.g. libc.so **.***. I didn't mention it in the documentation because if we ever change the implementation then we are stuck with supporting this regex syntax.

Should we offer a simpler language instead?

mboes commented 6 years ago

I think we should document what we do support. It's okay to change what we do support later.