Skip to content

Commit

Permalink
repl: remove stale TODO
Browse files Browse the repository at this point in the history
This issue got fixed a while back with the addition of ParseCompoundStatement.
  • Loading branch information
adonovan authored Mar 30, 2020
1 parent e8819e8 commit be5394c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
// for side effects.
package repl // import "go.starlark.net/repl"

// TODO(adonovan):
//
// - Unparenthesized tuples are not parsed as a single expression:
// >>> (1, 2)
// (1, 2)
// >>> 1, 2
// ...
// >>>
// This is not necessarily a bug.

import (
"context"
"fmt"
Expand Down

0 comments on commit be5394c

Please sign in to comment.