Alona Enraght-Moony

Results 39 comments of Alona Enraght-Moony
trafficstars

I had this problem myself and restarting the daemon fixed it. Maybe this should be added to the docs.

This leads to an assertion failure in bnf output. ``` $ gdb -q ./kgt/build/bin/kgt Reading symbols from ./kgt/build/bin/kgt... (gdb) r -l iso-ebnf -e bnf < aah.ebnf Starting program: /home/nixon/hare-cross/ebnf/kgt/build/bin/kgt -l...

[This Commit](https://github.com/RockstarLang/rockstar/commit/6b8b0276835a7dacdf84613de9b2d3822c1f0f57#diff-958e7270f96f5407d7d980f500805b1bR51) changed the number format to IEEE 754 double percision, so you could update your spec to solve this

Maybe the best option would be to still use `u128`, but then give a warning that passing `u128` values to c funcs that take `long double` won't behave normally. It...

so you have enabled access for less secure apps

Hmm, as I see it there are 3 approaches - Option 1 is to use something really long (`\definatly_unique_cell_seperator`), but that decreases the readability and editability of the production -...

Not that I know of, so I guess I'll just use that.

`dyn_trait` as a type kind is somewhat new. Upgrading `rustdoc-types` (or using an older nightly) should do it.

I think you actually need to call into the compiler (or duplicate significant functionality) to be fully accurate consider changing ```rust pub fn demo(x: ConcreteType) ``` to ```rust pub fn...

WRT miniserde, It [only supports enums with unit variants](https://github.com/dtolnay/miniserde#different-structs-and-unit-variants-only), which makes it a non starter for `rustdoc-types` WRT rustdoc-types (the crate, not the upstream version), I'd be happy to merge...