Giter Club home page Giter Club logo

Comments (4)

VictorCMiraldo avatar VictorCMiraldo commented on July 28, 2024

Could be the hie.yaml file that is too simplistic and hls is only working for the first project declared in the cabal.project. We probably need to bring in something like implicit-hie or rewrite hie.yaml to be:

cradle:
  cabal:
    - path: "cooked-validators/src"
      component: "lib:cooked-validators"

    - path: "examples/src"
      component: "lib:examples"

from cooked-validators.

haroldcarr avatar haroldcarr commented on July 28, 2024

I tried it using an hie.yaml file generated by gen-hie but it fails the same way.
With no changes, does HLS work for you in examples?

Here is what gen-hie generates:

cradle:
  cabal:
    - path: "cooked-validators/src"
      component: "lib:cooked-validators"

    - path: "cooked-validators/tests/"
      component: "cooked-validators:test:spec"

    - path: "examples/src"
      component: "lib:examples"

    - path: "examples/tests"
      component: "examples:test:spec"

from cooked-validators.

GuillaumeGen avatar GuillaumeGen commented on July 28, 2024

For me, HLS works in src/PMultiSigStateful/DatumHijacking.hs, src/Forge.hs, src/PMultiSigStateful.hs, src/Split.hs and tests/UseCaseCrowdfundingSpec.hs exclusively (so roughly one third of the files of the examples folder).
I heard recently that it is a known issue that the Plutus GHC plugin interacts badly with HLS. I assumed that it is the reason why some files of this folder does not support HLS, but I did not investigate it at all.

from cooked-validators.

VictorCMiraldo avatar VictorCMiraldo commented on July 28, 2024

We've made multiple updates to the HLS and I've seen it working on the examples, closing this until we can repro it again!

from cooked-validators.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.