forked from architectury/architectury-loom
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: merge fab loom upstream #3
Open
RawDiamondMC
wants to merge
34
commits into
dev/1.8
Choose a base branch
from
upstream/fabric/dev/1.8
base: dev/1.8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* Linux RiscV support * Small improvement. * Fix comments
…abricMC#1158) * Configuration cache support for SourceSetHelper.findFileInResource * Prove that config cache is working * Misc improvements * Fix tests on windows
* Remove multi project optimisation * Fix build * Fix FAPI test
* Include dev jars from other projects in classpath groups * Verify that projects use Loom before getting namedElements
* Update to Gradle 8.10 * 8.10 for real
* New service system for source jar remapping * Remove the class generation, its too complex and useless. * Fix * Tests and cleanup * Add basic SourceRemapperService test * Skip file property tests on windows.
* Move everything to the new service system * Checkstyle * Fix unit tests + make them use the internet less * Some more fixes * Split the mixin ap mapping handling out into its own service. * Checkstyle * Fixes * Move mixin refmap handling to a service * Minor changes
* Enable configuration cache for all tests by default * Support config cache in test projects * Some config cache test fixes * Config caching for run game tasks * Problems for later * More problems for later * Bump min idea version, and remove version check. * Untested client entries service * Fixes
* Configuration cache support for IDE tasks * Fix some tests
* Add SHA1 suffix to intermediaries Having two or more different intermediaries for one version breaks; we use this to differentiate between intermediaries. * Only add SHA1 to name if intermediary url is different from default * Format code and remove duplicated method
* Gen sources config caching support * Fixes * Some fixes
* only complete official namespaces for unobfuscated members * TinyRemapperHelper.create does not like null names * add MappingsMergerTest
…re than one type parameter are provided by the Target Class) (FabricMC#1177) * Fix Other Type Parameters than the First One not Being Read * spotlessApply
) * Setup the test sourceset better when using split sources. Fixes FabricMC#1060 Also added a tool to extract test projects to make them easier to work on. * Fix
… code (FabricMC#1180) * Update a handful of deps * Fully remove deprecated SelfResolvingDependency support * Work around Gradle 8.11 deprecation, lets deal with it later.
Signed-off-by: 秋雨落 <[email protected]>
* Fix and test no cache gen sources * Spotless
…typesafe project accessors (FabricMC#1185)
* Update to ASM 9.7.1 * Fix Gradle 8.12 nightlies
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.
No description provided.