lunarmodules / Penlight

A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
https://lunarmodules.github.io/Penlight/
MIT License
1.93k stars 241 forks source link

Path.abspath #484

Closed jlaurens closed 3 months ago

jlaurens commented 3 months ago

Actually path.abspath(P,false) is equivalent to path.abspath(P). The purpose of this PR is to raise on the former call.

jlaurens commented 3 months ago

Still a mess