Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BloopAI/bloop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: BloopAI/bloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 3 commits
  • 29 files changed
  • 2 contributors

Commits on Feb 2, 2024

  1. Fix long queries at /q (#1223)

    This fixes code search against repos where the name is longer than 5
    characters.
    
    The general strategy here is to bail out of case permutations if any
    tokens in the generated token stream are too long. This means that for a
    query like `repo:foobar quux`, the `quux` portion will match in a
    case-insensitive fashion, while the repo `foobar` must match case
    exactly.
    calyptobai authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4bbd4dc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Support alternative input type for Chinese users (#1224)

    * support alternative input type for chinese users
    
    * add input type to settings to allow users to choose input type
    anastasiya1155 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9d7adba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2670203 View commit details
    Browse the repository at this point in the history
Loading