#mache
1116 messages · Page 2 of 2 (latest)
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-1
c7ad841 Update to 26.2-snapshot-1 - mache-sculptor[bot]
Failed to build for 26.2-snapshot-1. Please check the logs for more information. The automatic updating will be paused until this is closed
[PaperMC/mache] New branch created: snapshot/26.1.2-rc-1
fcea589 Update to 26.1.2-rc-1 - mache-sculptor[bot]
[PaperMC/mache] New branch created: release/26.1.2
14678e2 Update to 26.1.2 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-2
c2e0f43 Update to 26.2-snapshot-2 - mache-sculptor[bot]
Failed to build for 26.2-snapshot-2. Please check the logs for more information. The automatic updating will be paused until this is closed
36f3ac5ee29fe1f7d287deaf9650872104ea6500
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-3
87ba2df Update to 26.2-snapshot-3 - mache-sculptor[bot]
Failed to apply patches for 26.2-snapshot-3. Please check the logs for more information. The automatic updating will be paused until this is closed
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-4
f2a630f Update to 26.2-snapshot-4 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-5
872dda6 Update to 26.2-snapshot-5 - mache-sculptor[bot]
Failed to apply patches for 26.2-snapshot-5. Please check the logs for more information. The automatic updating will be paused until this is closed
cf255cc52de5c00cb72841a92916c2029950f3a2
60e61d3 print the correct stacktrace in filefixer - Lulu13022002
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-6
615ce6a Update to 26.2-snapshot-6 - mache-sculptor[bot]
b7f53d5 Upgrade to vineflower 1.12.0 - lynxplay
[PaperMC/mache] New branch created: feature/vineflower-12.0.0
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-7
0f6d560 Update to 26.2-snapshot-7 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-snapshot-8
00dd8aa Update to 26.2-snapshot-8 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-pre-1
25bebc7 Update to 26.2-pre-1 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-pre-2
e268c46 Update to 26.2-pre-2 - mache-sculptor[bot]
721f8db update unpick definitions - Lulu13022002
5b85430 Update to 26.2-pre-3 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-pre-3
57f1999 Update to sculptor and codebook releases - lynxplay
eec6362 Update to codebook 2.0.1-SNAPSHOT - lynxplay
[PaperMC/mache] New branch created: snapshot/26.2-pre-4
815d81c Update to 26.2-pre-4 - mache-sculptor[bot]
59ed123 Update to 26.2-pre-5 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-pre-5
708a8c7 Update to 26.2-pre-6 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-pre-6
15b23cb Update to 26.2-rc-1 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.2-rc-1
[PaperMC/mache] New branch created: snapshot/26.2-rc-2
0d704df Update to 26.2-rc-2 - mache-sculptor[bot]
fa30bdd Update to 26.3-snapshot-1 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.3-snapshot-1
Failed to apply patches for 26.3-snapshot-1. Please check the logs for more information. The automatic updating will be paused until this is closed
[PaperMC/mache] New branch created: snapshot/26.3-snapshot-2
ad27c63 Update to 26.3-snapshot-2 - mache-sculptor[bot]
This happens when trying to build Paper against MC 26.2-snapshot-3 and mache 26.3-snapshot-2+build,1
> Task :paper-server:setupMacheSources
Setting up Paper commit d4fe85375af18bfa88f44d7c1e6a61904ae550cc to use as base for constructing Git repo...
Copy initial sources...
Setup git repo...
Applying mache patches...
[WARN] Patching: net/minecraft/util/CubicSpline.java
[WARN] Hunk 0: FAILURE: @@ -63,11 +63,11 @@
[WARN] Patching: net/minecraft/util/datafix/DataFixers.java
[WARN] Hunk 0: FAILURE: @@ -1177,7 +1177,7 @@
[WARN] Hunk 1: FAILURE: @@ -1213,7 +1213,7 @@
[WARN] Patching: net/minecraft/world/entity/monster/piglin/Piglin.java
[WARN] Hunk 0: FAILURE: @@ -218,7 +218,7 @@
[WARN] Patching: net/minecraft/world/item/HoneycombItem.java
[WARN] Hunk 0: FAILURE: @@ -67,7 +67,7 @@
[WARN] Patching: net/minecraft/world/level/biome/Climate.java
[WARN] Hunk 0: FAILURE: @@ -271,7 +271,7 @@
[WARN] Patching: net/minecraft/world/level/block/BaseEntityBlock.java
[WARN] H```...
[PaperMC/mache] New branch created: snapshot/26.3-snapshot-3
0285055 Update to 26.3-snapshot-3 - mache-sculptor[bot]
Failed to apply patches for 26.3-snapshot-3. Please check the logs for more information. The automatic updating will be paused until this is closed
Thanks for the PR but plain rebuild PRs are rather useless.
To verify that your PR is correct a reviewer need to do the apply and rebuild cycle anyway, at which point they might as well just push the change :sweat: Thanks for the issue tho and sorry I didn'T get to it earlier.
Actually it fixed the issue for some reason (maybe paperweight applies with a stricter mode?) but thanks for fixing it! really appreciate it 🥳
Yep paperweight applies strictly and sculptor does with OFFSET maybe it should be changed in paperweight to match single file and sourxe patches too
We want paperweight to be strict, the fix here would be to make sure that the update stuff rebuilds the patches to update line numbers, rather than making it less strict
Yep paperweight applies strictly and sculptor does with
OFFSETmaybe it should be changed in paperweight to match single file and sourxe patches too
That is intentional.
41c2aae Update to 26.3-snapshot-4 - mache-sculptor[bot]
[PaperMC/mache] New branch created: snapshot/26.3-snapshot-4
Failed to apply patches for 26.3-snapshot-4. Please check the logs for more information. The automatic updating will be paused until this is closed
[PaperMC/mache] New branch created: snapshot/26.3-snapshot-5
4febb85 Update to 26.3-snapshot-5 - mache-sculptor[bot]
Failed to apply patches for 26.3-snapshot-5. Please check the logs for more information. The automatic updating will be paused until this is closed