All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalaland.chimney.internal.compiletime.ResultsPlatform.scala Maven / Gradle / Ivy

The newest version!
package io.scalaland.chimney.internal.compiletime

private[compiletime] trait ResultsPlatform extends Results { this: DefinitionsPlatform =>

  import quotes.*, quotes.reflect.*

  protected def reportInfo(info: String): Unit = report.info(info, Position.ofMacroExpansion)

  protected def reportError(errors: String): Nothing = report.errorAndAbort(errors, Position.ofMacroExpansion)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy