From Andy Weidenbaum to ~alva/zig-bare
I’m working on a fairly basic example of zig-bare in action [1]. It’s been really hard to get cross-language interop working. Frankly I’m stumped. Do you have any more substantial examples of zig-bare that you wouldn’t mind sharing? [1]: https://git.sr.ht/~ioiojo/export-anytype/tree/master/item/serialization/bare
From Andy Weidenbaum to ~alva/zig-bare
https://github.com/ziglang/zig/commit/406706fe6b5e969028a7c70247ebd1cb2b93102d --- build.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 85f50a6..926d158 100644 --- a/build.zig @@ -30,6 +30,7 @@ pub fn build(b: *Builder) !void { bench_run_step.dependOn(&bench_run_cmd.step); const run_tests = b.addRunArtifact(@"test");[message trimmed]
From Andy Weidenbaum to ~sircmpwn/public-inbox
Drone CI describes Starlark [1][2] as a Pythonic alternative to YAML. [1]: https://github.com/bazelbuild/starlark/blog/master/spec.md [2]: https://github.com/facebookexperimental/starlark-rust/blob/master/starlark/src/lib.rs