Giter Site home page Giter Site logo

gaesdk's People

Contributors

filipenos avatar

Watchers

 avatar  avatar

gaesdk's Issues

Lazy load version detection as it issues HTTP request

Instead of loading a remote URL at init(), this should be done after parsing the arguments, as the default version is overwrittern by user using the --version flag.

Also, there can be some problems in doing HTTP requests at init(), as it should in theory, be as low as possible work on that function.

The extraction process is verbose by default

The output shows up all unpacking activity. This is nice locally, but if you are doing it from the Cloud Shell or any other remote SSH connection, this can be a problem. It would be nice to be able to make it quiet, either by default (my recommendation) and enable a --verbose|-v flag, or implement the --quiet|-q flag, so minimal output is displayed.

Thanks!

BUG: the extracted SDK may not work at all

The problem with the current aproach is that it is not deterministic in terms of file extraction ordering, and the extracted SDK file attributes (such as modification time) are not kept. Either you should keep them, or you should make sure that the extracted goroot folder has the higher mtimes. Otherwise, when running programs such as goapp will throw some build failures due to missing sources.

My suggestion, attempt to keep the mtime attribute, or follow the file ordering from the zip structure. Using the filepath.walk does not guarantee any ordering as it does the process concurrently, and ordering in this particular case is important.

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.