Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Set nil pointer to string nil when converting key values. #230

Merged
merged 2 commits into from Jan 24, 2020

Commits on Jan 23, 2020

  1. Set nil pointer to string nil when converting key values.

    This causes a panic that will be recovered by the fmt package.
    Altought on darwin this makes any project using open tracing impossible to debug.
    
    see cortexproject/cortex#1712
    
    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 23, 2020
    Copy the full SHA
    43e0299 View commit details
    Browse the repository at this point in the history
  2. Adds some tests for InterleavedKVToFields.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 23, 2020
    Copy the full SHA
    66f56a2 View commit details
    Browse the repository at this point in the history