Closed tiffany1618 closed 1 year ago
@tiffany1618 The comment says "Test PR." Is this ready to merge? It looks good to me.
@bocchino I was trying to figure out why the tests in lib/test/codegen/CppWriter/
weren't running. The build
script was failing because it couldn't find scalac
. Unfortunately the latest Ubuntu only has Scala 2.11, so I installed Scala through their Coursier tool to get a more recent version. I think it should work now.
This looks good to me! @LeStarch can you take a look?
Looks good to me. What is coursier?
@LeStarch Coursier is Scala's equivalent of a package manager. I used it since we're using a more recent version of Scala than the Ubuntu repositories provide.
Looks great!