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: hedronvision/bazel-compile-commands-extractor Loading
base: 8df2238
Choose a base ref
...
head repository: hedronvision/bazel-compile-commands-extractor Loading
compare: 0befc09
Choose a head ref
  • 15 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7520149 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    07c307a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    f02c9a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    ff78a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b61e6 View commit details
    Browse the repository at this point in the history
  3. Tweaks/polish to #112

    cpsauer committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d7b365f View commit details
    Browse the repository at this point in the history
  4. Punctuation nit

    cpsauer committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    3541057 View commit details
    Browse the repository at this point in the history
  5. fix typo

    cpsauer committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a8be2f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    c4f7118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    143514e View commit details
    Browse the repository at this point in the history
  3. Abort if output will be empty

    See #109 for context
    cpsauer committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f738865 View commit details
    Browse the repository at this point in the history
  4. file based filter

    xinzhengzhang committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c13cf11 View commit details
    Browse the repository at this point in the history
  5. Unify --file parsing logic

    Promote multiple --file assert to log_error
    Why? It's a usage error we're communicating to the user, not a code invariant we're checking in debug mode.
    We could recover, but we don't, because we expect only automated usage and want to give clear feedback.
    
    More pythonic if
    
    Improve my --file flag messaging consistency
    
    Call library to escape regex
    Helps avoid edge cases! Also handles the most common special character, '.'
    
    Add an error to catch unsupported --file <file> form
    
    Tweak -- logic now that --file arguments could be after
    
    --file docs
    
    Make aquery spacing consistent
    
    Flip the if statement in constructor target_statment
    
    Use let to combine attr query
    
    Merge compile_commands.json if --file
    
    Small simplification: endswith already can take a tuple of possibilities (as elsewhere)
    
    Small simplification of header path for file flag.
    (This code section likely to be replaced later, though.)
    
    Fix my typo on --file= discoverable docs
    
    Some tweaks to merge
    Adds note about behavior, some edge case handling around other flags that might start with --file, permissions issues, etc.
    cpsauer authored and xinzhengzhang committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0ea3fd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4244747 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0befc09 View commit details
    Browse the repository at this point in the history
Loading