dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 488 forks source link

Check for Duplicate Output Paths #381

Closed jonmcclung closed 5 years ago

jonmcclung commented 6 years ago

This adds some simple logic to check whether files are set to overwrite each other. This is especially helpful for newcomers who are confused when the default settings cause this issue. Fixes #380