Type system needs an overhaul. Until then golang is just another toy language.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sync.Pool type?
Thanks to all the people for this beautiful release (beta). Lots of improvements were made apparently.One thing I see missing is a tls.LoadX509KeyPair-like function for encrypted key pair files.1st mentioned here:
Issue here:was planned for 1.3 i guess.A starting point (and why there should be a function for encrypted key pairs: due to its length and amount of changes needed to the current functions) here:As we would all agree, key pairs should be kept encrypted on the hard disk, and a simple function accepting file names and a password to load the key pair would be very convenient.
Any plan on adding it? 1.3 or 1.4?
Do you know if the bug with gbd where next sometime continue is fixed ?
Romain
On Apr 23, 2014 2:52 PM, "Romain Griffiths" <romain.g...@gmail.com> wrote:
>
>
> Thank you for your work. I am having pleasure to code with go.
>
> Do you know if the bug with gbd where next sometime continue is fixed ?
There are said to be various problems with gdb, but I believe that particular one is fixed.
Ian
228 // TODO(petar): Place trailer writer code here.
On Apr 25, 2014 9:30 PM, "Rob Napier" <robn...@gmail.com> wrote:
>
> I see that there was some work done in 1.3 around net/http/transfer.go to add more support around sending Trailers, but I don't see anything about it in the release notes, and the code still says:
> 228 // TODO(petar): Place trailer writer code here.
> (Though immediately after that it actually does seem to send Trailer, which it didn't in 1.2.) The docs don't seem to have additional information. Does net/http support sending Trailers in 1.3? I am working on a custom protocol over HTTP, and it would be convenient to send status information at the end in the form of a trailer.
the status for trailer support is best summarized in a recent CL: https://codereview.appspot.com/86660043
+ // TODO: golang.org/issue/7759: there's no way yet for |
+ // the server to set trailers without hijacking, so do |
+ // that for now, just to test the client. Later, in |
+ // Go 1.4, it should be be implicit that any mutations |
+ // to w.Header() after the initial write are the |
+ // trailers to be sent, if and only if they were |
+ // previously declared with w.Header().Set("Trailer", |
+ // ..keys..) |
Hi Go nuts,
We have just released go1.3beta1, a beta version of Go 1.3.
It is cut from the default branch at revision f8b50ad4cac4.Please help us by testing your Go programs with the new tool chain and libraries, and report any problems using the issue tracker:
On Tuesday, April 22, 2014 4:34:45 PM UTC-6, Andrew Gerrand wrote:Hi Go nuts,
We have just released go1.3beta1, a beta version of Go 1.3.
It is cut from the default branch at revision f8b50ad4cac4.Please help us by testing your Go programs with the new tool chain and libraries, and report any problems using the issue tracker:I'm not sure if this is worthy of a tracker, but using the "writing web applications" tutorial code:And running this:$ ab -n2500 http://localhost:8080/edit/test
If you're using "ab", everything following is questionable to the point of useless.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/Sc5BEMaZmE0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
10434.32 req/s
1.3:
10077.09 req/s
siege, run like this $ siege -b -t2S http://localhost:8080/edit/test
4049.19 req/s
Hi Go nuts,
We have just released go1.3beta1, a beta version of Go 1.3.
It is cut from the default branch at revision f8b50ad4cac4.Please help us by testing your Go programs with the new tool chain and libraries, and report any problems using the issue tracker:
http://research.swtch.com/macpprof
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.