sasa1977 / exactor

Helpers for simpler implementation of GenServer based processes
MIT License
683 stars 23 forks source link

ensure to match Path.basename with string #5

Closed parroty closed 10 years ago

parroty commented 10 years ago

It's intended to catch up with the following change.

https://github.com/elixir-lang/elixir/releases/tag/v0.13.1 [Path] The functions in Path now only emit strings as result, regardless if the input was a char list or a string

sasa1977 commented 10 years ago

Thank you for this! I didn't have the time to check behavior with 0.13.1, and only looked at the changelog. I didn't think anything should break the lib, but as usual, nothing is as correct as trying it out :-)