Matheus C. França

Results 102 issues of Matheus C. França

References: [RFC 2578](https://datatracker.ietf.org/doc/html/rfc2578) [RFC 3418](https://datatracker.ietf.org/doc/html/rfc3418) Example https://net-snmp.sourceforge.io/wiki/index.php/Writing_your_own_MIBs

Although the goal is to integrate into zig toolchain, assuming there is some internal difference. Can you tell me if the standalone zld supports *c++ demangle* if used in place...

enhancement
help wanted
good first issue

Ref: #5732 When trying last to commit the proposal above there was an issue during the make build running the toolchain that its initialization was not listed in the makefile...

During some test builds a few errors occurred when specifying the target with windows-gnu in the link. Also when checking the detection of the libc system to be used by...

I don't know if it would be one of the goals, but it would help a lot if there was this integration. **e.g.:** https://github.com/corrosion-rs/corrosion/blob/master/cmake/FindRust.cmake Although you have thought of a...

Recently in my latest tests there has been an error with "testing.allocator". ```bash error: Cannot use testing allocator outside of test block @compileError("Cannot use testing allocator outside of test block");...

Fixes the `-dirty` version issue. ## Reference https://github.com/smaeul/linux/blob/riscv/d1-wip/scripts/setlocalversion#L129-L143 ```bash # scm version string if not at a tagged commit if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then # full scm version string...

[Zig](https://ziglang.org) is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. ## Status: [ WIP ] - [x] Add [primitive types](https://ziglang.org/documentation/master/#Primitive-Types) and [C primitive types](https://ziglang.org/documentation/master/#C-Type-Primitives) (`c_void`...

### Zig Version 0.11.0-dev.2775+21aa55d34 ### Steps to Reproduce and Observed Behavior Ref: - #15444 (same example code) - https://github.com/kassane/outcome/issues/1 - https://github.com/ziglang/zig/issues/5312 Switch target to MSVC. CI test: https://github.com/kassane/outcome/actions/runs/4789289937 ```bash $>...

bug

### Zig Version 0.10.0-dev.2981+7090f0471 ### Steps to Reproduce I am trying to do some tests with the zig language using riscv vectorization, however both stage1 and stage2 are not supported....

bug
arch-riscv