-
When I try to compile a crate including `secp256k1` with `cargo build --target thumbv7em-none-eabi`, I run into the error printed below.
is it expected that this crate will fail to compile on this …
-
### Motivation
If you are an SVGR / SVGO expert, please help us find better defaults.
In https://github.com/facebook/docusaurus/pull/10677 we are creating a new `@docusaurus/plugin-svgr` plugi…
-
### Describe the bug
The following program fails to compile with -freestanding
```v
import os
import time
import net.http
import vweb
struct App {
vweb.Context
endpoints []string
}…
-
EDIT: This issue has been turned into a tracking issue to implement backtracing on MIPS. Some useful information is provided by @LemonBoy in the comment down below.
~~I think I found an upstream bu…
-
It looks like the linking rework introduced a bug in later LLVM versions. LLVM 3.9 added a check if calls to inline functions contain debuginfo (cf. https://github.com/llvm-mirror/llvm/commit/522b700b…
-
Steps
```
monaco@ivy:~/Temp$ git clone git@github.com:courselab/so2-gabrielvictorcf.git
Cloning into 'so2-gabrielvictorcf'...
remote: Enumerating objects: 62, done.
remote: Counting objects: …
-
### Description
In https://github.com/apple/swift-syntax/pull/2450 we introduced
```
@freestanding(expression)
public macro checkGeneric_root() = #externalMacro(module: "MacroDefinition", typ…
ktoso updated
3 months ago
-
### Zig Version
0.10.0-dev.4254+7f508480f
### Steps to Reproduce
main.zig:
``` zig
comptime {
asm (
\\.globl wasm_nop
\\wasm_nop:
\\ .functype wasm_nop () -> ()…
-
## Problem Statement
The address zero (`0`) is sometimes mapped. This is why `allowzero` exists. However it is also the case that other parts of the address range in any given space are unmapped. I…
-
### Zig Version
0.10.0-dev.40+303bad998
### Steps to Reproduce
Create an ARM assembly file named `test.s` with the following contents:
```asm
mov r1, #0
```
Compile that file to an object usi…