Giter Club home page Giter Club logo

Comments (4)

d4l3k avatar d4l3k commented on July 29, 2024

Could you provide a few more details to the system you're running it on? I'm having a hard time reproducing it.

Letting me know the output of go version and your operating system version would be appreciated.

You could also try running:

go get -u github.com/d4l3k/go-pry

Likely that won't help, but it doesn't hurt to try.

from go-pry.

hackervera avatar hackervera commented on July 29, 2024
hhadmin@local:~$ go version
go version go1.3.3 linux/amd64

hhadmin@local:~$ cat /etc/issue
Debian GNU/Linux 7 \n \l

hhadmin@local:~$ go get -u github.com/d4l3k/go-pry
# github.com/d4l3k/go-pry
go/src/github.com/d4l3k/go-pry/main.go:162: syntax error: unexpected range, expecting {
go/src/github.com/d4l3k/go-pry/main.go:167: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:168: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:169: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:180: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:181: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:182: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:189: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:191: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:196: non-declaration statement outside function body
go/src/github.com/d4l3k/go-pry/main.go:196: too many errors

from go-pry.

d4l3k avatar d4l3k commented on July 29, 2024

I've setup a Debian install with go1.3.3 and am able to reproduce.

I've also added 1.3.3 as a build target to TravisCI:

d6d9548

https://travis-ci.org/d4l3k/go-pry/jobs/76549834

Seems like it's isolated to 1.3.3. One short term fix would be to install a newer version especially considering Go 1.5 is out.

from go-pry.

d4l3k avatar d4l3k commented on July 29, 2024

Turns out that omiting the params in go1.3.3 throws an error.

for range make([]int, 10) {
  // This doesn't work
}
for _ = range make([]int, 10) {
  // This does
}

from go-pry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.