#restamp
1 messages · Page 1 of 1 (latest)
[PaperMC/restamp] New branch created: publishing
[PaperMC/restamp] branch deleted: publishing
[PaperMC/restamp] New tag created: v1.0.0
[PaperMC/restamp] tag deleted: v1.0.0
[PaperMC/restamp] New tag created: v1.0.0
[PaperMC/restamp] tag deleted: v1.0.0
[PaperMC/restamp] New tag created: v1.0.0
maybe behind a strict mode flag?
60be42f feat: graceful source file discovery - MiniDigger
[PaperMC/restamp] New branch created: feat/graceful-sourcefile-discovery
@Contract(value = "_ -> this", mutates = "this")
LGTM beyond the quick suggestions.
public Builder sourceFilesFromAccessTransformers(final boolean strict) {
private @NotNull SourceFileMode sourceFileMode = SourceFileMode.MANUAL;
417cca4 Apply suggestions from code review - MiniDigger
1ba86fe feat: graceful source file discovery (#6) - MiniDigger
[PaperMC/restamp] branch deleted: feat/graceful-sourcefile-discovery
[PaperMC/restamp] New tag created: v1.1.0
d46dcc8 chore: update README with publishing info - Machine-Maker
[PaperMC/restamp] New branch created: update-readme
ef9e945 only run modifications if the modifers don't match - Machine-Maker
[PaperMC/restamp] New branch created: track-no-ops
I haven't tested this in a real-world scenario yet, need @MiniDigger 's DiffPatch stuff cause that's what paperweight is using now.
0456c2f chore: update README with publishing info (#7) - Machine-Maker
[PaperMC/restamp] branch deleted: update-readme
[PaperMC/restamp] New branch created: track-no-ops-tired-lynx
b7639f7 Unit test NONE access transforms - lynxplay
[PaperMC/restamp] branch deleted: track-no-ops-tired-lynx
A wide swing at restamp, however applying AT sometimes leaves the repo in the unfortunate state where a parents method was moved from e.g. protected->public, however its subtypes were not.
Given restamp does visit all types in the minecraft source, it can construct a hierarchy and potentially re-apply the AT to all its subtypes.
[PaperMC/restamp] New branch created: feature/21-plain
[PaperMC/restamp] branch deleted: feature/21-plain