Giter Club home page Giter Club logo

Comments (3)

hartmut27 avatar hartmut27 commented on September 9, 2024

using ppx_inline_test v0.13.1 with dune 2.5.1 and ocaml-base-compiler.4.10.0,
same result unfortunately:

file "backend/dune", line 6, characters 13-28:
6 | (pps ppx_inline_test)
^^^^^^^^^^^^^^^
Error: Library "ppx_inline_test" not found.
Hint: try:
dune external-lib-deps --missing --only-packages fullstack-reason @@default
error: command failed: 'dune' 'build' '--only-packages' 'fullstack-reason' (exited with 1)
esy-build-package: exiting with errors above...
error: build failed with exit code: 1

esy: exiting due to errors above

from ppx_inline_test.

v-gb avatar v-gb commented on September 9, 2024

@hartmut27 it sounds like you need to opam install ppx_inline_test, it's not clear it's the same problem as the initial comment.

@gabrielhdt Can you give a full reduced example? Just following what the documentation says works fine for me:

$ cat dune
(library
 (name foo)
 (inline_tests)
 (preprocess (pps ppx_inline_test))
 )
$ cat foo.ml
let%test _ = false
$ dune build @runtest
File "foo.ml", line 1, characters 0-18: <<false>> is false.

FAILED 1 / 1 tests

from ppx_inline_test.

v-gb avatar v-gb commented on September 9, 2024

I'll close this. If someone runs into a similar looking issue and sees this, please open a new issue with reproducible steps.

from ppx_inline_test.

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.