Browse Source

Update dart dependencies and TODO list.

Michael Hixson 12 years ago
parent
commit
f6910dc1b6
2 changed files with 6 additions and 8 deletions
  1. 2 4
      dart/TODO.txt
  2. 4 4
      dart/pubspec.yaml

+ 2 - 4
dart/TODO.txt

@@ -4,8 +4,6 @@ TODO items for the Dart benchmark:
 
 
 2. Modify setup.py to run multiple dart servers behind nginx as a load balancer.  See server.dart's "main" function for command line options for choosing a port and connection pool size.
 2. Modify setup.py to run multiple dart servers behind nginx as a load balancer.  See server.dart's "main" function for command line options for choosing a port and connection pool size.
 
 
-3. Wait for an issue with the dart/postgresql package to be resolved.  Right now, the latest version (which contains a fix we need) won't install.  https://github.com/xxgreg/postgresql/issues/9
+3. Modify benchmark_config to have the correct "sort" number.
 
 
-4. Modify benchmark_config to have the correct "sort" number.
-
-5. See if any Dart experts are willing to give this a code review.
+4. See if any Dart experts are willing to give this a code review.

+ 4 - 4
dart/pubspec.yaml

@@ -1,7 +1,7 @@
-name:  dartbenchmark
-description:  A benchmark of dart
+name: dartbenchmark
+description: A benchmark of dart
 dependencies:
 dependencies:
+  args: 0.5.9
   mustache: 0.1.5
   mustache: 0.1.5
-  postgresql: 0.2.5
+  postgresql: 0.2.6
   yaml: 0.5.7
   yaml: 0.5.7
-  args: 0.5.9