Skip to content

Instantly share code, notes, and snippets.

@lucs
Last active December 11, 2022 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucs/f812bd3e70ea242ec775081cee4454f4 to your computer and use it in GitHub Desktop.
Save lucs/f812bd3e70ea242ec775081cee4454f4 to your computer and use it in GitHub Desktop.
Absolute append
Given file /tmp/bleah/Foo.rakumod:
note "In Foo.rakumod: <{$?FILE.IO.absolute}>";
when running 「raku -I/tmp/bleah -e 'use Foo'」, I get:
In Foo.rakumod: </tmp/bleah/Foo.rakumod (Foo)>
Why is the module name appended there?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment