Giter VIP home page Giter VIP logo

ocamlcsvprovider's People

Contributors

nv-vn avatar rleonid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ocamlcsvprovider's Issues

META file doesn't track dependencies

The META file that is installed doesn't have the library dependencies listed in _oasis.

A better way around this problem is to have oasis generate the META file during install. AFAIK, this happens when you correctly use ocaml setup.ml -install

2 _oasis files

I do not understand why there is a second _oasis files in test instead of having in the toplevel _oasis:

Executable "test_json_types"
  Build$: flag(tests)
  Path: test
  MainIs: test.ml
  Install: false
  BuildDepends: ppx_csv_provider, csv, lwt, cohttp.lwt
  DataFiles: test.csv

does not build on OCaml 4.03.0 and above

csv-provider does not build on OCaml 4.03 due to a change in representation of internal parsetree format.

The build failure was spotted by opam-builder, see http://opam.ocamlpro.com/builder/html/csvprovider/csvprovider.1.1/e489f6ebc85defd450ae7df4734ff6e1

# File "src/csv_provider.ml", line 34, characters 90-92:
# Error: This expression has type string but an expression was expected of type
#          Asttypes.arg_label

On the opam-repository side I am going to make existing releases of csv-provider restricted to OCaml versions (>= 4.02) (before there is no ppx_tools) and (< 4.03) (because of this build failure). A new release compatible with ocaml (>= 4.03) would be welcome.

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.