Open claui opened 1 month ago
Hancho even allows me to control repo_path
by passing --repo_path=…
, which clearly affects the global config (according to the debug output). But Hancho still resolves {repo_path}/rules.hancho
to examples/hello_gtk/rules.hancho
.
You caught me in the middle of merging v0.2 into main and adding some tweaks from other forks I'd made. I'm going through the examples and stuff now trying to fix everything, just give me a day or so. :D
Thanks @aappleby for clarifying!
I had noticed the v0.2.0 release so I assumed it was meant to be stable.
When I try to run the
hello_gtk
example on its own, I get:The
hello_gtk
example clearly tries to getrules.hancho
from the project root, butrepo_path
seems to be./examples/hello_gtk
, so theload
command fails.Surprisingly, the debug output actually says that
repo_path
is the project root:Shouldn’t the debug output be consistent to the value to which Hancho actually evaluates the property?
What would be a correct command line to run the
hello_gtk
example directly?I’ve tried several combinations but none worked.