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 #programming-languages
Go's race detector samples a schedule and hopes. GALA makes a value that isn't safe to share across goroutines a build failure.
June's 0.56 -> 0.62 releases: bind/also monadic do-notation, applicative validation with Validated, and concurrent binds over Future.
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.
Why GALA's IDE runs on two processes and the sync contract that keeps them honest