Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ConsenSysDiligence/python-solidity-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: florian1345/python-solidity-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 12, 2022

  1. Various fixes/missing fields

    - Added `name` field to `TypeDefinition` nodes
    - Added `isVirtual` and `isOverride` fields to `ModifierDefinition` nodes
    - Added support for parsing for `FunctionCallOptions` (of the form `fn{key=value}(args)`)
    - Added support for parsing `IndexRangeAccess`es (of the form `array[from:to]`)
    - Fixed parser discarding all variable declarations in a variable declaration list if one is `None`
    - Fixed parser failing if an assembly member's identifier is a list
    - Fixed parser failing an assembly assignment to a member
    - Added proper nodes for the `ReturnStatement`, `BreakStatement`, and `ContinueStatement`
    florian1345 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    eee4803 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. More fixes

    - Added "isDeclaredImmutable" to variable declaration, similar to "isDeclaredConst"
    - Rendered omitted loop expressions in for loops as None instead of an ExpressionStatement with None as its expression
    - Added storageLocation field to variable declarations inside a variable declaration list
    florian1345 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    eb548d1 View commit details
    Browse the repository at this point in the history
Loading