SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
155 stars 10 forks source link

[skc] Display proper file paths in errors. #465

Closed beauby closed 2 weeks ago

beauby commented 2 weeks ago

This PR fixes the issue where file paths were displayed as foo.sklib:path/to/bar.sk, causing difficulties with tooling/editors. The absolute paths (at the time of building the sklibs) are now displayed instead.