Laurent Demailly

Results 307 comments of Laurent Demailly

'Test' is here https://github.com/grol-io/grol/blob/v0.24.0/ast/modify_test.go#L130 panics without this fix, also https://github.com/google/go-cmp/blob/v0.6.0/cmp/compare.go#L312-L314 in the comment hopefully makes it clear how this helps (of note, if you _do_ have an equal method it...

I don't think go-cmp are (or should be, really) concerned with adding special case for incomplete go, so it would need to be on tinygo's side (or users of both...

well there should be a way to isolate the crypto part no? http is pretty basic also... runtime error not build time?

code that does work with regular go: https://github.com/ldemailly/go-scratch/blob/main/tinyhttp/tinyhttp.go

Thanks, I'm trying from both ends to get something working :) Waiting a bit on tinygo side for clarity

EDIT: Looks like something else changed or the go1.19.3 docker image is busted as I'm getting weirdness elsewhere as well - so ignore this for now - sorry ---- I...

sorry, it's my bad, somehow by installing something else in the image, permissions in /go changed causing the above weird errors. ignore it. I jumped the gun as linting was...

so you mean #911 and https://github.com/fortio/fortiotel/pull/224 :)