Coder Social home page Coder Social logo

undefined: revel.Walk on go get about cmd HOT 6 CLOSED

revel avatar revel commented on June 11, 2024
undefined: revel.Walk on go get

from cmd.

Comments (6)

xoen avatar xoen commented on June 11, 2024

This could be caused by this: #20 - Looks like Walk is on last version of revel but not on the old one we're using (v0.12.0-1-g83c6204 / 83c62046c726f36daec7a28a335521f94b2561a6 according to Godep).

from cmd.

xoen avatar xoen commented on June 11, 2024

I'm trying to bump the github.com/revel/revel package (which is a bit scary). Tests seem to pass locally, hopefully it will not break anything.

Is this config change the only required change on the code? Rename the watcher = true to watch = true in the app.config file?

from cmd.

jeevatkm avatar jeevatkm commented on June 11, 2024

@xoen - You may know this, however I will describe it.

revel.Walk is introduced in v0.13.0 release, if you have correct version of revel/revel & cmd/revel you will not have any issues.

Let's say you already have github.com/revel/revel and github.com/revel/cmd/revel on GOPATH then to get an updated version, please use go get with -u to get updated version.

go get -u github.com/revel/revel
go get -u github.com/revel/cmd/revel

Next, yes only breaking change is config name as described in the release notes.

Next, every revel/revel release will have corresponding release on cmd/revel repo.

Can you please describe about scary part you mentioned above?

from cmd.

xoen avatar xoen commented on June 11, 2024

Hi @jeevatkm yep, revel/cmd is not part of our Godeps and we go get before running the tests. Unfortunately there is no way to go get a specific version therefore the issue (as I can't lock both packages).

I updated revel and so far we didn't see any problems (on staging).

from cmd.

xoen avatar xoen commented on June 11, 2024

BTW, I think this can be closed as upgrade revel/revel solves the problem.

from cmd.

jeevatkm avatar jeevatkm commented on June 11, 2024

Thanks for your update, good to hear that. Just a thought may be you can try cloning specific version of revel/cmd from github tags corresponding to revel/revel as part of CI.

from cmd.

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.