Git Product home page Git Product logo

eunit_addons's People

Contributors

ampleyfly avatar klajo avatar mhssler avatar tomas-abrahamsson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

eunit_addons's Issues

Build error using esl edown

Hello,

I'm getting a compile error trying to build eunit_addons. It's actually edown that's failing to compile.
I'm running on Erlang/OTP R18.

==> edown (compile)
deps/edown/src/edown_doclet.erl:116: field packages undefined in record doclet_gen
deps/edown/src/edown_doclet.erl:118: field filemap undefined in record doclet_gen
Compiling deps/edown/src/edown_doclet.erl failed

Looking at the dependency in rebar.config, it's pointing to the esl/edown repository. This one seems to be very out of date. One of the open issues mentions that the latest master should fix the issue, but it does not.

However, the esl version of edown is several months behind the version it was originally forked from; ie, the original edown repo has been updated, but esl's has not.

The fix for me was to adjust the dependency's path to edown as such:
{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag,"0.4"}}}

(Side note that I couldn't get rebar to check out the new path, so I manually updated origin for the deps/edown/.git/config to uwiger's, did a git fetch and then a git reset --hard origin/master. I was then able to build eunit_addons correctly.)

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.