Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:haskell/haskell-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:2.12.0.0
Choose a base ref
Loading
...
head repository:haskell/haskell-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Loading
  • 16commits
  • 103files changed
  • 11contributors

Commits on Sep 24, 2025

  1. Use edit-distance to fix typos in cabal fields (#4722)

    * Add levenshtein scoring function* Split off parallel matching from filtering* Allow varying the matcher used in completions* Add golden test for fixing field typos* Use `edit-distannce` instead of handrolling* Remove outdated comment from test files* Move `Matcher` type to cabal completion module
    @crtschin
    crtschin authoredSep 24, 2025
    Configuration menu
    Copy the full SHA
    91d2b48View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Prepare release 2.12.0.0

    @wz1000
    wz1000 committedSep 30, 2025
    Configuration menu
    Copy the full SHA
    020b5a0View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a1093View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    76b5fbcView commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. docs(ghcide): move most of the README in hls documentation (#3639) (#…

    …4739)* docs(ghcide): move most of the README in hls documentation (#3639)* Apply suggestions from code reviewCo-authored-by: fendor <fendor@users.noreply.github.com>* fix: link rtd* Apply suggestions from code reviewCo-authored-by: fendor <fendor@users.noreply.github.com>* fix: root README---------Co-authored-by: fendor <fendor@users.noreply.github.com>Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    @blackheaven@fendor@mergify
    3 people authoredOct 15, 2025
    Configuration menu
    Copy the full SHA
    b7a42b9View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. update contributing.md, adding instructions for configuring eglot to …

    …use a hacked HLS executable. (#4740)
    @morphismz
    morphismz authoredOct 16, 2025
    Configuration menu
    Copy the full SHA
    e2acc1cView commit details
    Browse the repository at this point in the history
  2. haskell-language-server: add plugin-tutorial cabal flag (#4738)

    Toggles building of the plugin-tutorial executableCo-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    @juhp@mergify
    juhp andmergify[bot] authoredOct 16, 2025
    Configuration menu
    Copy the full SHA
    03bde19View commit details
    Browse the repository at this point in the history
  3. Bump haskell-actions/setup from 2.8.1 to 2.8.2 (#4729)

    Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.8.1 to 2.8.2.- [Release notes](https://github.com/haskell-actions/setup/releases)- [Commits](haskell-actions/setup@v2.8.1...v2.8.2)---updated-dependencies:- dependency-name: haskell-actions/setup  dependency-version: 2.8.2  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredOct 16, 2025
    Configuration menu
    Copy the full SHA
    20d0c14View commit details
    Browse the repository at this point in the history
  4. Bump haskell-actions/setup in /.github/actions/setup-build (#4730)

    Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.8.1 to 2.8.2.- [Release notes](https://github.com/haskell-actions/setup/releases)- [Commits](haskell-actions/setup@v2.8.1...v2.8.2)---updated-dependencies:- dependency-name: haskell-actions/setup  dependency-version: 2.8.2  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    @dependabot@mergify
    dependabot[bot] andmergify[bot] authoredOct 16, 2025
    Configuration menu
    Copy the full SHA
    ff7a3c3View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Set the XDG_CACHE_HOME for tests (#4572)

    * Run all tests with temporary 'XDG_CACHE_HOME'This makes sure each test run is independent.Makes the tests* iface-error-test-1* iface-th-testless flaky locally.Should not have any effect on the CI flakiness issue.---Fix test cases to work with the temporary `XDG_CACHE_HOME`Some tests were launching additional HLS instances for the tests.Fixed, which should make the test slightly faster.* Run ghcide-tests if the hls-test-utils changesGhcide test infrastructure was refactored to depend on `hls-test-utils`.* Always use the same `mkHomeModLocation` for `mAIN_NAME`* Make cabal-add test directories considerably shorter* Make hls-test-root name shorter* Revert `mkHomeModLocation` changes* Overwrite test root dir on windows CI jobAdds support for the `HLS_TEST_ROOTDIR` which allows to overwrite thelocation for the test case artifacts.
    @fendor
    fendor authoredOct 28, 2025
    Configuration menu
    Copy the full SHA
    ffbf013View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Add code action to introduce_in numeric literals (#4716)

    * Specify `UnderscoreFormatType` per lit format* Emit underscore formatted literals* Assert regex patterns on formatted literal output* Add golden tests for underscore conversions* Add `NumericUnderscores` extension when needed* Remove fat-fingered whitespacesCo-authored-by: fendor <fendor@users.noreply.github.com>---------Co-authored-by: fendor <fendor@users.noreply.github.com>
    @crtschin@fendor
    crtschin andfendor authoredOct 29, 2025
    Configuration menu
    Copy the full SHA
    7d5bb28View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Add regression test for source plugins

    Demonstrates the issue#4631
    @fendor
    fendor committedNov 3, 2025
    Configuration menu
    Copy the full SHA
    59513ffView commit details
    Browse the repository at this point in the history
  2. Use the HscEnv after processing the ModSummary

    Makes sure we don't use the initialised plugins.Fixes#4631.
    @fendor
    fendor committedNov 3, 2025
    Configuration menu
    Copy the full SHA
    39519d6View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Rely on gitignore to exclude listed files in ghcide (#4665) (#4736)

    * Rely on gitignore to exclude listed files in ghcide (#4665)* doc: document expandFiles* fix: check thrown error (not found)* fix: add log when using git
    @blackheaven
    blackheaven authoredNov 11, 2025
    Configuration menu
    Copy the full SHA
    1078d4bView commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    88ccebeView commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Add default-extension completions in .cabal files (#4766)

    Suggest all known language extensions for the `default-extensions` fieldin .cabal files.Also add a new variation, `mkParameterisedTestCaseM`, of `mkParameterisedTestCase` which takesan Assertion instead checking for equality of the given values.
    @VeryMilkyJoe
    VeryMilkyJoe authoredNov 27, 2025
    Configuration menu
    Copy the full SHA
    4808791View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp