- Status: Pre-proposal draft
- Authors: Kai / Mitch
- Date: 2026-03-04
snarkVM's error handling is inconsistent. The codebase uses a mix of anyhow
throughout library crates, panic!-based halts caught with catch_unwind,
| Hey, I'm mitchmindtree-4587373 and I have contributed to the MACI v2 Trusted Setup Ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (processmessages_14-9-2-3) | |
| Contributor # 21 | |
| Contribution Hash: 2fb716da b033b235 59a50497 34c1c3a4 | |
| 27ca2a02 a3e130ce b8dc8581 926ae1c9 | |
| 79e5e8fb 3a150595 b2546373 a4c487c6 | |
| f9791d70 96c79feb fa47c4ff 1fbb4def |
| 2023-06-01T03:52:15.2368980Z forc> error: linking with `/nix/store/ahk80g4lqv6qh2jk2p0ggzq9rv4bn225-clang-wrapper-11.1.0/bin/cc` failed: exit status: 1 | |
| 2023-06-01T03:52:15.2470450Z forc> | | |
| 2023-06-01T03:52:15.2655270Z forc> = note: "/nix/store/ahk80g4lqv6qh2jk2p0ggzq9rv4bn225-clang-wrapper-11.1.0/bin/cc" "-arch" "x86_64" "-m64" "/private/tmp/nix-build-forc-0.39.1.drv-0/rustcfkhAQR/symbols.o" "/private/tmp/nix-build-forc-0.39.1.drv-0/sway-08c5bc1/target/x86_64-apple-darwin/release/deps/forc-0973c248fe27faf7.forc.e12330fe-cgu.0.rcgu.o" "/private/tmp/nix-build-forc-0.39.1.drv-0/sway-08c5bc1/target/x86_64-apple-darwin/release/deps/forc-0973c248fe27faf7.forc.e12330fe-cgu.1.rcgu.o" "/private/tmp/nix-build-forc-0.39.1.drv-0/sway-08c5bc1/target/x86_64-apple-darwin/release/deps/forc-0973c248fe27faf7.forc.e12330fe-cgu.10.rcgu.o" "/private/tmp/nix-build-forc-0.39.1.drv-0/sway-08c5bc1/target/x86_64-apple-darwin/release/deps/forc-0973c248fe27faf7.forc.e12330fe-cgu.11.rcgu.o" "/private/tmp/nix-build-forc-0.39.1.drv-0/s |
| got build log for '/nix/store/1gr5viiidagbypayh993mn6s33a8psvf-cataclysm-dda-0.F-3.drv' from 'daemon' | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking sources | |
| unpacking source archive /nix/store/w6lxfly1gyrvqbsnxvzyia879wy48r6w-source | |
| source root is source | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| patching sources | |
| applying patch /nix/store/r5dbalb1hlxhpwn2l9k91q1ahf809ybm-locale-path-stable.patch | |
| patching file src/translations.cpp | |
| patching script interpreter paths in lang/compile_mo.sh |
| ========== | |
| VULKANINFO | |
| ========== | |
| Vulkan Instance Version: 1.1.114 | |
| Instance Extensions: | |
| ==================== |
| use nannou::prelude::*; | |
| use std::sync::Arc; | |
| use std::sync::atomic::{self, AtomicBool}; | |
| struct Model { | |
| compute: Compute, | |
| } | |
| struct Compute { | |
| device: wgpu::Device, |
| use nannou::prelude::*; | |
| struct Model { | |
| compute: Compute, | |
| } | |
| struct Compute { | |
| device: wgpu::Device, | |
| queue: wgpu::Queue, | |
| staging_buffer: wgpu::Buffer, |
In Path to Rust Audio I briefly mentioned that the repos are in a variety of states of maintenance - here I'll give my own impression of the current state of each of the repositories.
ogg and lewton - active I believe both were started by est31, both seem to be actively used and worked on.
coreaudio-sys and coreaudio-rs - active I started these to add audio I/O support to CPAL a few years ago. I have since moved to Linux as my daily machine and don't often get the chance to test for them anymore, however Rhuagh has kindly taken over testing and reviews. I still try to review code when I can.
deepspeech-rs - seems active
| ========== | |
| VULKANINFO | |
| ========== | |
| Vulkan Instance Version: 1.1.112 | |
| Instance Extensions: | |
| ==================== |