-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
vim: update to v9.1 #6398
Merged
Merged
vim: update to v9.1 #6398
Conversation
This file contains 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
- this rarely used feature was already lacking in former release (since we used prebuilt python)
- avoid hard coded specific version - use 9 instead of 91 as specific version
hgy59
added a commit
to hgy59/spksrc
that referenced
this pull request
Jan 18, 2025
- some changes taken from PR SynoCommunity#6255 to reduce number of dependent packages - changes that trigger ffmpeg* - changes that trigger python311 (except vim, separated in PR SynoCommunity#6398)
6 tasks
@Thoma7 There are several reasons to drop the python feature in vim:
|
hgy59
added a commit
that referenced
this pull request
Jan 18, 2025
hgy59
added a commit
to hgy59/spksrc
that referenced
this pull request
Jan 18, 2025
- avoid conflicting changes with SynoCommunity#6398
hgy59
added a commit
that referenced
this pull request
Jan 18, 2025
* redesign dependency-list creation for github prepare action - add script to evaluate the dependencies - use new script in global Makefile for the dependency-list target - use global Makefile to create dependency-list in prepare.sh - avoid variables in DEPENDS definitions - make dependency-list.sh executable * stockfish-webgui: fix digests * dependency-list: add python and ffmpeg dependency based on include file * revert changes in sabnzbd - avoid conflicting changes with #6366 * revert changes in vim - avoid conflicting changes with #6398 * revert changes in java-11-openjdk - avoid conflicting changes with #6394
hgy59
added
the
status/published
Published and activated (may take up to 48h until visible in DSM package manager)
label
Jan 19, 2025
hgy59
removed
the
status/published
Published and activated (may take up to 48h until visible in DSM package manager)
label
Jan 19, 2025
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.
Description
Fixes #
Checklist
all-supported
completed successfullyType of change