forked from codewars/codewars-runner-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
catching up #2
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
catching up #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor typos
Groovyserv POC for develop branch
The number 30000 comes from the original interpreter. `bf` defaults to 9999 and the manual says "Usually you need less." Adjust this later if this is too large.
ESLint 4.0.0 was released on 2017-06-11 and introduced breaking changes. Use ESLint 3.19.0 for now. - http://eslint.org/blog/2017/06/eslint-v4.0.0-released
Updated readme
[PHP] Fix LF issue
[Elixir] Fix LF issue
[Crystal] Fix LF issue
Lock ESLint version to 3.19.0
…into develop # Conflicts: # .travis.yml # Makefile
Truffle v3.4.8 (core: 3.4.8) Solidity v0.4.15 (solc-js)
- added eventide to ruby
Add Solidity runner
Replace listen.js
…ons (2.3.3 and 2.4.1)
- JS compiled example contracts - added web3 and related packages for working with ethereum APIs
…into 8-17/ethereum
- improved contract generation
Ethereum JS
Solidity: Added zeppelin support, a critical library to building contracts
Develop -> Master
new timeout for karma based tests are 20s
Reduce uncompressed size from 2.94 GB to 1.93 GB
- when-prewarmed utility added to ensure we wait until the starting daemon is ready - cleaned up test cases - improved test case prewarm integration - increased jvm memory
- added gradle.properties back in - when-prewarmed eslint fix
Gradle Optimization Improvements
Refactor objc.docker
- Now the `languageVersion` is not passed into the Karma/Node runner code, so we don't get Node version errors. - Updated Node docs to mention Karma testing on TS
…rma_node_version_error Fix to enable running TS/Karma with a version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
catching up