1. 24 Nov, 2021 2 commits
  2. 22 Nov, 2021 1 commit
  3. 19 Nov, 2021 9 commits
  4. 18 Nov, 2021 4 commits
  5. 17 Nov, 2021 6 commits
  6. 16 Nov, 2021 3 commits
  7. 15 Nov, 2021 3 commits
  8. 12 Nov, 2021 4 commits
  9. 11 Nov, 2021 6 commits
  10. 10 Nov, 2021 2 commits
    • Shagen Ogandzhanian's avatar
      Assert close enough refactoring (#370) · 39debd70
      Shagen Ogandzhanian authored
      * Introduce helper function fail
      
      * Simplify signatures for assertContentCloseEnough
      
      * In the middle of refactoring
      
      * Don't use nested assertions in assertCloseEnough family of functions
      
      * Platform-aware default epsilon
      
      * Correct one of assertion error messages
      
      * Yet another typo in a commit message
      39debd70
    • Oleksandr Karpovich's avatar
      Common TextBlob Builder (#368) · 3340df22
      Oleksandr Karpovich authored
      * TextBlobBuilder: common appendRun
      
      * TextBlobBuilder: common appendRunPosH
      
      * TextBlobBuilder: canAppendRunWithRSXform, canAppendRunWithPosition, canAppendMultipleTimes
      
      * drop commit (duplicates code from PR #356)
      
      * TextBlobBuilder: nAppendRun impl
      
      * TextBlobBuilder: appendRunPosH impl
      
      * TextBlobBuilder: AppendRunPos impl
      
      * TextBlobBuilder: appendRunRSXform impl
      
      * fix js test
      Co-authored-by: 's avatarOleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
      3340df22