Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grab the completion prefix correctly #3659

Merged
merged 22 commits into from
May 21, 2024
Merged

Commits on May 13, 2024

  1. Cache completion results and grab the completion prefix correctly

    This PR makes the CIDER completions behave correctly and minimizes
    round trips to nrepl to gather completions.
    
    Tested with the `flex` and `orderless` completion styles.
    
    What should we do with `cider-company-enable-fuzzy-completion`? With
    this we can remove the CIDER completion style. Should
    `cider-company-enable-fuzzy-completion` just mirror the behaviour of `cider-enable-flex-completion`?
    toniz4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    feed6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1a7fb View commit details
    Browse the repository at this point in the history
  3. Fix tests

    toniz4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3ee4377 View commit details
    Browse the repository at this point in the history
  4. Make the caching smarter

    toniz4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a20aa8d View commit details
    Browse the repository at this point in the history
  5. pattern -> prefix

    toniz4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0488876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e909437 View commit details
    Browse the repository at this point in the history
  7. equal -> string=

    toniz4 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f3f8173 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Keep the cache inside the capf

    toniz4 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c653fab View commit details
    Browse the repository at this point in the history
  2. fix spelling

    toniz4 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8b06606 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix comments

    toniz4 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e61e7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd03ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d017d2a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    ebd7866 View commit details
    Browse the repository at this point in the history
  2. fix spelling

    toniz4 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c78b2d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91245c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54ebdf0 View commit details
    Browse the repository at this point in the history
  5. fix spelling

    toniz4 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9816690 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update docs

    toniz4 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a195f68 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG.md

    toniz4 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6cd296b View commit details
    Browse the repository at this point in the history
  3. fix spelling

    toniz4 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    59ab7c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8634443 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    68506b5 View commit details
    Browse the repository at this point in the history