Skip to content
New issue

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

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

Already on GitHub? # to your account

release 0.6 #4

Merged
merged 3 commits into from
Jan 5, 2020
Merged

release 0.6 #4

merged 3 commits into from
Jan 5, 2020

Conversation

Bhupesh-V
Copy link
Collaborator

[0.6] - Jan 5, 2020

Added

  • New optional argument, number_of_runs in run() method, use this to specify no.of times you want to run the code. Default is set to 1.
  • Ported NEW Languages. CodeRunner now supports all languages provided by Judge0.
  • setFlags(options) for setting options for the compiler (i.e. compiler flags).
  • setArguments(arguments) for setting Command line arguments for the program.

Changed

  • Minor internal improvemets.

- run() accepts number of times to run the code.
- new method setFlags() to set compiler options(flags)
- All languages ported from Judge0
@codecov
Copy link

codecov bot commented Jan 5, 2020

Codecov Report

Merging #4 into master will decrease coverage by 7.69%.
The diff coverage is 55%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #4     +/-   ##
=========================================
- Coverage   95.87%   88.18%   -7.7%     
=========================================
  Files           3        3             
  Lines         194      220     +26     
=========================================
+ Hits          186      194      +8     
- Misses          8       26     +18
Impacted Files Coverage Δ
tests.py 100% <100%> (ø) ⬆️
coderunner/coderunner.py 78.86% <51.35%> (-12.9%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a8c40d...85146b7. Read the comment docs.

@Bhupesh-V Bhupesh-V merged commit 508dd6e into master Jan 5, 2020
@Bhupesh-V Bhupesh-V deleted the dev branch January 5, 2020 14:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant