Usages of PackageName::unchecked
/ How should errors look to users if we dont have a package name to display?
#197
Labels
bug
Reports or fixes associated with bugs in this project
complexity::low
Issues or ideas with a low implementation cost
component::cli
Everything related to the buffrs cli
priority::high
Urgent change or idea, please review quickly
Milestone
I think I only saw one use of it, where we do:
PackageName::unchecked(".")
. If that is the only use, do you think it might be a good strategy to implementDefault
instead and then callPackageName::default()
there? 👵🏼Originally posted by @xfbs in #194 (comment)
The text was updated successfully, but these errors were encountered: