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

Use ABSL_LOG macros over LOG macros #168

Merged
merged 4 commits into from
May 18, 2023
Merged

Use ABSL_LOG macros over LOG macros #168

merged 4 commits into from
May 18, 2023

Commits on May 18, 2023

  1. Use ABSL_LOG macros over LOG macros

    LOG causes macro pollution and conflicts with ProxyWasm SDK (see proxy-wasm/proxy-wasm-cpp-sdk#154).
    
    PiperOrigin-RevId: 533164114
    kyessenov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b35780e View commit details
    Browse the repository at this point in the history
  2. Refactor ListValueBuilder and MapValueBuilder ahead of introducin…

    …g `NewValueBuilder` to `ListType` and `MapType`
    
    PiperOrigin-RevId: 533189606
    jcking authored and kyessenov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1032d84 View commit details
    Browse the repository at this point in the history
  3. Add missing aliases to the wrapper types

    PiperOrigin-RevId: 533215268
    jcking authored and kyessenov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4c35665 View commit details
    Browse the repository at this point in the history
  4. Fix the remaining usages of LOG macro.

    Add "unused" attribute to public headers.
    
    PiperOrigin-RevId: 533217495
    kyessenov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c1a562a View commit details
    Browse the repository at this point in the history