Hi all,
I spent much of the weekend refactoring and cleaning up the Cuis-WebClient libraries. 46 out of 55 tests are now passing (1 odd URL encoding issue, the rest are related to websocket data typing). I’ve also removed non-http and duplicate code for things like JSON, and added the squeak help documentation to the HTTPClient class. Since the goal is to removed everything that’s not part of the http protocol, I thought it prudent to rename it. :) https://github.com/davidgraham/Cuis-HTTP Please test and let me know of any issues, or better yet, fixes. I’d be honored to see this in Core-Packages, once everything is passing. _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
THANK YOU!!!
(Oops... I shouted.) --C > On Mar 29, 2015, at 7:18 PM, David Graham <[hidden email]> wrote: > > Hi all, > > I spent much of the weekend refactoring and cleaning up the Cuis-WebClient libraries. 46 out of 55 tests are now passing (1 odd URL encoding issue, the rest are related to websocket data typing). I’ve also removed non-http and duplicate code for things like JSON, and added the squeak help documentation to the HTTPClient class. Since the goal is to removed everything that’s not part of the http protocol, I thought it prudent to rename it. :) > > https://github.com/davidgraham/Cuis-HTTP > > Please test and let me know of any issues, or better yet, fixes. I’d be honored to see this in Core-Packages, once everything is passing. > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
In reply to this post by dsg
This is just great! Thank you!
This should indeed be a Core-Package for Cuis. Cheers, Juan Vuletich On 3/29/2015 11:18 PM, David Graham wrote: > Hi all, > > I spent much of the weekend refactoring and cleaning up the Cuis-WebClient libraries. 46 out of 55 tests are now passing (1 odd URL encoding issue, the rest are related to websocket data typing). I’ve also removed non-http and duplicate code for things like JSON, and added the squeak help documentation to the HTTPClient class. Since the goal is to removed everything that’s not part of the http protocol, I thought it prudent to rename it. :) > > https://github.com/davidgraham/Cuis-HTTP > > Please test and let me know of any issues, or better yet, fixes. I’d be honored to see this in Core-Packages, once everything is passing. > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
In reply to this post by dsg
Indeed good news! How I should try? I took an updated image, installed UUID and DigitalSignature and then Cuis-HTTP but I get several errors, I suspect that some prereq are not meet. Might be? 2015-03-29 23:18 GMT-03:00 David Graham <[hidden email]>: Hi all, Saludos / Regards, www.arduinosoftware.comGermán Arduino _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
For example one of the missing methods is Time class>>millisecondsSince:
2015-03-30 17:47 GMT-03:00 Germán Arduino <[hidden email]>:
_______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Hi Germán, I'm not sure why you're seeing that error message… I can’t find any references to millisecondsSince in the packages I created? I don’t see any error messages when I grab the current Cuis image, install Core-Packages, and the 3 I created for http. Sent from my iPhone
_______________________________________________ _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Hi David, you are right, it's my fault. I used an old network-protocol package. Sorry by the noise. 2015-03-30 20:52 GMT-03:00 David Graham <[hidden email]>:
Saludos / Regards, www.arduinosoftware.comGermán Arduino _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Free forum by Nabble | Edit this page |