zen0wu / topcoder-greed

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

The default value for codeRoot is changed #145

Closed Kimi-Arthur closed 10 years ago

Kimi-Arthur commented 10 years ago

As in first page of the project:

Change where your code is stored, via greed.codeRoot = ???, this path is relative to your workspace root. Default set to ., which means workspace root.

However in code, it is "${Contest.Name}" now.

I think "." is better, but at least the two places should match.

wookayin commented 10 years ago

There was a little change, please refer to commit 96d988b8. The actual path where the code is generated remains to be unchanged (previously it was "${Contest.Name}/${Problem.Name}.cpp" rooted after "."). The documents (README and wiki) have to be updated.

Kimi-Arthur commented 10 years ago

The problem (for me) is I want to put some of the generated files outside the main SRM xxx folder, to make it clean.

But anyway, I'm here only to point out the mismatch problem. :)

zen0wu commented 10 years ago

Thanks for pointing that out, Kimi! If you think the default value is not suitable for your situation, you can change it in your own config.