Skip to content

Commit

Permalink
Rename Probate to Codicil
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 5, 2024
1 parent 523450c commit 74e892c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/engine/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ import zeppelin.*
import scala.collection.concurrent as scc
import scala.collection.mutable as scm

// inline given (using Log[Display]): Probate = _.delegate: orphan =>
// inline given (using Log[Display]): Codicil = _.delegate: orphan =>
// compiletime.summonFrom:
// case given Log[Text] =>
// Log.warn(t"Probate cleaned up an orphan task: ${orphan.stack}")
// Log.warn(t"Codicil cleaned up an orphan task: ${orphan.stack}")
// orphan.cancel()
// case _ =>
// System.err.nn.println(t"Probate cleaned up an orphan task: ${orphan.stack}")
// System.err.nn.println(t"Codicil cleaned up an orphan task: ${orphan.stack}")
// orphan.cancel()

case class ConfigError(msg: Message) extends Error(msg)
Expand Down Expand Up @@ -1004,4 +1004,4 @@ extension (ecosystem: Ecosystem)
installation.config.ecosystems.where(_.id == ecosystem.id).let(_.path)

localPath.or:
installation.vault.path / PathName(ecosystem.id.show) / PathName(ecosystem.branch.show)
installation.vault.path / PathName(ecosystem.id.show) / PathName(ecosystem.branch.show)

0 comments on commit 74e892c

Please sign in to comment.