-
E.g. when trying to parse `future.pir` (in the `plutus-use-cases/test/Spec`), I get the following error:
```
pir/future.pir: pir/future.pir:204:10:
|
204 | (datatypebind
| …
-
This is related to issue #1090, but the resolution there only implemented round-trip tests, not specific _validity_ tests.
EG The Network team is invoking `validFlatTerm` from https://hackage.haske…
-
It would be nice if the starter projects included a `hie.yaml` so that editors with Haskell support don't give warnings about defaulting to implicit-hie when the file is missing.
-
### Summary
Getting the following error trying to build latest plutus.
```
Preprocessing library for plutus-tx-plugin-1.0.0.0..
Building library for plutus-tx-plugin-1.0.0.0..
: warning: [-…
-
**Describe the bug**
`Option` de-serializes to it's internal representation (when `T` is present and when it's not) .
**To Reproduce**
Run this adapted example
```kotlin
import arrow.core…
-
REST project mockito tests should reference constants for parameter names
In the unit tests for the projects servlets, the name of the parameter (`"word"`) is used.
https://github.com/DavidWhitl…
-
## Question
Why is there no `Pretty` instance for `Doc ann` which functions as the identity?
On the surface, and without any detailed knowledge of the prettyprinter internals, it seems like an i…
-
**Description**
Currently, the architecture of Copilot mixes backends with other libraries, which makes the result not uniform. For example, the pretty-printer is part of `copilot-core`, while the …
-
I am trying to build a cabal project that has plutus as a dependency, however I keep getting the error:
```
[171 of 189] Compiling PlutusIR.Transform.DeadCode ( plutus-ir/src/PlutusIR/Transform/De…
-
**Describe the bug**
Run button is not added.
Context:
- Seems that the plugin does not properly load in/get the the run button added to the editors DOM, despite the `test.md` only containing…