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

Rename implementation #1878

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e21bb6b
Added rename symbol implementation (does not work for types yet) in R…
Apr 13, 2021
3c57f8c
renamed RenameSymbol.hs plugin to Rename.hs, cleaned initial file str…
OliverMadine May 30, 2021
2c71be1
Initial rename package structure and test stucture
OliverMadine May 30, 2021
ba0934f
Merge branch 'haskell:master' into rename-symbol
OliverMadine May 30, 2021
966ead0
removed default cabal main file, declared rename capability
OliverMadine May 30, 2021
6634bc5
initial test cases
OliverMadine May 30, 2021
c5b6bbf
Renaming of type constructors, Renaming of qualified names
OliverMadine May 31, 2021
5058801
GADT test case
OliverMadine May 31, 2021
a80bf10
Merge branch 'haskell:master' into rename-symbol
OliverMadine May 31, 2021
fc65cbf
Initial integration with retrie
OliverMadine Jul 8, 2021
90ff9ba
updated session to use getCompilerOptions
OliverMadine Jul 8, 2021
67a7bc5
use custom context updater
OliverMadine Jul 9, 2021
57f8c08
Use direct reference locations
OliverMadine Jul 19, 2021
db9d9cc
ignore rename tests, rebase master
OliverMadine Jul 19, 2021
ff17055
add rename plugin to 9.0.1 yaml
OliverMadine Jul 19, 2021
112dd6c
bump retrie build-depend
OliverMadine Jul 20, 2021
5d85454
bump retrie version in stack yamls
OliverMadine Jul 20, 2021
76f80d3
use getNodeIds in AtPoint
OliverMadine Jul 20, 2021
99acac2
indentation
OliverMadine Jul 20, 2021
017aac3
groundwork for renaming declarations
OliverMadine Jul 25, 2021
21ba6e0
rebase master
OliverMadine Jul 25, 2021
f7c2b7d
rename LHS of function decls
OliverMadine Aug 1, 2021
6fdb465
type/data decl renames, type sig renames
OliverMadine Aug 5, 2021
1f00944
fix: only rename rhs when lhs successfully renames
OliverMadine Aug 6, 2021
f0d9dfc
rename export list, rename recursive data types
OliverMadine Aug 7, 2021
77d3f10
rename import / hiding lists
OliverMadine Aug 10, 2021
82405e5
fix: rename all LHSs of functions with multiple definition
OliverMadine Aug 10, 2021
2954225
fix: rename self-recursive functions
OliverMadine Aug 10, 2021
9e90f53
Limit retrie rewrite locations to references locations, organise/add …
OliverMadine Aug 12, 2021
b54a952
disable plugin in stack for < ghc 8.8
OliverMadine Aug 12, 2021
75f4110
code style
OliverMadine Aug 14, 2021
392dc94
qualified renames
OliverMadine Aug 14, 2021
93d41fe
fix: use isQualifiedImport to test for qualified
OliverMadine Aug 14, 2021
545e1aa
bump retrie version in stack for ghc 8.6.*
OliverMadine Aug 14, 2021
c247a55
rebase master
OliverMadine Aug 14, 2021
e9e2920
code style
OliverMadine Aug 14, 2021
6827544
disable for ghc 8.6.5/8.6.4/9.0.1
OliverMadine Aug 14, 2021
57f4b45
add rename to stack 8.6.* package list
OliverMadine Aug 14, 2021
373ac3d
update nix config with plugin
OliverMadine Aug 15, 2021
abe3e2d
extra test cases, test consistency, code style
OliverMadine Aug 15, 2021
03693f2
return response error fro ghc < 8.8
OliverMadine Aug 16, 2021
e0206ae
remove response error for ghc <8.8.0
OliverMadine Aug 16, 2021
e1f2454
fix: remove second renameProvider
OliverMadine Aug 16, 2021
4197543
error handling, ghc version management
OliverMadine Aug 16, 2021
b8dd9e2
ghc version compatibility management
OliverMadine Aug 16, 2021
bd8692a
fix: missing if in .cabal
OliverMadine Aug 16, 2021
9c7f46b
fix: typo in test.yaml
OliverMadine Aug 16, 2021
45b991f
enable in ghc 9.0.1
OliverMadine Aug 16, 2021
21b8b25
remove GhcPlugins import
OliverMadine Aug 16, 2021
1c842bd
use HasSrcSpan from Ghc.Compact
OliverMadine Aug 16, 2021
8a247cb
add CPP to use new HsModule for ghc >= 9.0.1
OliverMadine Aug 16, 2021
203f78c
fix: use CPP for all occurence of HsModule
OliverMadine Aug 16, 2021
8f95603
use OldRealSrcSpan
OliverMadine Aug 16, 2021
33756cc
code style
OliverMadine Aug 17, 2021
5952677
update missing declaration error, disable data constructor test
OliverMadine Aug 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cabal-ghc901.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages:
./plugins/hls-explicit-imports-plugin
./plugins/hls-refine-imports-plugin
./plugins/hls-hlint-plugin
-- ./plugins/hls-rename-plugin
./plugins/hls-retrie-plugin
./plugins/hls-haddock-comments-plugin
-- ./plugins/hls-splice-plugin
Expand Down Expand Up @@ -79,7 +80,7 @@ index-state: 2021-08-08T02:21:16Z

constraints:
-- These plugins doesn't work on GHC9 yet
haskell-language-server -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports
haskell-language-server -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports -rename


