Alan Clarke

Results 16 comments of Alan Clarke

Great works! But I have changed a lot in the local repo. Maybe there would be a lot of conflicts.

Pushed. You can try to solve the conflicts

I think language id is not user-friendly. Any thought?

Maybe you can ask what user wants, just like template configuration.

I think the custom test should be independent of templates. I mean you can pop out an available language list if the template detection failed instead of showing the error...

BTW the command `customtest` could be `ctest` XD

Well, this is an embarrassing problem. cf needs directory to detect where the user is. So I made the decision what you described. But you can enter `/cf/contest/` at first....

If the user only use `cf submit`, cf needs to get the extra information from the current path. And cf needs to know what's the type of the current contest...

> idea: it's possible to allow the user to configure this. For example > > ``` > "contest_directory": "cf/contest/%d/%d", > "group_directory": "cf/group/%d/%d/%d" > ``` > > Update: by reading the...

You can read the source code `client/info.go` and `cmd/args.go` to understand why I did that.