Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork412
Comparing changes
Open a pull request
base repository:haskell/haskell-language-server
Uh oh!
There was an error while loading.Please reload this page.
base:2.12.0.0
head repository:haskell/haskell-language-server
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 16commits
- 103files changed
- 11contributors
Commits on Sep 24, 2025
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
Commits on Sep 30, 2025
- wz1000 committed
Sep 30, 2025
Commits on Oct 15, 2025
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>
Commits on Oct 16, 2025
update contributing.md, adding instructions for configuring eglot to …
…use a hacked HLS executable. (#4740)
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>
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>
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>
Commits on Oct 28, 2025
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.
Commits on Oct 29, 2025
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>
Commits on Nov 3, 2025
Use the HscEnv after processing the ModSummary
Makes sure we don't use the initialised plugins.Fixes#4631.
Commits on Nov 11, 2025
Commits on Nov 27, 2025
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.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 2.12.0.0...master
Uh oh!
There was an error while loading.Please reload this page.