Steve Moyer

Results 69 comments of Steve Moyer

> After moving my Go code into the proper location That's not necessarily the proper location for code that's versioned using Go modules. I'm having this problem in libraries that...

It seems like it would be wise to copy the code to a temporary folder before creating the mutants ... should this be another issue?

> > I think that the example issue can be approached the same way as Java does: using interface{} behind the scenes and panic if the customer did a bad...

Any update on this from the Go team? @rsc?

The `-` character is also a valid name but the `encoding/json` package lets you use it by adding the `json:"-,"` value. See https://pkg.go.dev/encoding/json#Marshal.

At this point, I'd be happy to have **ANY** solution - the work-arounds are killers!

I found this issue as I was about to suggest that ``testify`` support ``assume`` in addition to ``assert`` and ``require``. Coming from the Java world, the two major assertion libraries...

I was a bit surprised that the PostgreSQL implementation doesn't require the database to be part of the URL (I've been using it 20+ years and haven't ever seen that)....

Sorry I never got around to this (that employer and I parted ways shortly after I created this issue)

Interesting ... rmdir works for a single directory but not for wildcards. It also requires that I wait some period of time before trying to delete the next one (I...