com-lihaoyi / sourcecode

Scala library providing "source" metadata to your program, similar to Python's __name__, C++'s __LINE__ or Ruby's __FILE__.
Other
521 stars 76 forks source link

FileName incorrect on Windows #93

Open darkfrog26 opened 4 years ago

darkfrog26 commented 4 years ago

Apparently, on Windows, the FileName.value gets the full path like: C:\....\MyClass.scala instead of just the file name.

tribbloid commented 1 month ago

can confirm, tested on windows 11 + scala 2.13.15