Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

[WIP] Feature/token color trie #2621

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    5502650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47b665 View commit details
    Browse the repository at this point in the history
  3. neaten reducer reset tidy up comment in bufferhighlight

    so it appears in documentation dropdown
    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    307caa3 View commit details
    Browse the repository at this point in the history
  4. Refactor token colors to pass token scopes as an array of strings

    update affected tests
    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    9176536 View commit details
    Browse the repository at this point in the history
  5. fix imports in token colors

    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    e86a79f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ac5668 View commit details
    Browse the repository at this point in the history
  7. fix lint errors

    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    693cb6b View commit details
    Browse the repository at this point in the history
  8. fix another lint error

    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    64998eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5543d5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a7939a View commit details
    Browse the repository at this point in the history
  11. update redux

    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    02df5bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    759df55 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30eda55 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83eccd8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4873456 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9379fe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be57820 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d261b29 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5825010 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c0c33f7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7a83fb5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4a43ca6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f248820 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b6daa27 View commit details
    Browse the repository at this point in the history
  25. add removal and update functionality to Trie

    add public keyword to as token color function of trieNode
    akinsho committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    53ffcfd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7d8281c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0446148 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    534103b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    47dda64 View commit details
    Browse the repository at this point in the history
  2. fix token scorer tests

    akinsho committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    0dd54b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    914d131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f318f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    6bdf316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f26fe View commit details
    Browse the repository at this point in the history
  3. add reminder comment to eventually remove the token colors array

    as this occupies ++ space in memory
    akinsho committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    bead38c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c8c86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc0ae4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28b3539 View commit details
    Browse the repository at this point in the history