Code Monkey home page Code Monkey logo

Comments (1)

cameel avatar cameel commented on June 11, 2024

This is not a bug, on 0.7.x you just need different options to get an AST that --import-ast can handle. Use --combined-json ast,compact-format or better --ast-compact-json.

Historically the format of the AST we output changed a few times. The ones I'm aware of:

  • --ast CLI option produces legacy non-JSON format, removed in 0.6.0
  • --ast-json CLI option produces legacy non-compact JSON format, removed in 0.8.0
  • --ast-compact-json CLI option produces compact JSON format that we support now.
  • In Standard JSON we now only have ast, which is the compact format. We used to have legacyAST there too and off the top of my head I'm not sure which of the legacy formats it produced. legacyAST was removed from Standard JSON in 0.8.0 in any case.

--import-ast expects the compact format.

Now, the problem with --combined-json is that in 0.8.0 we changed its format:

  • On 0.7.x --combined-json ast produced the non-compact format and --combined-json ast,compact-format produced the compact format.
  • On 0.8.x --combined-json ast produces the compact format and compact-format was removed from --combined-json.

Solidity v0.8.0 Breaking Changes > Interface Changes mentions this but very vaguely and not in a way that would help anyone who was not already somewhat aware of what those options were doing. Other than that, I don't think we ever had the various formats, their differences and options properly documented. Unfortunately we can't amend docs for old versions. I also don't think this really has a place in the current docs, since it's more of a historical trivia.

from solidity.

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.