commonmark / commonmark/commonmark-java
Java (OpenJDK) using commonmark-java
Nessuno ha ancora preso questa issue.
- Lingua principale
- Java
- Stelle
- 2.7k
- Fork
- 336
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia confrontando i percorsi commonmark/src/main/java e commonmark/src/main/resources, oltre a commonmark-ext-gfm-tables/src/main/java e src/main/resources, con i file OpenJDK copiati a cui si fa riferimento in module-info.java. Esamina ogni trasformazione elencata e la relativa struttura del codice sorgente e delle risorse. Il lavoro è completato quando le differenze rilevanti sono state risolte, in modo che una futura importazione di OpenJDK richieda meno modifiche.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- backend
- Tipo di issue
- Refactoring
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 38/100