bcpeinhardt / simplifile

Simple file operations for Gleam that work on all targets (Erlang/Node/Deno)
71 stars 10 forks source link

create_directory_all no longer works after v1.16 #26

Closed lpil closed 5 months ago

lpil commented 5 months ago

Hello!

I'm not sure what the issue is but the tests that use it in Wisp have broken since upgrading to v1.16.

For example, if I attempt to create the directory /tmp/gleam-wisp/akjsPO4_D67WynKA it returns OK but no directory is created.

Thanks, Louis

bcpeinhardt commented 5 months ago

Ruh roh, looking into it! If i'm doin stuff in the discord and you think I haven't seen an issue feel free to ping me there too :) I'm assuming that was meant to be version 1.6, what was the previous version?

bcpeinhardt commented 5 months ago

Oh I see I introduced the bug should be fixed in a tick

bcpeinhardt commented 5 months ago

v1.6.1 published, need to find a good way to test absolute paths in CI and/or mark certain tests not to run in CI. Well, I guess I need a way to run test suites. I can do that, could be a good reason to work on test framework stuff.

lpil commented 5 months ago

Thank you!