-
First of all, thanks for this project!
I just cloned and tried to build this project, but it failed. Exactly the same output as the latest pipeline:
https://github.com/ZigEmbeddedGroup/microchip…
-
There is an ongoing project to increase the parts of the C++ Standard Library that are available for freestanding implementations, i.e. those with no OS, so no I/O and no malloc. C++23 already enables…
-
Hello,
To keep it short, I think I may have found a weird edge case flaw in the logic that places items around the map. I had the Kokiri forest entrance closed and all GS tokens included in the ran…
-
## Problem 1: dates
What should WARC-Date on a 'conversion' record be? Section 5.4 says:
> The timestamp shall represent the instant that data capture for record creation began.
Does 'data ca…
-
I have the following zig code:
```rs
export fn foo() c_int {
return 0;
}
```
If I try to build it with `zig build-obj probe.zig -target bpfel-freestanding -OReleaseFast` I get:
```
error…
-
As in the title, publishing a shared library that doesn't use a runtime (as outlined [here in ZeroSharp](https://github.com/MichalStrehovsky/zerosharp/blob/master/no-runtime/noruntime.csproj)) and con…
-
### Zig Version
0.12.0-dev.2586+3c7970dc4
### Steps to Reproduce and Observed Behavior
zig build-lib src/foo.zig -OReleaseSmall -target wasm32-freestanding -mcpu baseline+simd128 -rdynamic -dynamic…
-
./src/kernel/arch/x86/arch.zig:500:30: error: expected type 'u32', found 'usize'
stack[STACK_SIZE - 11] = @ptrToInt(&stack[STACK_SIZE - 1]); // ebp
^
…
-
**Description**
Using a freestanding declaration macro inside a class produces a build error:
> Expected '{' in body of function declaration
Here is the expanded macro:
```swift
func myFu…
-
### New Issue Checklist
- [X] Updated SwiftLint to the latest version
- [X] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
I have a s…