Giter VIP home page Giter VIP logo

Comments (7)

smeevil avatar smeevil commented on July 2, 2024

Hi,

I'm not quite sure if this is indeed a problem or not. The overrides you use are actually ment to solve this indeed. What would you suggest to set as versions otherwise ?

from cloudex.

abitdodgy avatar abitdodgy commented on July 2, 2024

I have a similar issue here:

Failed to use "httpoison" (version 0.10.0) because
  bamboo (version 0.7.0) requires ~> 0.9
  cloudex (versions 0.1.10 to 0.1.12) requires ~> 0.9.0
  mix.lock specifies 0.10.0

Failed to use "httpoison" (version 0.10.0) because
  bamboo (version 0.7.0) requires ~> 0.9
  cloudex (versions 0.1.13 and 0.1.14) requires ~> 0.11.0
  mix.lock specifies 0.10.0

from cloudex.

Tyler-pierce avatar Tyler-pierce commented on July 2, 2024

I think it's not a bug, just something that there may be an opportunity to make work a little more nicely in some circumstance. I'm going to try two things 1) figure out which version of cloudex works out of the box with current phoenix (so it could be added to the docs where it lists phoenix support) and 2) see if I can add some or clauses or something to the dependencies and if the unit tests pass submit a PR.

abitdodgy, I suspect you could use a similar technique I did and work backwards through the dependencies, or just see if an earlier version of cloudex works for you for now

from cloudex.

smeevil avatar smeevil commented on July 2, 2024

Thank you @Tyler-pierce for pursuing this ;)
As far as I can think of, the only real culprit might be poison, which basically should work from any version for cloudex. The same for timex as I only use it for a current timestamp.

from cloudex.

smeevil avatar smeevil commented on July 2, 2024

Hi,

Is this still an issue or can it be closed ?

from cloudex.

Tyler-pierce avatar Tyler-pierce commented on July 2, 2024

Hello, I don't think it should me marked as an issue after all, can close yep. Most people should be able to override any issue in their mix file. For my env I couldn't get that to work so forked and tried out toning back the version, which worked. But I think that was my own fault and didn't think its worth a PR.

This worked for me in a Phoenix project in case it's of interest:
{:httpoison, "> 0.9.0 or > 0.9.2"},
{:poison, "
> 1.5.0 or 2.1.0"},
{:timex, "
> 2.1.0 or 2.2.1"},

Apologies for not following up earlier

from cloudex.

smeevil avatar smeevil commented on July 2, 2024

NP :)

from cloudex.

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.