Git Product home page Git Product logo

Comments (5)

smortex avatar smortex commented on June 8, 2024 1

Hey @brandonvin 👋

I feel like the clojure version change was not expected in the previous commit and that part was reverted.

As you can see here, CI did not pass on that previous commit:
https://github.com/riemann/riemann/actions/runs/6698749641

The error makes me feel that the testing framework of clojure has evolved and a test that rely on the old behavior needs tuning:

Testing: riemann.test-test
Running tests in: riemann.test-test
  Running test: #'riemann.test-test/only-one-tap-per-context
    FAIL
      Expected: (re-find #"Tap :foo \(.+?:\) already defined at :" err)
      Actual: (not (re-find #"Tap :foo \(.+?:\) already defined at :" Unexpected error macroexpanding riemann.test/tap at (/tmp/form-init8155462538598659347.clj:1:6476).))
  Finished test: #'riemann.test-test/only-one-tap-per-context

Fixing this should allow to update clojure. Can you give it a try and submit a PR?

from riemann.

brandonvin avatar brandonvin commented on June 8, 2024 1

Thanks @smortex! It might be as simple as updating the assertion, since Clojure now reports macroexpansion errors differently by wrapping them with a CompilerException. I've opened a PR: #1039.

from riemann.

jamtur01 avatar jamtur01 commented on June 8, 2024 1

I meant to come back to the blockers but never did so thanks @brandonvin! Awesome.

from riemann.

brandonvin avatar brandonvin commented on June 8, 2024

The PR is merged, thanks again for the pointers and getting the tests running!

I think it would be appropriate to keep this issue open, until the change is released.

Would it be possible to cut a release sometime soon?

from riemann.

jamtur01 avatar jamtur01 commented on June 8, 2024

Released in 0.3.11.

from riemann.

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.