dartist / redis_client

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

Fixes according to Dart changes #1

Closed nelsonsilva closed 12 years ago

nelsonsilva commented 12 years ago

I've added a couple of fixes to remove warnings and errors with the latest Dart build. I've removed the vendor and gitmodules and added a pubspec pointing at DartMixins. I've kept the relative #import("packages/DartMixins/Mixin.dart") instead of #import("packages:DartMixins/Mixin.dart") to keep the editor happy.

mythz commented 12 years ago

Awesome, thx again :)