0rphon

Results 40 issues of 0rphon

## 🐛 Bug Report #### Code snippet to reproduce ``` function main () { let x = [1u8, 2u8, 3u8, 4u8, 5u8]; let y: [u8; _] = x[0..2]; } ```...

bug
fuzz-bug
module-asg

## 🐛 Bug Report running a program with incorrect/missing input values outputs a badly formatted error #### Code snippet to reproduce ``` function main ( a: u8, b: u8, c:...

error-msg

## 🐛 Error Message errors thrown when parsing the input file seem to still use the old error format #### Code snippet to reproduce ``` [main] x = true; ```...

error-msg

when writing a function call, its very helpful to be able to see what types the function takes. rust does this great when you hover over a completed function, but...

im running Windows 10 pro version 20H2 build 19042.746 but `os_release()` returns version 6.2.9200

the following code shows the issue ```rust let x = Value::Tagged(Box::new(TaggedValue { tag: Tag::new("hello"), value: Value::Null, })); assert!(!x.is_null()); // fails ``` `x` is treated as `Null` despite being a `TaggedValue`....

hopefully I'm just missing something obvious here, but attempting to use minicov in wasm-pack's `hello-wasm` example leads to the following: ```rust use wasm_bindgen::prelude::*; // When the `wee_alloc` feature is enabled,...

**Describe the bug** I've been going through the constructor code and it seems like the following action is being populated incorrectly and then silently failing to unmarshal. https://github.com/coinbase/rosetta-sdk-go/blob/255864dbd02229a03b9d1f209ba112bd59c26211/constructor/worker/worker_test.go#L1012-L1015 **To Reproduce**...

bug

Hi! I see the github version of this crate has been on version 0.16.0 for two months now, but the crates.io version is still on 0.15.0. From the commit history,...

`fastly::dictionary` is marked as deprecated with the note "renamed to `config_store`". This is kinda confusing to me. As far as i can tell, dictionaries and config stores are two completely...