Yonas Yanfa

Results 203 comments of Yonas Yanfa

> ... have comtrya pull a pre-compiled git binary and use that instead of a library that replicates the functions of git. I'm not a fan of having to pull...

> > compiled as go program(s) > what? that's probably even worse. Why would it be worse to use Go instead of tcl? My vote goes towards Go because it...

Oh, I thought Redis was written in Go. I'm not aware of the best testing framework written in C, but whatever it is, I'd recommend using it instead of tcl.

> Hello @yonas. KCL currently does not have a FreeBSD distribution package? Are you willing to contribute it? @Peefy Yes, if we can get it to compile. Any idea what...

I see KCL has been completely rewritten in Rust! :+1: I'm getting this error now: ```sh Compiling prost-wkt v0.4.1 (/git/kcl/kclvm/third-party/prost-wkt) error: failed to run custom build command for `prost-wkt-types v0.4.1...

We need a way to detect the location of `protoc` on FreeBSD. Changing these lines resolved the issue: ```diff --- a/kclvm/api/build.rs +++ b/kclvm/api/build.rs @@ -8,7 +8,7 @@ fn main() {...

Consider using [Ruud’s Configuration Language](https://github.com/ruuda/rcl).

Thanks @mickael-kerjean ! I'm getting this error now: ```sh $ gmake make build_init go get ./... go: downloading golang.org/x/time v0.8.0 go: downloading github.com/google/brotli/go/cbrotli v1.1.0 go: downloading google.golang.org/api v0.210.0 go: downloading...

Thanks. There's an error building the Go program: ```sh $ go build --tags "fts5" -o dist/filestash cmd/main.go # github.com/google/brotli/go/cbrotli /home/yonas/go/pkg/mod/github.com/google/brotli/go/[email protected]/writer.go:13:10: fatal error: 'brotli/encode.h' file not found 13 | #include |...

I have it installed: ```sh $ pkg info -l brotli brotli-1.1.0,1: /usr/local/bin/brotli /usr/local/include/brotli/decode.h /usr/local/include/brotli/encode.h /usr/local/include/brotli/port.h /usr/local/include/brotli/shared_dictionary.h /usr/local/include/brotli/types.h /usr/local/lib/libbrotlicommon.so /usr/local/lib/libbrotlicommon.so.1 /usr/local/lib/libbrotlicommon.so.1.1.0 /usr/local/lib/libbrotlidec.so /usr/local/lib/libbrotlidec.so.1 /usr/local/lib/libbrotlidec.so.1.1.0 /usr/local/lib/libbrotlienc.so /usr/local/lib/libbrotlienc.so.1 /usr/local/lib/libbrotlienc.so.1.1.0 /usr/local/libdata/pkgconfig/libbrotlicommon.pc /usr/local/libdata/pkgconfig/libbrotlidec.pc /usr/local/libdata/pkgconfig/libbrotlienc.pc /usr/local/share/licenses/brotli-1.1.0,1/LICENSE...