Plutonomicon / Shrinker

Shrink Plutus scripts
Apache License 2.0
6 stars 3 forks source link

Why plutus-pab and playground deps? #1

Closed anton-k closed 2 years ago

anton-k commented 2 years ago

I wonder why do we need plutus-pab and playground dependencies in the compiled code optimization library. Can you please remove them if they are not used.

Geometer1729 commented 2 years ago

My test-suite depends on pluto to compile my unit tests and pluto depends on them. I'm hoping to figure out a way to allow the library part to be used without meeting all the dependencies for the tests, failing that I'm going to look into either depending on a fork of pluto which removes them or a later version of pluto if it doesn't need them and a pr can fix it.

Geometer1729 commented 2 years ago

I've removed them by moving to a fork of pluto.