Feature Request: URL handling in documentation
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 48/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- rust
調査の方向性
schema/2024-11-05/schema.json#L1061 から始め、その説明が target/.../out/schema.rs:3319 に出力されるまでを追跡します。ジェネレーター内でURLを処理している箇所を特定し、生成されたRustドキュメントが検出したURLを山括弧で囲み、裸のURLに関する警告を生成しなくなっていることを確認します。
索引モデルが issue の本文から書いたものです。
説明
Super niche issue, but I ran into this while parsing the MCP schema.
warning: this URL is not a hyperlink
--> .../target/debug/build/mcp-58ca0a9bf43df898/out/schema.rs:3319:1
|
3319 | https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1*/
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: bare URLs are not automatically turned into clickable links
help: use an automatic link instead
|
3319 | <https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1>*/
relevant schema line: https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.json#L1061
This could end up overly complex if "does this description contain a URL" is harder than one would expect, but it would be nice to wrap urls in <> when encountered to avoid the doc bug and produce better docs.
- 主要言語
- Rust
- スター
- 898
- フォーク
- 114
- 平均マージ
- 4時間 18分
- マージ済み PR(30日)
- 14
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
oxidecomputer/typify のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
oxidecomputer/typify#1077 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
oxidecomputer/typify#1075 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 50/100
oxidecomputer/typify#1060 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 48/100
oxidecomputer/typify#1059 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 65/100
oxidecomputer/typify#1022 · コメント 1 件 ·
oxidecomputer/typify の issue をすべて見る
似ている issue
-
bug
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
yantrikos/yantrik-os#255 ·
-
bug CLI custom-model
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
raphamorim/rio#1956 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
rust-bitcoin/rust-bitcoin#6930 · コメント 1 件 ·