zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

Include "template-defs" fails #120

Closed vexorian closed 10 years ago

vexorian commented 10 years ago

Greed behaves as if this line did nothing. Couldn't find anything in logs about why. As a result all templates that don't have language-specific declarations are missing. So problem-desc doesn't work unless you have it in greed.conf. The dependencies won't work either.

zen0wu commented 10 years ago

That's strange, works for me. How about running the test of ConfigTest and ConfigParserTest?

vexorian commented 10 years ago

All tests pass.

vexorian commented 10 years ago

Tested with no greed.conf, greed out of the box fails for me now. File name for source is empty and any template only declared in that file is missing.

vexorian commented 10 years ago

both tests seem to load the file correctly, which is, strange.

zen0wu commented 10 years ago

Jar mode fails for me too, I'm reading the spec of the config library to work this out.

zen0wu commented 10 years ago

fixed, please help me test it.