mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 17:12:49 +03:00
dc30e44b60
New plan to [fix the `sbt` build](https://www.pivotaltracker.com/n/projects/2539304/stories/182209126) and its annoying: ``` log.error( "Truffle Instrumentation is not up to date, " + "which will lead to runtime errors\n" + "Fixes have been applied to ensure consistent Instrumentation state, " + "but compilation has to be triggered again.\n" + "Please re-run the previous command.\n" + "(If this for some reason fails, " + s"please do a clean build of the $projectName project)" ) ``` When it is hard to fix `sbt` incremental compilation, let's restructure our project sources so that each `@TruffleInstrument` and `@TruffleLanguage` registration is in individual compilation unit. Each such unit is either going to be compiled or not going to be compiled as a batch - that will eliminate the `sbt` incremental compilation issues without addressing them in `sbt` itself. fa2cf6a33ec4a5b2e3370e1b22c2b5f712286a75 is the first step - it introduces `IdExecutionService` and moves all the `IdExecutionInstrument` API up to that interface. The rest of the `runtime` project then depends only on `IdExecutionService`. Such refactoring allows us to move the `IdExecutionInstrument` out of `runtime` project into independent compilation unit. |
||
---|---|---|
.. | ||
com.beachape.enumeratum_2.13-1.7.0 | ||
com.beachape.enumeratum-circe_2.13-1.7.0 | ||
com.beachape.enumeratum-macros_2.13-1.6.1 | ||
com.chuusai.shapeless_2.13-2.3.7 | ||
com.chuusai.shapeless_2.13-2.4.0-M1 | ||
com.fasterxml.jackson.core.jackson-annotations-2.13.1 | ||
com.fasterxml.jackson.core.jackson-core-2.13.1 | ||
com.fasterxml.jackson.core.jackson-databind-2.13.1 | ||
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1 | ||
com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1 | ||
com.github.julien-truffaut.monocle-core_2.13-2.1.0 | ||
com.github.julien-truffaut.monocle-macro_2.13-2.1.0 | ||
com.google.errorprone.error_prone_annotations-2.7.1 | ||
com.google.flatbuffers.flatbuffers-java-1.12.0 | ||
com.google.guava.failureaccess-1.0.1 | ||
com.google.guava.guava-31.0.1-jre | ||
com.google.guava.listenablefuture-9999.0-empty-to-avoid-conflict-with-guava | ||
com.google.j2objc.j2objc-annotations-1.3 | ||
com.lihaoyi.fansi_2.13-0.3.0 | ||
com.lihaoyi.geny_2.13-0.6.10 | ||
com.lihaoyi.pprint_2.13-0.7.1 | ||
com.lihaoyi.scalatags_2.13-0.11.0 | ||
com.lihaoyi.sourcecode_2.13-0.2.7 | ||
com.monovore.decline_2.13-2.2.0 | ||
com.thoughtworks.paranamer.paranamer-2.8 | ||
com.typesafe.akka.akka-actor_2.13-2.6.18 | ||
com.typesafe.akka.akka-actor-typed_2.13-2.6.18 | ||
com.typesafe.akka.akka-http_2.13-10.2.7 | ||
com.typesafe.akka.akka-http-core_2.13-10.2.7 | ||
com.typesafe.akka.akka-http-spray-json_2.13-10.2.7 | ||
com.typesafe.akka.akka-parsing_2.13-10.2.7 | ||
com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18 | ||
com.typesafe.akka.akka-slf4j_2.13-2.6.18 | ||
com.typesafe.akka.akka-stream_2.13-2.6.18 | ||
com.typesafe.config-1.4.0 | ||
com.typesafe.config-1.4.1 | ||
com.typesafe.scala-logging.scala-logging_2.13-3.9.4 | ||
com.typesafe.slick.slick_2.13-3.3.3 | ||
com.typesafe.ssl-config-core_2.13-0.4.2 | ||
commons-cli.commons-cli-1.5.0 | ||
commons-io.commons-io-2.11.0 | ||
dev.zio.izumi-reflect_2.13-1.1.3 | ||
dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3 | ||
dev.zio.zio_2.13-1.0.12 | ||
dev.zio.zio-stacktracer_2.13-1.0.12 | ||
eu.timepit.refined_2.13-0.9.27 | ||
io.circe.circe-core_2.13-0.14.1 | ||
io.circe.circe-generic_2.13-0.14.1 | ||
io.circe.circe-generic-extras_2.13-0.14.1 | ||
io.circe.circe-jawn_2.13-0.14.1 | ||
io.circe.circe-literal_2.13-0.14.1 | ||
io.circe.circe-numbers_2.13-0.14.1 | ||
io.circe.circe-parser_2.13-0.14.1 | ||
io.circe.circe-yaml_2.13-0.14.1 | ||
io.estatico.newtype_2.13-0.4.4 | ||
io.methvin.directory-watcher-0.9.10 | ||
io.spray.spray-json_2.13-1.3.6 | ||
net.java.dev.jna.jna-5.8.0 | ||
nl.gn0s1s.bump_2.13-0.1.3 | ||
org.apache.commons.commons-compress-1.21 | ||
org.apache.commons.commons-lang3-3.12.0 | ||
org.apache.tika.tika-core-2.2.1 | ||
org.bouncycastle.bcpkix-jdk15on-1.70 | ||
org.bouncycastle.bcprov-jdk15on-1.70 | ||
org.bouncycastle.bcutil-jdk15on-1.70 | ||
org.checkerframework.checker-qual-3.12.0 | ||
org.jline.jline-3.20.0 | ||
org.jline.jline-3.21.0 | ||
org.netbeans.api.org-netbeans-api-progress-nb-RELEASE130 | ||
org.netbeans.api.org-netbeans-api-progress-RELEASE130 | ||
org.netbeans.api.org-netbeans-modules-sampler-RELEASE130 | ||
org.netbeans.api.org-openide-dialogs-RELEASE130 | ||
org.netbeans.api.org-openide-util-lookup-RELEASE130 | ||
org.netbeans.api.org-openide-util-RELEASE130 | ||
org.reactivestreams.reactive-streams-1.0.3 | ||
org.scala-lang.modules.scala-collection-compat_2.13-2.0.0 | ||
org.scala-lang.modules.scala-java8-compat_2.13-1.0.0 | ||
org.scala-lang.modules.scala-parser-combinators_2.13-1.1.2 | ||
org.scala-lang.modules.scala-xml_2.13-1.3.0 | ||
org.scala-lang.scala-compiler-2.13.7 | ||
org.scala-lang.scala-library-2.13.7 | ||
org.scala-lang.scala-reflect-2.13.7 | ||
org.slf4j.slf4j-api-1.7.32 | ||
org.typelevel.alleycats-core_2.13-2.6.1 | ||
org.typelevel.cats-core_2.13-2.7.0 | ||
org.typelevel.cats-free_2.13-2.1.1 | ||
org.typelevel.cats-kernel_2.13-2.7.0 | ||
org.typelevel.cats-macros_2.13-2.1.1 | ||
org.typelevel.jawn-parser_2.13-1.1.2 | ||
org.typelevel.kittens_2.13-2.3.2 | ||
org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4 | ||
org.xerial.sqlite-jdbc-3.36.0.3 | ||
org.yaml.snakeyaml-1.28 | ||
reviewed-licenses | ||
report-state |