Commit Graph

40818 Commits

Author SHA1 Message Date
Andrew Dupont
133ffe21e1 Merge master into tree-sitter-hell 2023-05-09 16:01:10 -07:00
Maurício Szabo
9eba119fa8 Fixed regexp error message 2023-05-09 19:54:59 -03:00
Maurício Szabo
b8ad056f5e Trigger builds on master too 2023-05-09 16:59:21 -03:00
Maurício Szabo
0271b47908 Fix flaky test on find-and-replace 2023-05-09 16:54:30 -03:00
Maurício Szabo
815ced856b Disabled symbols-view for now 2023-05-09 16:50:53 -03:00
Maurício Szabo
043578d97c
Merge pull request #493 from pulsar-edit/remove-cache-of-incompatibilities
Remove cache of incompatible native packages
2023-05-09 14:08:21 -03:00
Maurício Szabo
c5ce04c59c
Merge pull request #515 from pulsar-edit/fuzzy-finder
Simplify and bundle fuzzy-finder
2023-05-09 14:05:31 -03:00
mauricioszabo
dc877cca7e GH Action Documentation 2023-05-09 14:50:12 +00:00
Maurício Szabo
0b62d2907f Merge remote-tracking branch 'origin/master' into fuzzy-finder 2023-05-09 11:48:56 -03:00
Maurício Szabo
7bc10280c2
Merge pull request #517 from pulsar-edit/bundle-find-and-replace
Bundle find and replace
2023-05-09 11:46:57 -03:00
Maurício Szabo
e67d0bbe36 Fix readme for core packages 2023-05-09 11:46:36 -03:00
Maurício Szabo
e67144a83c Fix readme for package 2023-05-09 11:45:48 -03:00
confused-Techie
20988821ba GH Action Documentation 2023-05-09 00:38:03 +00:00
confused_techie
113d569434
Merge pull request #513 from pulsar-edit/bundle-tree-view
Bundle tree view
2023-05-08 17:35:04 -07:00
Maurício Szabo
619d13e21c Fixed test with the right UTF-8 char 2023-05-08 10:29:32 -03:00
Maurício Szabo
3c19b114d0 Checking conditions on more tests 2023-05-08 00:12:32 -03:00
Maurício Szabo
84a5667724 Fixed test (that was EASY) 2023-05-08 00:07:31 -03:00
Maurício Szabo
75620a2997 Fixed most project-view search tests 2023-05-06 01:38:01 -03:00
Maurício Szabo
f5faf611e8 More fixes on project-view specs 2023-05-06 01:21:19 -03:00
Maurício Szabo
f84e7c257d Starting to work on project-view tests 2023-05-06 01:16:30 -03:00
Maurício Szabo
0229e4af2d Fix another results-view test 2023-05-06 01:16:15 -03:00
Maurício Szabo
1c22f3a454 Migrating wait promise to helper 2023-05-06 00:35:57 -03:00
Maurício Szabo
f67477ef14 Fixing all results-view tests 2023-05-06 00:35:39 -03:00
Maurício Szabo
ff595f2331 Fixed most specs for results-view 2023-05-06 00:13:56 -03:00
Maurício Szabo
818d546593 Updated package.json and lockfile 2023-05-05 23:10:31 -03:00
Maurício Szabo
05f6ad8afd Fixed tests for find-view-spec 2023-05-05 23:06:50 -03:00
Maurício Szabo
27faf0dd4d Fixing another test 2023-05-05 23:02:07 -03:00
Maurício Szabo
d9709c1029 You actually don't, you just need to test better 2023-05-05 22:58:02 -03:00
Maurício Szabo
b9f2940e7f Disabled some tests, fixed others 2023-05-05 22:57:00 -03:00
Maurício Szabo
3637cd6934 Bundling find-and-replace 2023-05-05 19:38:34 -03:00
Andrew Dupont
31f67b9fd6 Give onlyIf(Not)Type ability…
…to accept multiple node types.
2023-05-04 21:28:39 -07:00
Andrew Dupont
ef90e16bda Fix bug in WASMTreeSitterLanguageMode#parse 2023-05-04 21:27:36 -07:00
Andrew Dupont
a2f3c9e25a Fix typo 2023-05-04 21:26:17 -07:00
Maurício Szabo
0f23c2e6a6 Less whitespace, please 2023-05-05 00:55:26 -03:00
Maurício Szabo
95db989300 Fixed some tests on fuzzy-finder 2023-05-05 00:53:17 -03:00
Maurício Szabo
6e099e5e6f Adding wrench to deps because of tests :'( 2023-05-04 19:34:22 -03:00
Andrew Dupont
d5f4d056fd Fix bug introduced with async parse…
…where such a parse could fail because the source text changes in the middle of
the parse.

The change I introduced yesterday made it possible for an async parse job to get
confused because its source text has changed in between async jobs. To prevent
this, the buffer text must remain constant during the parse, but should use the
most current buffer text _after_ the parse.
2023-05-03 15:04:38 -07:00
Maurício Szabo
52430053fc Fuzzy native is now the only option 2023-05-03 12:41:44 -03:00
Maurício Szabo
270b838708 Removing "score system" enum 2023-05-03 12:37:39 -03:00
Maurício Szabo
ec4965a0d3 Removed "standard" score tests 2023-05-03 12:37:00 -03:00
Maurício Szabo
0cbd4c9b8b Removed fuzzaldrin-plus 2023-05-03 12:34:39 -03:00
Maurício Szabo
80ae78d587 Back to "native fuzzy finder 2023-05-03 12:33:35 -03:00
Maurício Szabo
23e8c554b7 Fixed another instance of fs-plus 2023-05-02 21:50:28 -03:00
Maurício Szabo
66d34f4a39 Using local fuzzy-finder 2023-05-02 21:50:05 -03:00
Maurício Szabo
9d768e230a Using Zadeh 2023-05-02 21:50:00 -03:00
Maurício Szabo
f1a9be5c79 Removed one more instance of fs-plus 2023-05-02 21:25:26 -03:00
Maurício Szabo
9f04b5996e Moving dependencies to their correct places 2023-05-02 21:06:56 -03:00
Maurício Szabo
6c1af8cb5b Removed fs-plus from two files 2023-05-02 20:56:24 -03:00
Maurício Szabo
06550ec92d Removed unused CSS 2023-05-02 20:48:34 -03:00
Maurício Szabo
90566ed772 Added fuzzy-finder without some experimental stuff
I could not find a way to get the "experimental prompt" to work, and it
seems that's tied to the current way of fuzzy finding things; the
current way it's one that we want to change, so that's why it's removed.
2023-05-02 20:47:16 -03:00