Oskar Hahn

Results 5 issues of Oskar Hahn

When you call `roc build --lib --output file.EXTENSION`, the fileextension is changed to `.so`. This is as least true for linux. The reason is this line: https://github.com/roc-lang/roc/blob/62cc19c64b65d2f652d36a06016921f2f8faf183/crates/compiler/build/src/link.rs#L979 This can not...

enhancement
good first issue
cli

### Zig Version 0.14.0-dev.367+a57479afc ### Steps to Reproduce and Observed Behavior 1. Create a go sourcefile that uses cgo. For example: ```go package main import "C" import "fmt" func main()...

bug
zig cc
regression

Currently, you have to clone this repo and install some dependencies to build the host. It would be nice, if there where prebuilt-binaries for each release. Is there some blocker...

**Describe the bug** The features `AnchorReference` does not work on a type, that implements the `UnmarshalYAML` interface. **To Reproduce** To reproduce this, you can add the following test to `decode_test.go`:...

bug