Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne committed Nov 5, 2024
1 parent 1ce2777 commit be673bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions compiler/parser/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"strconv"

"github.com/brimdata/super/compiler/ast"
"github.com/kr/pretty"
)

func sliceOf[E any](s any) []E {
Expand All @@ -31,9 +30,6 @@ func newPrimitive(c *current, typ, text string) *ast.Primitive {
}

func makeBinaryExprChain(first, rest any, c *current) any {
if _, ok := first.(ast.Expr); !ok {
pretty.Println("BINARY EXPR", first)
}
ret := first.(ast.Expr)
for _, p := range rest.([]any) {
part := p.([]any)
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require (
github.com/gorilla/mux v1.7.5-0.20200711200521-98cb6bf42e08
github.com/gosuri/uilive v0.0.4
github.com/hashicorp/golang-lru/arc/v2 v2.0.7
github.com/kr/pretty v0.1.0
github.com/kr/text v0.2.0
github.com/lestrrat-go/strftime v1.0.6
github.com/paulbellamy/ratecounter v0.2.0
Expand Down

0 comments on commit be673bb

Please sign in to comment.