サンプル
nimble_csv 1.3.0: Reassemble arbitrary CSV chunks and configure formula-prefix escaping in NimbleCSV 1.3.0
検証済みサンプル — hex nimble_csv 1.3.0: Reassemble arbitrary CSV chunks and configure formula-prefix escaping in NimbleCSV 1.3.0. elixir 1 · linux alpine/x64 …
sha256:d3b935a442e69a84c6664c75e2a07c5c6354c86243d8f2f795aa07d17eb5619c
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
elixir 1 linux x64 elixir 1 elixir mix
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| elixir 1 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · hex@1 |
2026-08-17 |
| elixir 1 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · hex@1 |
2026-08-18 |
ケース
HOW- ゴール
- Reassemble arbitrary CSV chunks and configure formula-prefix escaping in NimbleCSV 1.3.0
- パッケージ
- シンボル
-
- NimbleCSV.define
- NimbleCSV.RFC4180.to_line_stream
- NimbleCSV.RFC4180.parse_stream
- NimbleCSV.RFC4180.dump_to_iodata
- NimbleCSV.Spreadsheet.to_line_stream
- 環境
- elixir 1
- 作成日
- 2026-08-17T04:44:18Z
コントラクト
- assert parsing the arbitrary chunks directly does not yield the complete expected table while RFC4180.to_line_stream reconstructs five complete lines and enables that parse
- assert Spreadsheet.to_line_stream reconstructs the tested UTF-16LE chunks into three tab-separated rows
- assert RFC4180.dump_to_iodata leaves the tested formula prefixes unchanged
- assert custom modules defined with escape_formula apply the configured quote or tab prefixes while preserving non-formula cells
ファイル
- NOTES.md
- csx.json
- lib/nimble_csv_stream/parsers.ex
- mix.exs
- mix.lock
- test/contract_test.exs
- test/test_helper.exs