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

Make compilation scripts simpler to configure. #64

Open
vishwakftw opened this issue May 6, 2019 · 5 comments
Open

Make compilation scripts simpler to configure. #64

vishwakftw opened this issue May 6, 2019 · 5 comments
Labels
judge-usage Usage related discussions wish-list Label to assign issues / feature requests that are not critical

Comments

@vishwakftw
Copy link
Collaborator

Currently, the expectation is that the compilation and test script be written by hand based on the default templates that are available. Instead we can float forms that ask for specific requirements, and then codegen the compilation and testing script. This will also reduce errors.

@vishwakftw vishwakftw added this to the 0.1 milestone May 6, 2019
@vishwakftw vishwakftw added the judge-usage Usage related discussions label May 6, 2019
@vishwakftw
Copy link
Collaborator Author

cc: @prateekkumarweb for ideas regarding this.

@prateekkumarweb
Copy link
Collaborator

@vishwakftw I am sorry I am not aware of the template. Can you add the script used for C++ here?

@vishwakftw
Copy link
Collaborator Author

vishwakftw commented Jun 3, 2019

I was wondering if we could have a form kind of thing:

  • language
  • compiler
  • compiler options

Basically the user would give three entries, for example:

  • C, gcc, -lm -O3
  • C++, g++, -lm -Oz
  • Haskell, ghc, -O1

@vishwakftw
Copy link
Collaborator Author

If this is wishful thinking, remove it from the milestone

@vishwakftw vishwakftw removed this from the 0.1 milestone Jun 4, 2019
@vishwakftw vishwakftw added the wish-list Label to assign issues / feature requests that are not critical label Jun 4, 2019
@vbsinha
Copy link
Owner

vbsinha commented Jun 6, 2019

I guess test script is simple enough to configure now.

@vishwakftw vishwakftw changed the title Make compilation and test scripts simpler to configure. Make compilation scripts simpler to configure. Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
judge-usage Usage related discussions wish-list Label to assign issues / feature requests that are not critical
Projects
None yet
Development

No branches or pull requests

3 participants