Giter Site home page Giter Site logo

cauldron's People

Contributors

alexrudy avatar

Watchers

 avatar  avatar  avatar

cauldron's Issues

Some keywords have erroneous bytes appended in ZMQ mode.

Sometimes keyword values have \x01 appended in ZMQ mode. This is from the FRAMEBLANK constant in Cauldron.zmq.microservice, but probably speaks to an error in micro service or the broker, both of which could be simplified a little bit.

Intermittent ImportError

Sometimes Cauldron.use will trigger an import error here:

        # Install the dispatcher side libraries.
        from Cauldron import _DFW
        _DFW = sys.modules.setdefault('Cauldron._DFW', _DFW)
>       reload(_DFW)
E       ImportError: Loaded module Cauldron._DFW not found in sys.modules

This consistently happens in specific tests which seem to vary with machine and additional factors. I can't seem to reliably track it down.

Oddly enough, when the tests continue, everything is fine. Also, PDB doesn't show this is actually the problem (i.e. in PDB, 'Cauldron._DFW' is indeed in sys.modules)

Descriptors should fully replace keyword methods

For everything except callbacks, Keyword Descriptors should singularity replace a keyword method. This way, e.g. replacing .postwrite() can be done simply by the user at runtime, and skip calling the original method. The current argument passing scheme is kind of a hack, and it should be removed.

The callback event (which hooks into _propogate) should still be allowed from multiple descriptors to multiple keywords.

The event structure currently implemented is still useful beyond callback, but it should instead raise an error when there are multiple method replacements occurring.

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.