tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
45 stars 9 forks source link

lib: io.dir, align behaviour of backends and add test #3270

Open michaellilltokiwa opened 3 days ago

michaellilltokiwa commented 3 days ago

Previous to this change the result of io.dir.open.read` depended on the backend.

Merging this PR will break windows tests since win.c is missing implementations.