Skip to content
Snippets Groups Projects
  1. Oct 08, 2022
  2. Oct 07, 2022
  3. Oct 06, 2022
  4. Oct 05, 2022
  5. Oct 03, 2022
  6. Sep 29, 2022
  7. Sep 28, 2022
  8. Sep 27, 2022
    • Berk Özkütük's avatar
      Use nixpkgs variants of Sphinx packages (#3227) · 468db6f2
      Berk Özkütük authored
      This commit replaces manually specified `myst-parser` and `sphinx_rtd_theme`
      packages with their counterparts already packaged on nixpkgs. With this
      change, `poetry2nix` is no more used, therefore that is removed as well.
      468db6f2
  9. Sep 26, 2022
  10. Sep 25, 2022
  11. Sep 24, 2022
  12. Sep 23, 2022
  13. Sep 22, 2022
  14. Sep 21, 2022
    • Pepe Iborra's avatar
      Log plugin name and attribute errors to plugins (#3194) · dca5cc36
      Pepe Iborra authored
      * Log plugin name
      
      * redundant import
      
      * Attribute response error logs to plugins
      
      * remove redundant plugin names from error messages
      
      * improve pretty printing
      
      * Avoid show
      
      * simplify test messages
      
      * Fix
      dca5cc36
    • Lei Zhu's avatar
      Fix broken call-hierarchy-plugin-tests for type signatures (#3188) · b547d4e9
      Lei Zhu authored
      
      * Fix broken tests for signatures
      
      * Remove unused Maybe
      
      * Refactir prepare
      
      * Refactor incoming and outgoing calls
      
      * Fix doc format
      
      Co-authored-by: default avatarPepe Iborra <pepeiborra@gmail.com>
      Co-authored-by: default avatarMichael Peyton Jones <me@michaelpj.com>
      b547d4e9
    • Aarush Bhat's avatar
      Feat: Folding Ranges (#3058) · 42bcf922
      Aarush Bhat authored
      
      * save some progress: add basic starter code for folding ranges
      
      * save some progress: add function to traverse through coderange and form folding ranges
      
      * save some progress: add parsing of folding ranges
      
      * fix: maybe issue with foldingRanges
      
      * add: generate folding ranges from coderange
      
      * add: plugin request method instance for folding ranges
      
      * ref: alter function and var names
      
      * post review: cleanup crk to frk & fix typo
      
      * fix: find folding ranges function
      
      * format: run formatter and add comments
      
      * fix: return all response results of folding range request
      
      * Revert "format: run formatter and add comments"
      
      This reverts commit e6a2b5ca3e8232bc082ce84d22545a5bd462a2ff.
      
      * add: removed comments after revert
      
      * fix: formatting
      
      * docs: add folding range to features section and cabal file
      
      * refactor: use destructuring for createFoldingRange function and use characters
      
      * test: add basic unit test for findFoldingRanges function
      
      * test: add tests for children and code kind
      
      * test: add more test cases
      
      * test: add test for createFoldingRange
      
      * test: add integration test for folding ranges
      
      * fix: duplicate start line foldingranges and remove single line
      foldingranges
      
      * refactor: duplicate folding range functionality
      
      * fix: formatting in code range plugin
      
      * added more descriptive comments and encorporate code review suggestions
      
      * revert: automatic formatting for selection range test case file
      
      * fix: ignoring children if root fails to provide folding ranges
      
      * remove: redundant match on crkToFrk
      
      * revert: filtering same line foldings and multiple foldings on the same line as it can be handled by clients
      
      * revert: formatting change to selection range test file
      
      * fix: entire file folding because of root node
      
      Co-authored-by: default avatarKobayashi <contact@zelinf.net>
      42bcf922
  15. Sep 19, 2022
  16. Sep 18, 2022
  17. Sep 17, 2022
  18. Sep 16, 2022
    • Guillaume Bouchard's avatar
      Merge pull request #3133 from haskell/nix-ghc94 · a66a6c5b
      Guillaume Bouchard authored
      nix: fix nix environment for GHC 9.4
      a66a6c5b
    • Guillaume Bouchard's avatar
      nix: fix nix environment · 88a1dbbb
      Guillaume Bouchard authored
      - Bumped nixpkgs, so that's a true GHC 9.4.2 and not 9.4.0, which was
        failing in cabal which because it was detecting <=9.4.1.
      - Fixed GHC 9.4 overrides for dependencies
      - Use the "default" GHC environment for tooling in the shell. Hence it
        rebuilds less.
      - I introduced a flake for cabal-hashes, hence it can be updated
        automatically (with `nix flake update`) and hence we can use
        `callHackage` for any hackage package.
      88a1dbbb
  19. Sep 15, 2022
Loading