Don't assume strings are valid unicode
オープン
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The logic in conversions.jl:61 seems to assume that the Julia string being converted to a Python string is valid unicode. Some Python libraries (eg tensorflow) use the Python string type for a binary blob that might not be valid unicode.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start at conversions.jl:61 and inspect how Julia strings are converted to Python strings. Reproduce the issue with a binary value that is not valid Unicode, such as the kind of blob used by TensorFlow libraries. Done means conversion no longer assumes every string is valid Unicode and preserves binary data correctly.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python
- 領域
- api, backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100