spark warning on compilation
I get bombarded by these warnings:
Maybe this is due to the last spark change, the one to handle compilation errors and provide better messages?
warning: Entity without __spark_metadata__ field is deprecated. Entity Reactor.Dsl.Middleware does not define a `__spark_metadata__` field. This field is required to acces
s source annotations. Add `__spark_metadata__: nil` to the defstruct for Reactor.Dsl.Middleware.
(elixir 1.18.4) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2
(spark 2.3.4) lib/spark/dsl/extension.ex:2135: Spark.Dsl.Extension.__after_verify__/1
(elixir 1.18.4) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2
(elixir 1.18.4) lib/module/parallel_checker.ex:244: Module.ParallelChecker.check_module/3
(elixir 1.18.4) lib/module/parallel_checker.ex:90: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6warning: Entity without __spark_metadata__ field is deprecated. Entity Reactor.Dsl.Middleware does not define a `__spark_metadata__` field. This field is required to acces
s source annotations. Add `__spark_metadata__: nil` to the defstruct for Reactor.Dsl.Middleware.
(elixir 1.18.4) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2
(spark 2.3.4) lib/spark/dsl/extension.ex:2135: Spark.Dsl.Extension.__after_verify__/1
(elixir 1.18.4) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2
(elixir 1.18.4) lib/module/parallel_checker.ex:244: Module.ParallelChecker.check_module/3
(elixir 1.18.4) lib/module/parallel_checker.ex:90: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6Maybe this is due to the last spark change, the one to handle compilation errors and provide better messages?
