Felipe Pena
Felipe Pena
Already fixed.
Already fixed.
> Seems I need to update some tests 🤔 I didn't run the tests as I PRd this from the web editor because I got no result from GitHub search...
This is because the anon func is being generated using the same name on parser phase. ```V struct Foo {} fn (f Foo) foo() { println('foo') } fn (f Foo)...
> > Hi, @crackedmind what is the status of this PR? > > In the work. What is missing in the PR @crackedmind ? Thanks
> I got this error when trying to convert a struct which contained an `os.File` to JSON Try adding `[skip]` attribute to the field.
Can you try again using a fresh V version?
Can you try again with a recent repo version?
PR #17287 will fix the part: `// value = Any(t.$(field.name))`
I think such behavior is expected on V. @spytheman @medvednikov Could you confirm it?