Markus Zimmermann
Markus Zimmermann
We are maintaining an internal fork for this repository to create an MSI file for @symflower. Is this package still used? For what are you using this package? Is there...
Sorry for taking so long. I have a huge backlog on GitHub mails, I do not how to work through them at the moment. I am reading the Tumbleweed mailing...
@krobelus is this a PR we should test internally too?
@torbiak @krobelus we are using this patch sind Tue Aug 24 15:09:45 2021. No complains so far.
> For what are you using Playwright for Go? I just heard of Playwright today and i find it more exciting than i originally thought. So i/we are not a...
I know that this might be a breaking change, because "fmt.Print" could also mean variable "fmt" and function "Print" instead of import identifier "fmt".
Same with Go 1.17.8
OK i think i have a reproducer now at least for the reported problem. It does disappear when one includes all code in one file.
go.mod ``` module example.com/m go 1.18 ``` model/mode.go ``` package model // ProjectTest foobar type ProjectTest struct { Result *ProjectTestResult } // ProjectTestResult foobar type ProjectTestResult struct { Problems []*AnalyzeProblem...
Narrowed this down to ".TypeCheck()" throwing an error which is mostly never checked in the repository. The error is something like `panic: tt.go:3:8: could not import xyz/model (can't find import:...