Giter Club home page Giter Club logo

Comments (5)

dholth avatar dholth commented on May 30, 2024 1

Not 100% sure about the _ method overrides to make this "inert", but change them to accept *args instead of etag, mod_stamp and it should remain compatible with the fetch refactor.

class _DownloadOnlySubdirData(SubdirData):
    _internal_state_template = {
        "_package_records": {},
        "_names_index": {},
        "_track_features_index": {},
    }

    def _read_local_repdata(self, etag, mod_stamp):
        return self._internal_state_template

    def _process_raw_repodata_str(self, raw_repodata_str):
        return self._internal_state_template

    def _process_raw_repodata(self, repodata):
        return self._internal_state_template

    def _pickle_me(self):
        return

from conda-libmamba-solver.

dholth avatar dholth commented on May 30, 2024

Can you link to that line?

from conda-libmamba-solver.

jaimergp avatar jaimergp commented on May 30, 2024

Yes, sorry!

https://github.com/conda-incubator/conda-libmamba-solver/blob/main/conda_libmamba_solver/index.py#L218

from conda-libmamba-solver.

dholth avatar dholth commented on May 30, 2024

Thanks, we'll keep an eye on this, pretty sure the signature of some of the _ methods of SubdirData is changing. We also have this prototype conda/conda#12050 that avoids work, but its test do not pass.

from conda-libmamba-solver.

jezdez avatar jezdez commented on May 30, 2024

I've made this an epic, so we can start on #94 already, which may require updates to the libmamba API upstream.

from conda-libmamba-solver.

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.