Lach

Results 226 comments of Lach

Как-то не уверен, нужно ли нам хранить это в репозитории? Блобы эти большие, скачивание репы они тормозят навсегда, зачем мы их храним?) Для нашего чейна правильно (по хорошему наш чейн...

Если хотите хранить большие файлы в гите - используйте git lfs

> Why not implement a hybrid approach where TCO exists only for the main interpreter loop and not in the rest of the codebase, i.e. builtins? Builtins can be implemented...

Yep, looks like a bug. Destructuring system is not being tested much, I'll look into it.

I have implemented such AST walker for running jrsonnet with imports in browser, but it is not good, and needs to be updated. https://github.com/CertainLach/jrsonnet/blob/master/crates/jrsonnet-evaluator/src/async_import.rs

Upstream issue: https://github.com/google/jsonnet/issues/770

There is an `exp-bigint` experimental feature available on the master branch. I am not sure how it should be exposed to the end user; I think about not implementing it...

It is possible, but jsonnet is much more powerful than json5, and should not be/not intended to be used like `serde_json`. Configuration may include other files (and assuming current directory...

I didn't looked too much at other implementations, so I don't sure. I was just writing this interpreter as I can see it should look like (thus getting various spec...