Shade everything in a subpackage #35
Labels
code quality
Concerns the standard of code rather than functionality
enhancement
An improvement to existing functionality
When building a release version of Fury, it should be possible to write
package fury
at the start of every source file and everything will be put into afury
-prefixed subpackage which will be visible everywhere inside Fury's source, which is all in thefury
package. These packages will then be invisible (except when importingfury
) from inside the Scala compiler running inside Fury.Some care must be taken not to use the
_root_
prefix anywhere, though.The text was updated successfully, but these errors were encountered: