dev-haskell/hls-rename-plugin
Rename plugin for Haskell Language Server
ChangeLog
commit 275729d614adee6e741c5669e2bf025a64b3d12e
Author: hololeap <hololeap@protonmail.com>
Date: Fri May 10 11:31:12 2024 -0600
dev-haskell/*: Tighten deps for old HLS packages
The new haskell-language-server versions combine the various plugin
packages into the main HLS package. This means that hls-*-plugin
packages are outdated and will eventually be removed. By tightening the
dependencies on the old HLS packages, we ensure that they will not be
pulled into the dependency graph as subslot rebuilds when remaining HLS
packages are updated.
Signed-off-by: hololeap <hololeap@protonmail.com>
commit d2edc2fc37839efa7e6de7aefe63f2ed3203a137
Author: hololeap <hololeap@protonmail.com>
Date: Fri Mar 15 01:58:38 2024 -0600
dev-haskell/hls-rename-plugin: Disable tests
Tests are flaky and tend to have unpredictable failures
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 20a88b64174de4a47b5200e92608246b97a6db13
Author: hololeap <hololeap@protonmail.com>
Date: Sun Feb 11 13:43:12 2024 -0700
dev-haskell/hls-rename-plugin: add 2.6.0.0, drop 2.4.0.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 29ca677ddca9d60b24e7c077000053749d6428da
Author: hololeap <hololeap@protonmail.com>
Date: Fri Oct 13 14:09:59 2023 -0600
dev-haskell/hls-rename-plugin: add 2.4.0.0, drop 2.0.0.1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 68598c79e242644237d9d541f81b0d9368c5fe25
Author: hololeap <hololeap@users.noreply.github.com>
Date: Wed Jul 12 00:01:58 2023 -0600
dev-haskell/hls-rename-plugin: add 2.0.0.1, drop 1.0.2.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit d19b2195b4238ca30bd958fe2ccb54d089bf98c8
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Dec 30 12:28:56 2022 -0700
dev-haskell/hls-rename-plugin: add 1.0.2.0, drop 1.0.1.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e4dcf1cea3e7f84b21c19de33311dc62c9f9e5f8
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Sep 24 13:03:06 2022 -0600
dev-haskell/hls-rename-plugin: add 1.0.1.0, drop 1.0.0.3_pre20220823
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit c8d90298dbff9029249d459f2d33aa04ed351108
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Aug 27 10:15:58 2022 -0600
dev-haskell/hls-rename-plugin: add 1.0.0.3_pre20220823, drop 1.0.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 72adfb206d4936d097c34f9b995c843b145f15dc
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Aug 14 18:00:36 2022 -0600
dev-haskell/hls-rename-plugin: Disable tests
A couple tests are no longer working for some reason.
Import hiding: error: Could not access 'test/testdata/ImportHiding.expected.hs'
FAIL (6.89s)
Test output was different from 'test/testdata/ImportHiding.expected.hs'. Output of ["git","-c","core.fileMode=false","diff","--no-index","--text","--exit-code","test/testdata/ImportHiding.expected.hs","/var
/tmp/portage/dev-haskell/hls-rename-plugin-1.0.0.2/temp/ImportHiding.expected52-52.actual"]: ""
Use -p '/Import hiding/' to rerun this test only.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 8d9eed487c3a6e0d90811206239feb02ff1ac1f5
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Apr 30 07:38:27 2022 -0600
dev-haskell/hls-rename-plugin: Bump to 1.0.0.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit acfffb8562b391f0e808b13e97285a652ecb4dbf
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Nov 22 03:19:12 2021 -0700
dev-haskell/hls-rename-plugin: Update constraints
Switch to pulling cabal file from revision on Hackage
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 00addb1266b91fbd90b496a354e8ac1112c200c3
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Sep 21 22:03:29 2021 -0600
dev-haskell/hls-rename-plugin: Add 1.0.0.0
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Author: hololeap <hololeap@protonmail.com>
Date: Fri May 10 11:31:12 2024 -0600
dev-haskell/*: Tighten deps for old HLS packages
The new haskell-language-server versions combine the various plugin
packages into the main HLS package. This means that hls-*-plugin
packages are outdated and will eventually be removed. By tightening the
dependencies on the old HLS packages, we ensure that they will not be
pulled into the dependency graph as subslot rebuilds when remaining HLS
packages are updated.
Signed-off-by: hololeap <hololeap@protonmail.com>
commit d2edc2fc37839efa7e6de7aefe63f2ed3203a137
Author: hololeap <hololeap@protonmail.com>
Date: Fri Mar 15 01:58:38 2024 -0600
dev-haskell/hls-rename-plugin: Disable tests
Tests are flaky and tend to have unpredictable failures
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 20a88b64174de4a47b5200e92608246b97a6db13
Author: hololeap <hololeap@protonmail.com>
Date: Sun Feb 11 13:43:12 2024 -0700
dev-haskell/hls-rename-plugin: add 2.6.0.0, drop 2.4.0.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 29ca677ddca9d60b24e7c077000053749d6428da
Author: hololeap <hololeap@protonmail.com>
Date: Fri Oct 13 14:09:59 2023 -0600
dev-haskell/hls-rename-plugin: add 2.4.0.0, drop 2.0.0.1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 68598c79e242644237d9d541f81b0d9368c5fe25
Author: hololeap <hololeap@users.noreply.github.com>
Date: Wed Jul 12 00:01:58 2023 -0600
dev-haskell/hls-rename-plugin: add 2.0.0.1, drop 1.0.2.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit d19b2195b4238ca30bd958fe2ccb54d089bf98c8
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Dec 30 12:28:56 2022 -0700
dev-haskell/hls-rename-plugin: add 1.0.2.0, drop 1.0.1.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e4dcf1cea3e7f84b21c19de33311dc62c9f9e5f8
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Sep 24 13:03:06 2022 -0600
dev-haskell/hls-rename-plugin: add 1.0.1.0, drop 1.0.0.3_pre20220823
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit c8d90298dbff9029249d459f2d33aa04ed351108
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Aug 27 10:15:58 2022 -0600
dev-haskell/hls-rename-plugin: add 1.0.0.3_pre20220823, drop 1.0.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 72adfb206d4936d097c34f9b995c843b145f15dc
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Aug 14 18:00:36 2022 -0600
dev-haskell/hls-rename-plugin: Disable tests
A couple tests are no longer working for some reason.
Import hiding: error: Could not access 'test/testdata/ImportHiding.expected.hs'
FAIL (6.89s)
Test output was different from 'test/testdata/ImportHiding.expected.hs'. Output of ["git","-c","core.fileMode=false","diff","--no-index","--text","--exit-code","test/testdata/ImportHiding.expected.hs","/var
/tmp/portage/dev-haskell/hls-rename-plugin-1.0.0.2/temp/ImportHiding.expected52-52.actual"]: ""
Use -p '/Import hiding/' to rerun this test only.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 8d9eed487c3a6e0d90811206239feb02ff1ac1f5
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Apr 30 07:38:27 2022 -0600
dev-haskell/hls-rename-plugin: Bump to 1.0.0.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit acfffb8562b391f0e808b13e97285a652ecb4dbf
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Nov 22 03:19:12 2021 -0700
dev-haskell/hls-rename-plugin: Update constraints
Switch to pulling cabal file from revision on Hackage
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 00addb1266b91fbd90b496a354e8ac1112c200c3
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Sep 21 22:03:29 2021 -0600
dev-haskell/hls-rename-plugin: Add 1.0.0.0
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>