Data Races Are a Compile Error Now: GALA in July (0.63 -> 0.72)
Go's race detector samples a schedule and hopes. GALA makes a value that isn't safe to share across goroutines a build failure.
Search for a command to run...
Articles tagged with #compiler
Go's race detector samples a schedule and hopes. GALA makes a value that isn't safe to share across goroutines a build failure.
Importing a third-party Go module through Bazel and rules_gala - with concrete types across the seam, verified hands-on.
From rules welded inside the language repo to a standalone, registry-published rules_gala with a real toolchain and Gazelle BUILD generation.
Eleven weeks, ~55 releases, and a new tagline: GALA hits 0.50.0 with cross-package generics, an LSP, and four new stdlib packages.
How profiling, batch analysis, and content-addressed caching took multi-file compilation from 44.7s to 2.0s
What breaks when you map functional programming onto Go's type system, and how testing infrastructure keeps it fixed