-
## Versions
- Zig 0.12.0
- MicroZig 0.12.0
## Issue
I am having trouble importing a C library.
I want to import [pico-sdk](https://github.com/raspberrypi/pico-sdk) to use the CYW43 driver…
-
When building swift from source, the swift build (`./utils/build-script --release) fails with `swiftly use main-snapshot-2024-07-15` due to a missing lib file.
```
-- Build files have been written…
-
As discussed on #9 it seems that `libc++` does not implement the spaceship operator, which breaks the library when `libc++` is used instead of `libstdc++`:
On macOS, it defaults to `libc++`, and it…
-
## Description
**Is your feature request related to a problem? Please describe.**
Identifying which PEcAn sub-packages are used across our project is currently manual, error-prone, and inefficient…
-
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0493r5.pdf
-
**Describe the bug**
I'm trying to build a Zephyr freestanding project. This setup works fine on my Linux machine.
**Expected behavior**
Should build
**Impact**
Can't build
**Logs and con…
-
### Zig Version
0.11.0
### Steps to Reproduce and Observed Behavior
build.zig:
```zig
const std = @import("std");
const Target = @import("std").Target;
pub fn build(b: *std.Build) void {
…
-
### Location
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/revisionhistory
### Description
Update the Revision History to link each language release with the …
-
In `ir_interpreter.cpp:900` we access
https://github.com/leanprover/lean4/blob/3bd39ed8b6f1397d23ddb813ae0b1b3d4539f707/src/library/compiler/ir_interpreter.cpp#L900
This is invoked when
https://g…
-
`nl_before_func_body_def` adds newlines before e.g. `int bar::bar() {...}`, but not e.g. `int bar::operator!() {...}`. Same for freestanding operators (e.g. `int operator!(ClassType) {...}` and operat…