1. 27 9月, 2017 1 次提交
  2. 25 9月, 2017 5 次提交
  3. 22 9月, 2017 3 次提交
  4. 21 9月, 2017 2 次提交
  5. 20 9月, 2017 2 次提交
  6. 19 9月, 2017 2 次提交
    • I
      introduce resources.dirname, fixes label in no-tab view · 0359e059
      isidor 提交于
      0359e059
    • K
      Fix tests and out of bounds in scorer (#34576) · 88ed834b
      Keegan Carruthers-Smith 提交于
      * Don't sort scores in test
      
      This test was a noop, because sort sorted `scores` as well. After this change,
      the test fails. It passes after the following changes:
      
      * hw should be a higher score than just H, since the w appears after a word
        separator.
      * Same with ld and L.
      * Change target so that L comes before l. The scorer algorithm is greedy, so
        will not match the upper case L otherwise, which is the point of that specific
        case.
      
      * Use correct index for same case bonus
      
      `indexOf` is the index into `target`, while `index` is the correct index into
      `query`.
      
      * Return early for query length larger than target
      88ed834b
  7. 18 9月, 2017 2 次提交
  8. 15 9月, 2017 7 次提交
  9. 14 9月, 2017 3 次提交
  10. 13 9月, 2017 2 次提交
  11. 12 9月, 2017 2 次提交
  12. 09 9月, 2017 1 次提交
  13. 06 9月, 2017 2 次提交
  14. 04 9月, 2017 6 次提交