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: fortio/log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: fortio/log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 1 commit
  • 8 files changed
  • 2 contributors

Commits on Jul 19, 2024

  1. tinygo support, goroutine hack change, fix panic for invalid stderr, …

    …add test (#66)
    
    * Fix panic for invalid stderr, add test
    
    * auto switch to stdout for wasm - manual tested
    
    * Throw the towel on goroutine, use the original directly, maintained for changes in linkname
    
    * add alternative used to benchmark
    
    * happy linters, happy life
    
    * Add comment about the mutex
    
    * review comments, thanks @ccoVeille for the thorough look
    
    * Update logger_test.go
    
    * Update logger_test.go
    
    indicate why we don't just use io.Discard, some more
    
    cc @ccoVeille
    
    * increase coverage where possible, ie not in init()
    
    * Apply suggestions from code review
    
    Co-authored-by: ccoVeille <[email protected]>
    
    * more explanations of
    
    ---------
    
    Co-authored-by: ccoVeille <[email protected]>
    ldemailly and ccoVeille authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2dbeb36 View commit details
    Browse the repository at this point in the history
Loading