ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
403 stars 40 forks source link

Throw warn on invalid path element #911

Closed horasal closed 9 years ago

horasal commented 9 years ago

Related issue: #908

PathList uses Exception when find invalid path element, this path changes it to CommandLine warn.

One more thing, PathList remove checks existence of files before removing them, but I think it is unnecessary because only valid path can be added to PathList.

fasterthanlime commented 9 years ago

Thanks!