Giter VIP home page Giter VIP logo

Comments (3)

aantron avatar aantron commented on May 25, 2024

On BuckleScript, we need to be able to exclude the test suite.

  1. With bs-platform > 6.0.3, it will be possible to pass --exclude-file to Bisect_ppx, which can exclude all test files in one swoop. This is not ideal, as --exclude-file is for working around build system issues.
  2. The right way to fix this is to adjust the bsconfig.json schema to be able to specify ppx-flags per directory, so we can specify them in src/ only.
  3. For now, we are using [@@@coverage exclude file] in each test file, which is annoying, but less annoying than installing bs-platform master as in (1).

from promise.

aantron avatar aantron commented on May 25, 2024

Development with BuckleScript or esy is now locked to OCaml 4.06 and BuckleScript 6.x.x, until aantron/bisect_ppx#220 is resolved.

from promise.

aantron avatar aantron commented on May 25, 2024

Blocked on better integration of Bisect_ppx with BuckleScript (rescript-lang/rescript-compiler#3761).

I disabled coverage on JS for now, because it's too annoying not to be able to use Bisect_ppx as a dev PPX. Coverage is still working on native, because the native library is not published to any package managers.

from promise.

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.