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 #3285 #124

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Fix #3285 #124

merged 2 commits into from
Jan 29, 2021

Commits on Jan 13, 2021

  1. Fix #3258

    Paths for generated code that's excluded by vcs, but then included
    explicitly, were wrong because they appared in the exclude list during
    Builder.find_excluded_files(). I changed find_excluded_files to not
    exclude files which are explicitly included, by taking a set difference.
    
    Added a test for this case.
    Audun Skaugen committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    832b10b View commit details
    Browse the repository at this point in the history
  2. Black formatting

    Audun Skaugen committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b2d24fd View commit details
    Browse the repository at this point in the history