Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of multiple assignments in inlining #60

Merged
merged 3 commits into from
Aug 31, 2020

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    a9da412 View commit details
    Browse the repository at this point in the history
  2. Prevents numeric literals from being inlined into index/slice nodes

    We can inline these into module instance statements, but we can't have
    something like `(7)[0]` so we prevent inlining of numeric literals into
    index/slice nodes.
    leonardt committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    20f0aff View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Merge pull request #61 from leonardt/prevent-inlining-num-literal

    Prevents numeric literals from being inlined into index/slice nodes
    leonardt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    fee27ae View commit details
    Browse the repository at this point in the history