commonmark / commonmark/commonmark-java
Java (OpenJDK) using commonmark-java
オープン
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 2.7k
- フォーク
- 336
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、commonmark/src/main/java と commonmark/src/main/resources のパスに加えて、commonmark-ext-gfm-tables/src/main/java と src/main/resources のパスを、module-info.java で参照されているコピー済みの OpenJDK ファイルと比較します。列挙された各変換と、関連するソースおよびリソースの配置を確認します。将来の OpenJDK のインポートで必要な調整が少なくなるよう、関連する差分に対処できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100