{"id":15417123,"url":"https://github.com/mabezdev/esp-float-print-bug","last_synced_at":"2026-05-11T16:36:56.933Z","repository":{"id":140619134,"uuid":"553561356","full_name":"MabezDev/esp-float-print-bug","owner":"MabezDev","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-07T14:36:06.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T12:50:24.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MabezDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-18T12:05:10.000Z","updated_at":"2022-10-18T12:05:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bed66a1-b50a-4c25-86a0-6844c77e8473","html_url":"https://github.com/MabezDev/esp-float-print-bug","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"7feeed80cbc270e2f9fd49592e22d22796a8bc3c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MabezDev/esp-float-print-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2Fesp-float-print-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2Fesp-float-print-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2Fesp-float-print-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2Fesp-float-print-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MabezDev","download_url":"https://codeload.github.com/MabezDev/esp-float-print-bug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2Fesp-float-print-bug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:14:41.505Z","updated_at":"2026-05-11T16:36:56.917Z","avatar_url":"https://github.com/MabezDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## esp float print bug\n\n```\ncargo run --release\n``` \n\nChange release mode opt levels inside `Cargo.toml`\n\nError output:\n\n```rust\nI (153) boot: Disabling RNG early entropy source...\n16.0f64 literal is=16\n16.0f32 literal is= \n \n!! A panic occured in '/home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs', at line 189, column 5\n \nPanicInfo {\n    payload: Any { .. },\n    message: Some(\n        assertion failed: buf[0] \u003e b\\'0\\',\n    ),\n    location: Location {\n        file: \"/home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs\",\n        line: 189,\n        col: 5,\n    },\n    can_unwind: true,\n}\n \nBacktrace:\n \n0x4008652e\n0x4008652e - core::num::flt2dec::digits_to_dec_str\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs:??\n0x40086974\n0x40086974 - core::num::flt2dec::to_shortest_str\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs:398\n0x40086186\n0x40086186 - core::fmt::float::float_to_decimal_common_shortest\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/fmt/float.rs:??\n0x400863a5\n0x400863a5 - core::fmt::float::float_to_decimal_display\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/fmt/float.rs:??\n0x40082823\n0x40082823 - core::fmt::write\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/fmt/mod.rs:1198\n0x400808a1\n0x400808a1 - core::fmt::Write::write_fmt\n    at /home/mabez/development/rust/xtensa/rust-xtensa-dev/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust/library/core/src/fmt/mod.rs:??\n0x40081500\n0x40081500 - Reset\n    at /home/mabez/.cargo/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-rt-0.13.0/src/lib.rs:77\n0x40080ab4\n0x40080ab4 - ESP32Reset\n    at /home/mabez/.cargo/registry/src/github.com-1ecc6299db9ec823/esp32s2-hal-0.2.0/src/lib.rs:78\n0x40000000\n0x40000000 - _stack_end_cpu0\n    at ??:??\n0x40051588\n0x40051588 - _text_heap_end\n    at ??:??\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabezdev%2Fesp-float-print-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmabezdev%2Fesp-float-print-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabezdev%2Fesp-float-print-bug/lists"}