Skip to content

added dockerfiles for the remaining langs #32

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

Merged
merged 7 commits into from
Oct 1, 2020
Merged

added dockerfiles for the remaining langs #32

merged 7 commits into from
Oct 1, 2020

Conversation

alias-rahil
Copy link
Contributor

@alias-rahil alias-rahil commented Oct 1, 2020

Do not merge yet. I am also doing some error handling for the worker class in the same PR.

Edit: closes #18 and #14.

@alias-rahil alias-rahil added the enhancement New feature or request label Oct 1, 2020
@alias-rahil alias-rahil self-assigned this Oct 1, 2020
@alias-rahil
Copy link
Contributor Author

Hey @roerohan, can you please review this? Made quite a few changes, and wanted to get a review before merging.

@alias-rahil alias-rahil requested a review from roerohan October 1, 2020 20:23
Copy link
Contributor

@roerohan roerohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alias-rahil Looks good to me, I'll merge this to dev.

This was linked to issues Oct 1, 2020
@roerohan roerohan added the hacktoberfest Hacktoberfest 2020 label Oct 1, 2020
@roerohan roerohan linked an issue Oct 1, 2020 that may be closed by this pull request
@roerohan roerohan merged commit 43f7cc9 into csivitu:dev Oct 1, 2020
@roerohan roerohan changed the title WIP: added dockerfiles for the remaining langs added dockerfiles for the remaining langs Oct 1, 2020
roerohan added a commit that referenced this pull request Oct 1, 2020
* fix: -f flag added to npm clean script, prevents failure if ./dist does not exist

* feat: v0.1.8

* WIP: added dockerfiles for the remaining langs (#32)

* feat: accepting only suported languages

* feat: added dockerfiles for the remaining langs

* fix: trimming outputs before comparing

* fix: error handling got worker.build()

* feat: better error handling, closes #18 and #14

* feat: added log for error

* feat: v0.1.9

Co-authored-by: Rahil Kabani <rahil.kabani.4@gmail.com>
roerohan added a commit that referenced this pull request Oct 1, 2020
* fix: -f flag added to npm clean script, prevents failure if ./dist does not exist

* feat: v0.1.8

* WIP: added dockerfiles for the remaining langs (#32)

* feat: accepting only suported languages

* feat: added dockerfiles for the remaining langs

* fix: trimming outputs before comparing

* fix: error handling got worker.build()

* feat: better error handling, closes #18 and #14

* feat: added log for error

* feat: v0.1.9

* feat: v0.2.0 [BREAKING CHANGE] (#34)

* refactor: [BREAKING CHANGE] changed default import to { CodeExecutor }

* docs: [BREAKING CHANGE] default import to { CodeExecutor }

* fix: Build only python and bash

* docs: worker.build builds all languages by default

* feat: v0.2.0 [BREAKING CHANGE]

Co-authored-by: Rahil Kabani <rahil.kabani.4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more languages Probably do not need internal resolve/reject map Return errors in CodeExecutor class
2 participants