Code Monkey home page Code Monkey logo

Comments (7)

ericniebler avatar ericniebler commented on July 22, 2024

I've removed the link to the travis build from the readme. The travis support has fallen into disrepair. I run all tests locally on gcc 4.9 and clang-trunk with libstdc++ before I commit, so I'm reasonably certain the code works.

Gonzalo, if you're reading this, perhaps you'd be willing to give Travis another go?

from range-v3.

gnzlbg avatar gnzlbg commented on July 22, 2024

@ericniebler thanks for removing the link, i'll try to get libc++ running again on the Travis-VMs ASAP.

from range-v3.

ericniebler avatar ericniebler commented on July 22, 2024

BTW, the static_assert is failing on clang-3.4, but not clang-3.5. I'm not sure if travis has clang-3.5. That's the version I test on.

from range-v3.

ericniebler avatar ericniebler commented on July 22, 2024

Update: I fixed the static_assert issue and worked around a few issues that were giving clang 3.4 fits. Tests pass locally with clang 3.4 for me, but strangely not on Travis. Go figure.

from range-v3.

gnzlbg avatar gnzlbg commented on July 22, 2024

@ericniebler it seems that libc++ is working fine under travis again (without me changing anything). The clang 3.4 used in travis (I guess 3.4.0) can't handle some stuff in some testcases. I'm trying to find exactly what it cannot handle.

UPDATE: It only fails in debug mode :/

from range-v3.

ericniebler avatar ericniebler commented on July 22, 2024

If I had to guess, I'd say the problem is that the tests that are failing to build (the set_* algorithm tests) are causing memory usage to spike, and the VM is just too limited. Compiler runs out of memory and . I can see about writing these tests in a more efficient way.

from range-v3.

ericniebler avatar ericniebler commented on July 22, 2024

Managed to get a Travis build to pass. It's clear I need to redesign the make_testable test component though, since it's causing an explosion in the number of template instantiations.

from range-v3.

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.