r-s4vectors: add conflicts; r-delayedarray: add conflicts - #6092
Open
w8jcik wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
@spackbot fix style |
|
Let me see if I can fix that for you! |
|
I was able to run spack style --fixrepos/spack_repo/builtin/packages/r_delayedarray/package.py
repos/spack_repo/builtin/packages/r_s4vectors/package.py
�[1;34m==> �[0mrunning ruff format
2 files left unchanged
�[1;34m==> �[0mrunning ruff check
�[1m�[91mE501 �[0m�[1mLine too long (107 > 99)�[0m
�[1m�[94m-->�[0m repos/spack_repo/builtin/packages/r_delayedarray/package.py:90:100
�[1m�[94m|�[0m
�[1m�[94m89 |�[0m # > Error in matchSignature(signature, fdef, where) :
�[1m�[94m90 |�[0m # more elements in the method signature (2) than in the generic signature (1) for function 'type<-'
�[1m�[94m|�[0m �[1m�[91m^^^^^^^^�[0m
�[1m�[94m91 |�[0m conflicts("^r-biocgenerics@0.44:", when="@:0.22")
�[1m�[94m|�[0m
�[1m�[91mE501 �[0m�[1mLine too long (106 > 99)�[0m
�[1m�[94m-->�[0m repos/spack_repo/builtin/packages/r_s4vectors/package.py:52:100
�[1m�[94m|�[0m
�[1m�[94m50 |�[0m depends_on("r-biocgenerics@0.21.1:", type=("build", "run"))
�[1m�[94m51 |�[0m
�[1m�[94m52 |�[0m # > Error: package or namespace load failed for 'S4Vectors' in dyn.load(file, DLLpath = DLLpath, ...):
�[1m�[94m|�[0m �[1m�[91m^^^^^^^�[0m
�[1m�[94m53 |�[0m # unable to load shared object 'S4Vectors.so': ... undefined symbol: PREXPR
�[1m�[94m54 |�[0m conflicts("^r@4.6:", when="@:0.46")
�[1m�[94m|�[0m
Found 2 errors.
I wasn't able to make any further changes, but please see the message above for remaining issues you can fix locally! |
w8jcik
force-pushed
the
add-r-s4vectors-r-delayedarray-conflicts
branch
4 times, most recently
from
August 14, 2026 17:59
a10c30a to
af67327
Compare
w8jcik
force-pushed
the
add-r-s4vectors-r-delayedarray-conflicts
branch
from
August 14, 2026 18:00
af67327 to
cd52fcd
Compare
… add conflicts with r-biocgenerics
w8jcik
force-pushed
the
add-r-s4vectors-r-delayedarray-conflicts
branch
from
August 14, 2026 18:10
cd52fcd to
ac3f35d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before
After