Oskar Hahn

Results 3 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