Ingy döt Net

Results 114 issues of Ingy döt Net

From #116 Christophe Porteneuve asks: I don't see any way to push only selected local work back upstream. I get that request many times, and this is one of the...

Enhancement

The pull and push commands can fail, especially during a rebase. Currently we leave the user in the `subrepo/` branch with the conflicts. A reset command would just be an...

Enhancement

YAML::XS style seems better. ``` ★ ~/src/+pegex-parser/pegex-json-pm master $ perl -Mboolean -MYAML::PP -E 'say YAML::PP->new(schema => ['Perl'])->dump_string(true)' --- !perl/scalar:boolean =: 1 ★ ~/src/+pegex-parser/pegex-json-pm master $ perl -Mboolean -MYAML::XS -E 'say...

See this thread https://clojurians.slack.com/archives/CLX41ASCS/p1715005486373559

The YAMLScript compiler currently does a lot of special things mixed in with its core set of transformations. The proposed `defys` system allows these special things to be plain hooks...

compiler

binding