[go-nuts] Re: Generics and parentheses

2020-07-14 Thread Doug
a generic function invocation would become: w( z) This may not be the right forum to discuss the idea, but figured I'd throw it out there. Thanks, Doug On Tuesday, July 14, 2020 at 4:56:01 PM UTC-5, gri wrote: > > We have received a variety of feedback on the generics d

[go-nuts] Re: Alternate implementations of regular expression matching?

2021-04-01 Thread Doug
actic sugar for atomic groups and look-ahead assertions (which it does support). Thanks, Doug On Thursday, April 1, 2021 at 2:54:35 PM UTC-5 bobj...@gmail.com wrote: > I have a use of regular expressions where I need the "atomic" matching > features that I can get for several

[go-nuts] regarding regex package

2019-09-14 Thread Doug Clark
library exists) then regexp2 is nice to have in your back pocket. -Doug -- 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+unsubscr...@googlegrou

[go-nuts] Re: pure-go implementation of sqlite

2019-10-18 Thread doug . manley
As of right now, all I've been able to find is this (incomplete) read-only implementation: https://github.com/alicebob/sqlittle On Tuesday, July 1, 2014 at 8:27:34 AM UTC-4, Sebastien Binet wrote: > > hi there, > > is there (or is somebody working on) a pure-go implementation of sqlite ? > or a

[go-nuts] How do I test an func which depends on (pseudo)-random numbers, e.g. rand.Intn()?

2017-03-14 Thread Doug Ireton
I'm a new Gopher and I'm working through "Learn Go" by Nathan Youngman and trying to TDD the exercises to learn how to write testable Go code. I have a function to return a random spaceline from a string array. In Go, how do I test functions which depend o

[go-nuts] Re: Experience report on a large Python-to-Go translation

2020-02-26 Thread Doug Clark
ouldn't be entered into lightly. - Doug On Friday, February 21, 2020 at 11:08:53 AM UTC-6, Eric Raymond wrote: > > This is a belated addition to my notes on the Go translation of > reposurgeon. I'll be adding it to the revised version I post to golang-dev. > > One

[go-nuts] understanding garbage collection logging

2024-05-02 Thread Doug Whitfield
Hi folks, I come from java-land, and am having some trouble figuring out gc logging in go. I have been asked to contribute to a memory leak issue in Minio, which is written in Go. I found https://www.ardanlabs.com/blog/2019/05/garbage-collection-in-go-part2-gctraces.html but I cannot tell if

Re: [go-nuts] Removing a module from a multi-module repository

2024-12-16 Thread 'Doug Fawley' via golang-nuts
Liao wrote: > There's no automatic upgrade path, the best you can do is mark the sub > module as retracted and/or Deprecated. your users will need some manual > action to drop it as a dependency. > > - sean > > On Sat, Dec 14, 2024, 13:37 'Doug Fawley' v

[go-nuts] Removing a module from a multi-module repository

2024-12-13 Thread 'Doug Fawley' via golang-nuts
ed it as stable. The specific incident is being tracked here: https://github.com/googleapis/google-cloud-go/issues/11283 Thanks, Doug -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving email