Git Product home page Git Product logo

Comments (5)

nlochschmidt avatar nlochschmidt commented on May 23, 2024

@sgrif @kytrinyx what is left to do here? Maybe I can jump in

from scala.

kytrinyx avatar kytrinyx commented on May 23, 2024

Oh, cool! Right now several languages run the current test suites against the example solutions on Travis-CI. Some languages also run linters and things like that.

Currently the build for the Scala track simply sanity-checks the configuration, which basically makes sure that all the exercises are listed in the config, and that they all have example solutions.

It would be great to get CI running the actual test suites against the example solutions.

For some ideas how other tracks have done it, check out

  • haskell (lots of custom bootstrapping stuff)
  • ruby (copies the tests into a tmp dir, renames the example solution, deletes 'skips' from the tests, then runs the test suite with ruby)
  • go (just uses the built-in testing tools)

Some languages are trickier than others to get running in CI. I know the lisp track is having a hell of a time getting it sorted out.

from scala.

roseaboveit avatar roseaboveit commented on May 23, 2024

@kytrinyx Has this issue been completely resolved?

from scala.

ricemery avatar ricemery commented on May 23, 2024

sbt test is getting run as part of the CI. So, I assume this covers the issue.

from scala.

kytrinyx avatar kytrinyx commented on May 23, 2024

Yepp, this looks good. Thanks!

from scala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.