Re: [gofrontend-dev] Go patch committed: Implement method values in reflect package

2013-12-12 Thread Michael Hudson-Doyle
Ian Lance Taylor writes: > On Thu, Dec 12, 2013 at 12:21 AM, Michael Hudson-Doyle > wrote: >> Ian Lance Taylor writes: >> >>> This patch to the Go frontend and libgo implements method values in the >>> reflect package. Working with method values and reflect now works >>> correctly, at least on

Re: [gofrontend-dev] Go patch committed: Implement method values in reflect package

2013-12-12 Thread Ian Lance Taylor
On Thu, Dec 12, 2013 at 12:21 AM, Michael Hudson-Doyle wrote: > Ian Lance Taylor writes: > >> This patch to the Go frontend and libgo implements method values in the >> reflect package. Working with method values and reflect now works >> correctly, at least on x86. > > Can you give me a test cas

Re: [gofrontend-dev] Go patch committed: Implement method values in reflect package

2013-12-12 Thread Michael Hudson-Doyle
Ian Lance Taylor writes: > This patch to the Go frontend and libgo implements method values in the > reflect package. Working with method values and reflect now works > correctly, at least on x86. Can you give me a test case? I can try it on a few other architectures tomorrow. Cheers, mwh >

Go patch committed: Implement method values in reflect package

2013-12-11 Thread Ian Lance Taylor
This patch to the Go frontend and libgo implements method values in the reflect package. Working with method values and reflect now works correctly, at least on x86. This changes the type signature for type methods in the reflect package to match the gc compiler. That in turn required changing t