please run 'hg gofmt' to reformat the test case (they are not strictly required to ...
11 years, 6 months ago
(2013-09-11 18:51:15 UTC)
#2
please run 'hg gofmt' to reformat the test case
(they are not strictly required to be formatted,
since some test cases depend on spacing or such,
but this one has no reason not to be)
On 2013/09/11 18:51:15, rsc wrote: > please run 'hg gofmt' to reformat the test case ...
11 years, 6 months ago
(2013-09-11 19:32:34 UTC)
#3
On 2013/09/11 18:51:15, rsc wrote:
> please run 'hg gofmt' to reformat the test case
> (they are not strictly required to be formatted,
> since some test cases depend on spacing or such,
> but this one has no reason not to be)
I ran `hg gofmt` but it says 'no modified go files'. PTAL.
oh, right. and i explained why. gofmt -w test/fixedbugs/issue5793.go then. not a big deal. i ...
11 years, 6 months ago
(2013-09-11 21:15:27 UTC)
#4
oh, right. and i explained why.
gofmt -w test/fixedbugs/issue5793.go then.
not a big deal.
i will review the CL in a few hours. i just saw the "No newline at end of
file" in the mail.
Yes, definitely add a test. I am not sure you can rely on the inlining ...
11 years, 6 months ago
(2013-09-12 16:32:46 UTC)
#7
Yes, definitely add a test.
I am not sure you can rely on the inlining trick. People can compile with
inlining disabled (go build -gcflags -l; that's minus ell).
On 2013/09/12 16:32:46, rsc wrote: > Yes, definitely add a test. > > I am ...
11 years, 6 months ago
(2013-09-12 17:53:03 UTC)
#8
On 2013/09/12 16:32:46, rsc wrote:
> Yes, definitely add a test.
>
> I am not sure you can rely on the inlining trick. People can compile with
> inlining disabled (go build -gcflags -l; that's minus ell).
Just to update, I added an extra test to issue5793.go. Building the issue with
the inliner turned off is giving me strange results that I'm currently looking
in to. The data seems to be appended properly, but assignment causes a compiler
error due to a failed assignconv. I'll see if I can track that down within the
next couple of hours.
On 2013/09/12 17:53:03, cmang wrote: > On 2013/09/12 16:32:46, rsc wrote: > > Yes, definitely ...
11 years, 6 months ago
(2013-09-13 22:33:46 UTC)
#9
On 2013/09/12 17:53:03, cmang wrote:
> On 2013/09/12 16:32:46, rsc wrote:
> > Yes, definitely add a test.
> >
> > I am not sure you can rely on the inlining trick. People can compile with
> > inlining disabled (go build -gcflags -l; that's minus ell).
>
> Just to update, I added an extra test to issue5793.go. Building the issue with
> the inliner turned off is giving me strange results that I'm currently looking
> in to. The data seems to be appended properly, but assignment causes a
compiler
> error due to a failed assignconv. I'll see if I can track that down within the
> next couple of hours.
I've further modified walk.c and added a change to order.c to make this work
with inlining enabled or disabled. PTAL.
On 2013/12/20 16:26:00, gobot wrote: > Replacing golang-dev with golang-codereviews. Chris, Could you please bring ...
11 years, 1 month ago
(2014-01-31 00:06:22 UTC)
#12
On 2013/12/20 16:26:00, gobot wrote:
> Replacing golang-dev with golang-codereviews.
Chris,
Could you please bring this CL up to date and hg mail it again.
On 2014/01/31 00:06:22, dfc wrote: > On 2013/12/20 16:26:00, gobot wrote: > > Replacing golang-dev ...
11 years, 1 month ago
(2014-01-31 02:04:53 UTC)
#13
On 2014/01/31 00:06:22, dfc wrote:
> On 2013/12/20 16:26:00, gobot wrote:
> > Replacing golang-dev with golang-codereviews.
>
> Chris,
>
> Could you please bring this CL up to date and hg mail it again.
It should all be up-to-date now. There were no merging conflicts AFAICT. PTAL.
Issue 13367051: code review 13367051: cmd/gc: allow append and complex builtins to accept 2-r...
Created 11 years, 6 months ago by cmang
Modified 11 years ago
Reviewers:
Base URL:
Comments: 3