allow-newer:
Expand Down
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages:
./plugins/hls-explicit-imports-plugin
./plugins/hls-refine-imports-plugin
./plugins/hls-hlint-plugin
./plugins/hls-rename-plugin
./plugins/hls-retrie-plugin
./plugins/hls-haddock-comments-plugin
./plugins/hls-splice-plugin
Expand Down
2 changes: 2 additions & 0 deletions configuration-ghc-901.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let
"hls-brittany-plugin"
"hls-stylish-haskell-plugin"
"hls-fourmolu-plugin"
"hls-rename-plugin"
"hls-splice-plugin"
"hls-class-plugin"
"hls-refine-imports-plugin"
Expand Down Expand Up @@ -91,6 +92,7 @@ let
"-f-brittany"
"-f-class"
"-f-fourmolu"
"-f-rename"
"-f-splice"
"-f-stylishhaskell"
"-f-tactic"
Expand Down
7 changes: 7 additions & 0 deletions exe/Plugins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ import Ide.Plugin.ExplicitImports as ExplicitImports
import Ide.Plugin.RefineImports as RefineImports
#endif

#if rename
import Ide.Plugin.Rename as Rename
#endif

#if retrie
import Ide.Plugin.Retrie as Retrie
#endif
Expand Down Expand Up @@ -115,6 +119,9 @@ idePlugins includeExamples = pluginDescToIdePlugins allPlugins
#if stylishHaskell
StylishHaskell.descriptor "stylish-haskell" :
#endif
#if rename
Rename.descriptor "rename" :
#endif
#if retrie
Retrie.descriptor "retrie" :
#endif
Expand Down
3 changes: 1 addition & 2 deletions ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,8 @@ cradleToOptsAndLibDir :: Show a => Cradle a -> FilePath
-> IO (Either [CradleError] (ComponentOptions, FilePath))
cradleToOptsAndLibDir cradle file = do
-- Start off by getting the session options
let showLine s = hPutStrLn stderr ("> " ++ s)
hPutStrLn stderr $ "Output from setting up the cradle " <> show cradle
cradleRes <- runCradle (cradleOptsProg cradle) showLine file
cradleRes <- HieBios.getCompilerOptions file cradle
case cradleRes of
CradleSuccess r -> do
-- Now get the GHC lib dir
Expand Down
17 changes: 14 additions & 3 deletions ghcide/src/Development/IDE/Spans/AtPoint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ module Development.IDE.Spans.AtPoint (
, computeTypeReferences
, FOIReferences(..)
, defRowToSymbolInfo
, getAstNamesAtPoint
, toCurrentLocation
, rowToLoc
) where

import Development.IDE.GHC.Error
Expand Down Expand Up @@ -90,18 +93,26 @@ foiReferencesAtPoint file pos (FOIReferences asts) =
case HM.lookup file asts of
Nothing -> ([],[],[])
Just (HAR _ hf _ _ _,mapping) ->
let posFile = fromMaybe pos $ fromCurrentPosition mapping pos
names = concat $ pointCommand hf posFile (rights . M.keys . getNodeIds)
let names = getAstNamesAtPoint hf pos mapping
adjustedLocs = HM.foldr go [] asts
go (HAR _ _ rf tr _, mapping) xs = refs ++ typerefs ++ xs
where
refs = mapMaybe (toCurrentLocation mapping . realSrcSpanToLocation . fst)
$ concat $ mapMaybe (\n -> M.lookup (Right n) rf) names
typerefs = mapMaybe (toCurrentLocation mapping . realSrcSpanToLocation)
$ concat $ mapMaybe (`M.lookup` tr) names
toCurrentLocation mapping (Location uri range) = Location uri <$> toCurrentRange mapping range
in (names, adjustedLocs,map fromNormalizedFilePath $ HM.keys asts)

getAstNamesAtPoint :: HieASTs a -> Position -> PositionMapping -> [Name]
getAstNamesAtPoint hf pos mapping =
concat $ pointCommand hf posFile (rights . M.keys . getNodeIds)
where
posFile = fromMaybe pos $ fromCurrentPosition mapping pos

toCurrentLocation :: PositionMapping -> Location -> Maybe Location
toCurrentLocation mapping (Location uri range) =
Location uri <$> toCurrentRange mapping range

referencesAtPoint
:: MonadIO m
=> HieDb
Expand Down
14 changes: 13 additions & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ flag refineImports
default: True
manual: True

flag rename
description: Enable rename plugin
default: True
manual: True

flag retrie
description: Enable retrie plugin
default: True
Expand Down Expand Up @@ -223,6 +228,11 @@ common refineImports
build-depends: hls-refine-imports-plugin ^>=1.0.0.0
cpp-options: -DrefineImports

common rename
if impl(ghc >= 8.8) && flag(rename) || flag(all-plugins)
build-depends: hls-rename-plugin ^>= 1.0.0.0
cpp-options: -Drename

common retrie
if flag(retrie) || flag(all-plugins)
build-depends: hls-retrie-plugin ^>=1.0.0.1
Expand Down Expand Up @@ -290,6 +300,7 @@ executable haskell-language-server
, eval
, importLens
, refineImports
, rename
, retrie
, tactic
, hlint
Expand Down Expand Up @@ -424,7 +435,6 @@ test-suite func-test
Highlight
Progress
Reference
Rename
Symbol
TypeDefinition
Test.Hls.Command
Expand All @@ -447,6 +457,8 @@ test-suite func-test
cpp-options: -Deval
if flag(importLens) || flag(all-plugins)
cpp-options: -DimportLens
if flag(rename) || flag(all-plugins)
OliverMadine marked this conversation as resolved.
Show resolved Hide resolved
cpp-options: -Drename
if flag(retrie) || flag(all-plugins)
cpp-options: -Dretrie
if flag(tactic) || flag(all-plugins)
Expand Down
201 changes: 201 additions & 0 deletions plugins/hls-rename-plugin/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading