AnarchyTools / atbuild

The Anarchy Tools build tool
Apache License 2.0
6 stars 1 forks source link

Properly fix path resilience #35

Closed owensd closed 8 years ago

owensd commented 8 years ago

On linux, there was an issue surfaced when the package file is the root path item. This was "fixed" with commit be8895682c0fe021fcf53032338de5425f5985d5. We should have better resiliency though.

dunkelstern commented 8 years ago

This should be resolved as with the move off Apple-Foundation to atfoundation all paths are encapsulated in Path() structs which maintain componen separation, etc.