ArcLoader won't work without a top level directory #41
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
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.The text was updated successfully, but these errors were encountered: