You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix indentation induced warnings and errors.
* Cross build for scala 3.
* Make Main class scala 2 and 3 compatible.
* split subproject definitions into separate build.sbt
* WIP
* wip - works for scala3
* fuzzy scala version detection
* final dependencies
Co-authored-by: Michael Pollmeier <michael@michaelpollmeier.com>
assert(field.getType ==classOf[Schema], s"field $fieldName in class `$classWithSchema` must be of type `overflowdb.schema.Schema`, but actually is of type `${field.getType}`")
38
-
field.setAccessible(true)
39
-
valschema= field.get(clazz).asInstanceOf[Schema]
32
+
defexecute(config: Config):Seq[File] = config match {
assert(field.getType ==classOf[Schema], s"field $fieldName in class `$classWithSchema` must be of type `overflowdb.schema.Schema`, but actually is of type `${field.getType}`")
0 commit comments