deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

Stop having two different implementations for file & glob signatures … #307

Closed lucasmeijer closed 6 years ago

lucasmeijer commented 6 years ago

…that have to be kept in sync. Always use the backend implementation.

This is more friendly to 3rd party frontends, that now also no longer have to worry about having identical globbing and filtering behaviour.

deplinenoise commented 6 years ago

Great work!