[go-nuts] Re: recommended statistics package? Requirements: ANOVA, Brown-Forsythe

2023-10-22 Thread Jan
hi, I did a quick search and I didn't find anything in Go. But looking at the definition and at one implementation in JS , it sounds something relatively easy to write and share :) You can use the R

Re: [go-nuts] Can Generics match implementers of an interface?

2023-10-22 Thread tapi...@gmail.com
On Monday, October 23, 2023 at 10:38:59 AM UTC+8 tapi...@gmail.com wrote: Sorry, I didn't look your full code. I think the full code should work with Go toolchain 1.21.n. Aha, it actually doesn't. I'm surprised. On Sunday, October 22, 2023 at 4:40:55 PM UTC+8 Mike Schinkel wrote: How so?

Re: [go-nuts] Can Generics match implementers of an interface?

2023-10-22 Thread tapi...@gmail.com
Sorry, I didn't look your full code. I think the full code should work with Go toolchain 1.21.n. On Sunday, October 22, 2023 at 4:40:55 PM UTC+8 Mike Schinkel wrote: > How so? > > Can you give an example scenario where it could cause unintended > consequences? Or some other negative? > >

[go-nuts] Clarification on the Compatibility Promise regarding Version Build Constraints

2023-10-22 Thread Kevin Gillette
Hello! https://github.com/golang/go/issues/63662 was submitted as a bug report, but did not offer much explanation in its response, and it's still not clear how this is not a compatibility breakage. > Build tags are explicitly designed to allow skew away from the main version declared in

[go-nuts] Re: Go has stolen several hours from the twentieth century Hungary

2023-10-22 Thread Tamás Gulácsi
In tzdb/europe: RuleHungary 1954only- May 23 0:00 1:00S RuleHungary 1980only- Apr 6 0:00 1:00S RuleHungary 19811983- Mar lastSun 0:00 1:00S If I interpret it correctly, my "bad" dates are when the

[go-nuts] Go has stolen several hours from the twentieth century Hungary

2023-10-22 Thread Tamás Gulácsi
https://go.dev/play/p/qkPmfu1sCyU 1954-05-22 1980-04-06 1981-03-29 1982-03-28 1983-03-27 has the first second in the day as 01:00:00 The previous second is of the previous day. Maybe it's just TZ history, and these dates had the DST change betweem 00:00:00 and 01:00:00, eliminating that hour

Re: [go-nuts] Can Generics match implementers of an interface?

2023-10-22 Thread Mike Schinkel
How so? Can you give an example scenario where it could cause unintended consequences? Or some other negative? -Mike On Saturday, October 21, 2023 at 11:57:52 PM UTC-4 tapi...@gmail.com wrote: It is hard to call such type inference better. That is too aggressive. -- You received this