« first day (62 days earlier)      last day (251 days later) » 

12:34 AM
even though @rdlowrey is the only one in here
 
 
6 hours later…
6:50 AM
posted on September 14, 2012 by noreply

(Shameless stolen from my own Stack Overflow question and answer.) Dart has a concept of final. Most dynamic languages don't have this concept. What is final and what do I use it for? final variables can contain any value, but once assigned, a final variable can't be reassigned to any other value. For example: main() { final msg = 'hello'; msg = 'not allowed'; // **ERROR**

 
 
10 hours later…
4:27 PM
@rdlowrey How's life?
 
4:37 PM
By the way, I think Atreyu should be using composer. Git submodules are nice, but I'll be honest when I say that I think composer is a bit better. Not mind-bendingly better, just better.
 
5:01 PM
@rdlowrey :
php Artax/test/client-test.php
+ CONN OPEN: tcp://stackoverflow.com:80
+ CONN CHECKOUT tcp://stackoverflow.com:80
+ CONN OPEN: tcp://stackoverflow.com:80
+ CONN CHECKOUT tcp://stackoverflow.com:80
+ CONN OPEN: tcp://stackoverflow.com:80
+ CONN CHECKOUT tcp://stackoverflow.com:80
+ CONN OPEN: tcp://stackoverflow.com:80
+ CONN CHECKOUT tcp://stackoverflow.com:80
+ CONN OPEN: tcp://stackoverflow.com:80
+ CONN CHECKOUT tcp://stackoverflow.com:80
+ CONN OPEN: tcp://www.google.com:80
+ CONN CHECKOUT tcp://www.google.com:80
I also had to re-add the str_replace call in class loaders. Otherwise wouldn't load on my system.
 
@LeviMorrison doing well -- dropping off family at the airport in a couple of hours then have to drive home. I'll be around tonight
 
If I get a chance I might look through the errors and try to sort them out.
 
I wonder what is causing that -- it works just fine for me :/
 
@rdlowrey It's because that attribute doesn't exist in the class.
Or it isn't declared in any case.
 
The good thing (i think) is that the tcp connections are successful, so it should be down to a simple error in my logic and not a lack of support for a specific environment. Can't be sure on my phone though :)
 
5:19 PM
@rdlowrey I don't have collaborator privileges on Atreyu :(
 
Oh hold on I should be able to add that on my phone
 
Thanks :)
 
Collaborator status achieved
 
 
2 hours later…
7:09 PM
posted on September 14, 2012 by Seth Ladd

The Dart mailing list was treated to some very good news today. Kasper Lund informed us that lazy init of statics and top-level variables is ready for use! Kasper writes: We now have one of the major new language features of M1 implemented across the board. That's right -- you can now use lazy initialization for top-level and static variables (both final and non-final). This means that the re

 

« first day (62 days earlier)      last day (251 days later) »