commonmark / commonmark/commonmark-java
Java (OpenJDK) using commonmark-java
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Java
- Sterne
- 2.7k
- Forks
- 336
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Since this pull request, Java (OpenJDK) has included a copy of commonmark-java:
When they copied the source files, they made a few adjustments too. There's a list here:
// This module is primarily an import from a recent tagged version of
// https://github.com/commonmark/commonmark-java
//
// The following parts are imported:
//
// * commonmark/src/main/java
// * commonmark/src/main/resources
// * commonmark-ext-gfm-tables/src/main/java
// * commonmark-ext-gfm-tables/src/main/resources
//
// For source and resource files, the following transformations are applied:
//
// * legal headers are added
// * package and import statements are updated
// * characters outside the ASCII range are converted to Unicode escapes
// * @SuppressWarnings("fallthrough") is added to getSetextHeadingLevel
// * the value for ENTITY_PATH is updated with the modified package
// * the file `entities.properties` is renamed to `entities.txt`
Let's make it easier for them next time by adopting some of the changes.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, die Pfade commonmark/src/main/java und commonmark/src/main/resources sowie commonmark-ext-gfm-tables/src/main/java und src/main/resources mit den kopierten OpenJDK-Dateien zu vergleichen, auf die in module-info.java verwiesen wird. Prüfe jede aufgeführte Transformation sowie die zugehörige Anordnung von Quellcode und Ressourcen. Erledigt ist die Aufgabe, wenn die relevanten Unterschiede behoben sind, sodass ein künftiger OpenJDK-Import weniger Anpassungen erfordert.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- backend
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100