brombres / Rogue

Rogue programming language. Ergonomic, object-oriented, high-level, multi-platform, compiles to C.
MIT License
29 stars 8 forks source link

v1.6.0 #59

Closed AbePralle closed 5 years ago

MurphyMc commented 5 years ago

LGTM, though I do wonder if there should be a way to create a FileListing that's not sorted, since it's potentially a pretty big expense to pay if you don't care.

AbePralle commented 5 years ago

Super easy, barely an inconvenience! I've now added an &unsorted flag to File.listing(), Files(), and Files.add().