dartist / express

A thin express-js inspired layer around Dart's primitive HttpServer APIs
Other
126 stars 11 forks source link

M3 updates #4

Closed adam-singer closed 11 years ago

adam-singer commented 11 years ago

@mythz want to give this a look and try before I merge it.

Dart Editor version 0.3.1_r17328
Dart SDK version 0.3.1.1_r17328
mythz commented 11 years ago

All looks good to me (feel free to merge), just a pending q about changing from optional to named parameters.

mythz commented 11 years ago

Also while I have you on the line, is there any chance we can remove the 'dart' prefix from the packages published on pub? e.g change:

http://pub.dartlang.org/packages/dartredisclient

to:

http://pub.dartlang.org/packages/redisclient
adam-singer commented 11 years ago

Sure, I will contact someone at pub and have them delete the dartredisclient package, then we can re upload as redisclient. Need to check if someone else does not already have that package.

adam-singer commented 11 years ago

request for delete on dartredisclient http://code.google.com/p/dart/issues/detail?id=8070

mythz commented 11 years ago

Awesome, thx Adam.

sethladd commented 11 years ago

Thanks!

adam-singer commented 11 years ago

@sethladd eventually will hook everything up to drone.io, really impressed today on Dartisians. Using the DrumpRenderTree stuff is excellent.