-
Notifications
You must be signed in to change notification settings - Fork 2
Evaluator Update to Scala 2.12.10 #66
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
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d48d400
Added dependencies to build.sbt, plugins.sbt and ProjectPlugin.scala
kiroco12 af22829
WIP fixing compilation problems in server module
kiroco12 9024046
Added code suggestions
kiroco12 f79304e
Modified travis scala version
kiroco12 a921f79
Update project/ProjectPlugin.scala
kiroco12 208eb74
Minor change in travis.yml
kiroco12 23d62e5
Merge pull request #61 from scala-exercises/enrique-update-dependencies
kiroco12 6418550
Updated server and dependencies
kiroco12 b8e46fa
Merge branch 'enrique-2-12-10-update' into enrique-update-server
kiroco12 7082970
Removed commented code
kiroco12 6f86b4b
Merge branch 'enrique-update-server' of https://github.com/scala-exer…
kiroco12 388d9d6
Added suggestions to code
kiroco12 a777e75
Merge pull request #62 from scala-exercises/enrique-update-server
kiroco12 f359d68
Adds Exclusions to dependency api (#63)
juanpedromoreno d7b3315
Fixes dependency conversion
juanpedromoreno afc8333
Resolved tests compilation problems
kiroco12 c35bd6f
Merge pull request #64 from scala-exercises/enrique-update-tests
kiroco12 2a77441
WIP new client build
kiroco12 93f9118
Solved problem with the Uri
kiroco12 b4c136c
Removed class for testing purposes
kiroco12 3b6bae1
Merge pull request #65 from scala-exercises/enrique-update-client
kiroco12 3fa8806
Removed accidental addition of smoketests to the root project
kiroco12 abde42e
Changed jdk version to openjdk8
kiroco12 85d9202
Deleted some unused dependencies
kiroco12 8db99ce
WIP Solving problems with a test which requires an older version of F…
kiroco12 cb3c8f0
Updated dependencies
kiroco12 af2b168
Reduced timeout for EvaluatorSpec
kiroco12 68d6eba
Updated dependencies and code cleanup
kiroco12 70a4a1e
Updated ProjectPlugin.scala
kiroco12 fc27a96
Changed Scala version for tests
kiroco12 8fed438
Updated EvaluatorSpec.scala
kiroco12 a106847
Created new ExecutionContext for test
kiroco12 a45571a
Removed unused code
kiroco12 1cc09a8
Updated sbt to 1.3.4 and minor changes
kiroco12 8209066
Update .travis.yml
juanpedromoreno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
20 changes: 0 additions & 20 deletions
20
client/shared/src/main/scala/org/scalaexercises/evaluator/Decoders.scala
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
client/shared/src/main/scala/org/scalaexercises/evaluator/EvaluatorAPI.scala
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
client/shared/src/main/scala/org/scalaexercises/evaluator/EvaluatorClient.scala
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
client/shared/src/main/scala/org/scalaexercises/evaluator/EvaluatorResponses.scala
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
client/shared/src/main/scala/org/scalaexercises/evaluator/api/Evaluator.scala
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
client/shared/src/main/scala/org/scalaexercises/evaluator/free/algebra/EvaluatorOps.scala
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
...nt/shared/src/main/scala/org/scalaexercises/evaluator/free/interpreters/Interpreter.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.