neurocyte / flow

Flow Control: a programmer's text editor
MIT License
368 stars 17 forks source link

split is a deprecated compile error and unused #14

Closed btipling closed 3 months ago

btipling commented 3 months ago

using std.mem.split is a compileError as off this change

https://github.com/ziglang/zig/commit/76fb2b685b202ea665b850338e353c7816f5b2bb

btipling commented 3 months ago

I noticed that the current clap dependency also still uses split however

neurocyte commented 3 months ago

It is just a name change to splitScalar right?

btipling commented 3 months ago

Well I believe it was split into several split functions, and as the instance in code seems unused I couldn’t deduce the intent.