-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I spent a while trying to figure out why I was only getting panics trying to follow examples from the docs. I finally narrowed it down to this bit of code:
fluent-templates/tests/template.rs
Line 21 in 66f53a7
let arc = ArcLoader::builder("tests/locales", unic_langid::langid!("en-US")) |
The path from this test tests/locales
from the test and examples works, but using "./"
or any other iteration I can think of to use $CWD
to look for resources ends in a panic.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed