LGTM
On Mar 8, 2010, at 1:49 PM, iant@golang.org wrote:
> Reviewers: gri, r,
>
> Message:
> Hello gri, r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> Complex values may only be compared for equality or inequality.
>
> Please review this at http://codereview.appspot.com/294042/show
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -1369,9 +1369,9 @@
> <p>
> Except as noted, values of any type may be compared to other values of
> <a href="#Type_compatibility">compatible static type</a>.
> -Values of numeric and string type may be compared using the
> +Values of integer, floating-point, and string type may be compared
> using the
> full range of <a href="#Comparison_operators;">comparison operators</
> a>;
> -booleans may be compared only for equality or inequality.
> +booleans and complex values may be compared only for equality or
> inequality.
> </p>
>
> <p>
>
>
LGTM
On Mon, Mar 8, 2010 at 1:49 PM, <iant@golang.org> wrote:
> Reviewers: gri, r,
>
> Message:
> Hello gri, r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> Complex values may only be compared for equality or inequality.
>
> Please review this at http://codereview.appspot.com/294042/show
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -1369,9 +1369,9 @@
> <p>
> Except as noted, values of any type may be compared to other values of
> <a href="#Type_compatibility">compatible static type</a>.
> -Values of numeric and string type may be compared using the
> +Values of integer, floating-point, and string type may be compared using
> the
> full range of <a href="#Comparison_operators;">comparison operators</a>;
> -booleans may be compared only for equality or inequality.
> +booleans and complex values may be compared only for equality or
> inequality.
> </p>
>
> <p>
>
>
>
Issue 294042: code review 294042: Complex values may only be compared for equality or ine...
(Closed)
Created 15 years ago by iant
Modified 15 years ago
Reviewers:
Base URL:
Comments: 0