On 2014/03/27 11:58:43, r wrote: > LGTM Instead of changing the export data grammar to ...
11 years, 7 months ago
(2014-03-27 17:12:20 UTC)
#3
On 2014/03/27 11:58:43, r wrote:
> LGTM
Instead of changing the export data grammar to accept '+-' an alternative is to
fix Vconv in gc/fmt.c to avoid bad sequences when imaginary part is negative.
On Thu, Mar 27, 2014 at 1:12 PM, <remyoudompheng@gmail.com> wrote: > Instead of changing the ...
11 years, 7 months ago
(2014-03-27 18:40:03 UTC)
#4
On Thu, Mar 27, 2014 at 1:12 PM, <remyoudompheng@gmail.com> wrote:
> Instead of changing the export data grammar to accept '+-' an
> alternative is to fix Vconv in gc/fmt.c to avoid bad sequences when
> imaginary part is negative.
>
I tried this, but our parser doesn't accept a-bi either.
issue7648_2.go:2: syntax error: unexpected -, expecting +
On Thursday, March 27, 2014 2:39:43 PM UTC-4, minux wrote: > On Thu, Mar 27, ...
11 years, 6 months ago
(2014-03-31 19:27:23 UTC)
#5
On Thursday, March 27, 2014 2:39:43 PM UTC-4, minux wrote:
> On Thu, Mar 27, 2014 at 1:12 PM, <remyoud...@gmail.com> wrote:
>
>
> Instead of changing the export data grammar to accept '+-' an
>
>
>
> alternative is to fix Vconv in gc/fmt.c to avoid bad sequences when
>
> imaginary part is negative.
>
> I tried this, but our parser doesn't accept a-bi either.
> issue7648_2.go:2: syntax error: unexpected -, expecting +
minux, thanks for the quick fix on this bug. Is anything else blocking
submission?
On Mon, Mar 31, 2014 at 3:27 PM, <jscrockett01@gmail.com> wrote: > On Thursday, March 27, ...
11 years, 6 months ago
(2014-03-31 19:31:40 UTC)
#6
On Mon, Mar 31, 2014 at 3:27 PM, <jscrockett01@gmail.com> wrote:
> On Thursday, March 27, 2014 2:39:43 PM UTC-4, minux wrote:
> > On Thu, Mar 27, 2014 at 1:12 PM, <remyoud...@gmail.com> wrote:
> > Instead of changing the export data grammar to accept '+-' an
> > alternative is to fix Vconv in gc/fmt.c to avoid bad sequences when
> > imaginary part is negative.
> > I tried this, but our parser doesn't accept a-bi either.
> > issue7648_2.go:2: syntax error: unexpected -, expecting +
> minux, thanks for the quick fix on this bug. Is anything else blocking
> submission?
I'm waiting for Remy's feedback.
Issue 80560045: code review 80560045: cmd/gc: fix spurious "bad negated constant" for complex...
(Closed)
Created 11 years, 7 months ago by minux1
Modified 11 years, 6 months ago
Reviewers:
Base URL:
Comments: 0