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: module names can no longer collide with keywords or builtins #595

Merged
merged 4 commits into from
Sep 15, 2020

Commits on Sep 15, 2020

  1. fix: module names can no longer collide with keywords or builtinsg

    E.g. protobuf/any.proto will be imported as
    
    from google.protobuf import any_pb2 as gp_any # Was previously 'as any'
    software-dov committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7f1515c View commit details
    Browse the repository at this point in the history
  2. Fix

    software-dov committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e904920 View commit details
    Browse the repository at this point in the history
  3. Style

    software-dov committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    96a59b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    665faa1 View commit details
    Browse the repository at this point in the history