arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
675 stars 29 forks source link

Sanitize relative path handling #1598

Closed drkameleon closed 2 months ago

drkameleon commented 2 months ago

Description

relative works fine (= getting the a relative path to the given script) except for nested blocks (functions, methods, classes) within that file. Let's fix that! 😉 🚀

Fixes # (issue/s)

Type of change

drkameleon commented 2 months ago

Ready to merge! 🚀