-
I see more and more code relying on [SRFI-145](https://srfi.schemers.org/srfi-145/) aka. `assume`
> A means to denote the invalidity of certain code paths in a Scheme program is proposed. It allows…
-
Hi,
as I understand it in all the examples in the README, the code in `main()` was using some murf-code. e.g. `let (handle, mock) = MyStruct::mock_with_handle();`. Is it possible to use murf with…
-
### Proposed change
Code at line https://github.com/nats-io/natscli/blob/main/cli/consumer_command.go#L1006 is not reachable
At line 1003 c.consumer is always != "" due to conditon at line 100…
-
[This archive contains files necessary to reproduce the problem](https://github.com/KhronosGroup/SPIRV-Tools/files/2964204/files_to_reproduce.zip)
Generating SPIR-V from variant_136_reduced_final.f…
-
While reading https://fractalfir.github.io/generated_html/rustc_codegen_clr_v0_1_1.html I noticed a section on float to integer conversions.
As of .NET 8, all numeric types implement `INumberBase` …
-
### Code
```rust
fn main() {
let input: i32 = 42;
const GOOD: i32 = 1;
const BAD: i32 = 2;
match input {
GOD => println!("input was 1"), //~ WARN
otherwise => print…
-
For the following C code:
```
int main(int argc, char *argv[]) {
return argc ? (long)__builtin___CFStringMakeConstantString("foo")
: (long)__builtin___CFStringMakeConstantString(…
-
### Description
Implement queue (AMQP) wrapper for basic features.
- Send a message to the queue (explicit).
- Receive a message from the queue (explicit).
- Declare queue and DLX (implicit).
…
-
This should all be functionally dead code on netcore, and is now decoupled from interruptions.
cc: @lambdageek
-
https://github.com/pythonnet/pythonnet/blob/de7a1d2d2aa505a4be5e4dee9368e514b6963bef/src/runtime/MethodBinder.cs#L691-L693
Was stepping through the code trying to debug something (I think) unrelate…