Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve oj-prepare command #66

Open
kmyk opened this issue Oct 17, 2020 · 0 comments
Open

Improve oj-prepare command #66

kmyk opened this issue Oct 17, 2020 · 0 comments

Comments

@kmyk
Copy link
Member

kmyk commented Oct 17, 2020

TL;DR: いまの oj-prepare は表現力が足りてないので作り直そうぜ

Description

oj-prepare is a simple script to call oj d and oj-template.
However, this is too simple and poor. We want to use more features, for example:

  • More flexible directory structures
  • Watch directories and run incremental build/test
  • Add some hooks after downloading samples
  • Add some hooks before submitting code
    • e.g. oj-bundle, linters like pylint

Possible implementations

  • Use the current oj-prepare and add more features
  • Use icpc-jag/rime
  • Use Bazel
    • Bazel is a modern build tool. Build tools have similar functionalities to oj-prepare (e.g. flexible directory structures, incremental build/test, etc.). In fact, it seems Rime 3 tries to use Bazel.
    • Starlark language is a nice option even if you don't use Bazel.

Other notes

  • Will you try to create a pull request?
    • No. I have no time for this issue now.
  • If someone make a nice replacement of oj-prepare, I'll deprecate the current one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant