Git Product home page Git Product logo

bot-cobalt's People

Contributors

avenj avatar

Watchers

 avatar  avatar

bot-cobalt's Issues

Common.pm rework, Type::Tiny switch

The existing Common.pm magic Exporter incantations are a bummer.

Most of the plain exporters are now Exporter::Tiny; Common.pm needs a custom import method to call Import::Into.

The existing manually-specified list of exported types in Common.pm should go away; we can just pull Types::Standard and List::Objects::Types ... probably Types::Path::Tiny also.

Existing libs using MooX types should remain compat, and attrs can be audited for custom isa subs that need to be updated to use Type::Tiny types, paths that should be coerced to Path::Tiny paths, ...

We may want our own type lib for Bot::Cobalt types.

Language set handling cleanup

Currently the core english.yml langset is appended to Lang.pm at build-time to provide defaults.

Other than being dirty, part of the move to Dist::Zilla involves dropping the extra unnecessary build-time steps.

Completed steps:

  • Move etc/ to share/ and drop empty var/db/
  • Drop scattered Lang.pm components (.pod, .pm.in, .pm.PL)
  • Lang.pm attr cleanup

Pending steps:

  • Lang.pm should use File::ShareDir and Path::Tiny
  • cobalt2-installer rewrite
  • Related t/ audit

Drop Proc::PID::File

Proc::PID::File is an unnecessary dependency; the cobalt2 frontend can handle PID file mgmt on its own.

Outgoing SendQ flexibility

Outgoing messages are currently rate-limited by POE::Component::IRC and there is no convenient way to change the behavior.

We at least need a configuration option to enable pocoirc's 'flood => 1' ... also perhaps our own optional outgoing queue managed via Object::RateLimiter.

SJM requested this a while ago, and I forgot :-(

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.