jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
150 stars 15 forks source link

Remove dependency cycle caused be CellRangeWrapper being an internal value representation #547

Closed georg-schwarz closed 7 months ago

georg-schwarz commented 7 months ago

Removes a dependency cycle from our code base by using the WrapperFactoryProvider construct introduced in #536.

The remaining dependency cycles revolve around our design of the ValueType and wrapper constructs.