anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

Refactor the tests to remove the primed versions of pipeline functions #2859

Closed lukaszcz closed 2 days ago

lukaszcz commented 4 days ago

The primed versions of pipeline functions from Juvix.Compiler.Pipeline, which are parameterised by Reader Options instead of Reader EntryPoint, are used only in the test suite. They should be removed to avoid code duplication.