Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into v6.0.…
Browse files Browse the repository at this point in the history
…0-refactor-ir-cake
  • Loading branch information
aslesarenko committed May 21, 2024
2 parents 318c05b + 2b72e1a commit a63631f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sc/jvm/src/test/scala/sigmastate/ReflectionGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ import sigma.reflection._
import scala.annotation.unused
import scala.collection.mutable

/** Generates code for registering classes in the ReflectionData.
* It is not used in the runtime.
*
* The generated invocations of `registerClassEntry`, `mkMethod`, `mkConstructor` may
* require manual adjustments.
*
* It uses [[sigma.reflection.Platform.unknownClasses]] to collect classes which were
* accessed during runtime
*
* @see [[ReflectionData]]
*/
object ReflectionGenerator {

def normalizeName(name: String): String = {
Expand Down

0 comments on commit a63631f

Please sign in to comment.