-
# Bug report
## Describe the bug
We encountered an [error](https://github.com/zeit/next.js/blob/2ba352da39ee00b6595aecdc9ffb2f103e803a85/packages/next/next-server/server/normalize-page-path.ts#L…
-
## Context
I've been working on a plugin architecture implementation with Odin and noticed that I was unable to produce any output with `core:fmt.println` from within my shared library code. I am a…
-
**Build scan:**
https://gradle-enterprise.elastic.co/s/qooqg3yxgy6rg/tests/:x-pack:qa:third-party:active-directory:test/org.elasticsearch.xpack.security.authc.ldap.MultiGroupMappingIT/testGroupMapping…
-
## Context
When trying to compile a shared library using :
`package main
import "core:runtime"
import "core:strings"
@export mainCall :: proc "c" (a, b: cstring) -> () {
context = ru…
-
This is a tracking issue on Monterey bottling process and will be used as a dump for build failures.
This year we are bottling for both x86_64 and arm64. ~~**Our upload flow cannot currently handle…
-
As the title says, there is currently a bug with the formatting of comments after an if statement. The following comment gets duplicated.
This:
```
if true {
return
}
// Comment
```
becomes …
-
Would a PR adding walking backward from the position of a node in the text to collect comments above proc, struct, enum, and union declarations be wanted? I have a branch but sublime kept auto formati…
-
**Build scan:**
https://gradle-enterprise.elastic.co/s/fmiiv5kmsm2uu/tests/:x-pack:qa:third-party:active-directory:test/org.elasticsearch.xpack.security.authc.ldap.GroupMappingIT/testGroupMapping
**R…
-
## Context
Hello, I'm trying to build Odin on macOS 12.0.1 using LLVM 11 installed via MacPorts (`mp-llvm-11` and `mp-clang-11` ports). It fails to build as-is but after a few changes to `Makefile`…
-
It's common (almost universal~) for Rust projects to use `cargo fmt` and `cargo clippy` to keep code predictable and easier to collaborate on.