Git Product home page Git Product logo

Comments (3)

uranusjr avatar uranusjr commented on August 21, 2024 2

Personally I don’t think it’s the library’s place to provide a human-readable output. ResolutionImpossible is intended to be caught and handled by the outer call stack, and therefore should provide structured information, not rendered. It may be worthwhile to have a module like resolvelib.debugging that formats an exception into pretty output for debugging purposes, but I feel that should not live directly on the exception type.

I think it’s a good idea for the exception to have the state in the resolver. But this needs to be done extremely carefully and in an abstract way, and not tied with the backtracking nature of the resolver. Otherwise it will be impossible to change the resolution internals without the caller knowing, which is an important goal to this project.

from resolvelib.

pradyunsg avatar pradyunsg commented on August 21, 2024

@pfmoore @uranusjr notes from a past @pradyunsg about what to do for the ResolutionImpossible exception. :3

from resolvelib.

pradyunsg avatar pradyunsg commented on August 21, 2024

Closing this out since I think we've figured this out. For posterity, I recently described what we did for this in spack/spack#36502 (comment).

from resolvelib.

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.