dartist / redis_client

A high-performance async/non-blocking Redis client for Dart
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

Logging Version Constraint #59

Closed butlermatt closed 8 years ago

butlermatt commented 8 years ago

Would it be feasible to broaden the logging package version constraint. Currently 0.1.15 depends on logging ^0.9.0, but our project depends on logging ^0.11.2.

Alternatively, is this package still active? Would it be better to fork it?

mythz commented 8 years ago

We've had a few maintainers in the past, but ultimately I think most have moved on - if you'd like I can give you contributor access?

butlermatt commented 8 years ago

@mythz Yeah I think this is a valuable and well established library (also listed as the 'preferred' library on the redis site) and would like to see it continued. I'd be happy to help collaborate with it as much as I can.

mythz commented 8 years ago

@butlermatt no worries, GitHub should've sent an invite request?

butlermatt commented 8 years ago

@mythz Yep done thanks. Will that enable me to upload to pub as well or still need someone else for that?

mythz commented 8 years ago

I'll need to add that too, just need to remember how. What email should I use?

mythz commented 8 years ago

Got it thx, you should be added to the uploaders list now. Feel free to remove your email from public comment.

butlermatt commented 8 years ago

A follow up to this. I managed to get some time to get this updated, and was about to do a push to pub, but I notice the version of pub is actually a couple of versions ahead of the current version in here. Anyone know who pushed to pub last time and from what repo, I don't want to cause any regressions.