Hello adonovan@google.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com, lucio.dere@gmail.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago
(2013-02-10 03:54:33 UTC)
#1
https://codereview.appspot.com/7300078/diff/4004/src/pkg/exp/ssa/interp/external_windows.go File src/pkg/exp/ssa/interp/external_windows.go (right): https://codereview.appspot.com/7300078/diff/4004/src/pkg/exp/ssa/interp/external_windows.go#newcode25 src/pkg/exp/ssa/interp/external_windows.go:25: n, _ := syscall.Write(args[0].(syscall.Handle), b) The set of dynamic ...
12 years, 1 month ago
(2013-02-10 05:23:40 UTC)
#3
On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin <ality@pbrane.org> wrote: > Can anyone ...
12 years, 1 month ago
(2013-02-10 21:28:51 UTC)
#4
On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin <ality@pbrane.org> wrote:
> Can anyone test this on a Windows machine?
>
./make.bash succeeded, but building ssadump.go results in linker error:
see https://code.google.com/p/go/issues/detail?id=4785
the code for windows won't handle writes to console right, but i think
this is acceptable.
after issue 4785 is fixed, i can test further on windows.
> On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin <mailto:ality@pbrane.org> wrote: > > ...
12 years, 1 month ago
(2013-02-11 01:16:46 UTC)
#5
> On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin <mailto:ality@pbrane.org>
wrote:
>
> > Can anyone test this on a Windows machine?
> >
Your changes build on Windows fine.
Alex
LGTM.
On 11 February 2013 01:16, <alex.brainman@gmail.com> wrote:
>> On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin
>
> <mailto:ality@pbrane.org> wrote:
>
>> > Can anyone test this on a Windows machine?
>> >
>
>
> Your changes build on Windows fine.
>
> Alex
>
> https://codereview.appspot.com/7300078/
>
> --
>
> ---You received this message because you are subscribed to the Google Groups
> "golang-dev" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Where do we stand on this?
On 19 February 2013 22:54, Akshat Kumar <akumar@mail.nanosouffle.net> wrote:
> LGTM.
>
> On 11 February 2013 01:16, <alex.brainman@gmail.com> wrote:
>>> On Sun, Feb 10, 2013 at 2:15 PM, Anthony Martin
>>
>> <mailto:ality@pbrane.org> wrote:
>>
>>> > Can anyone test this on a Windows machine?
>>> >
>>
>>
>> Your changes build on Windows fine.
>>
>> Alex
>>
>> https://codereview.appspot.com/7300078/
>>
>> --
>>
>> ---You received this message because you are subscribed to the Google Groups
>> "golang-dev" group.
>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-dev+unsubscribe@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
On 2013/02/21 18:51:21, akumar_mail.nanosouffle.net wrote:
> Where do we stand on this?
If you just want to fix a broken build, then do panic("unimplemented") for the
implementations of the relevant external functions. You can make them do real
work as a follow-up at your convenience. (I don't know the plan9 syscall
interface so I can't help.)
Issue 7300078: code review 7300078: exp/ssa/interp: fix build for Plan 9
(Closed)
Created 12 years, 1 month ago by ality
Modified 12 years ago
Reviewers:
Base URL:
Comments: 1