box<beam>

Results 16 comments of box<beam>

Yes, we could do `profile.dev.package..debug = 0` for each one we want to disable, though that might end up being a huge number of lines since we have ~700 dependencies...

Okay, looking more closely it seems like we actually can leave in the `*` rule and still enable debug symbols for individual dependencies, which is much better

I don't think we can use it by default, since it requires a different mode of authentication (ssh key instead of access token). Cloning via ssh would need to be...

This is not related to error recovery; you have no patterns here which can be recovered to. Only full rules wrapped in literals, and delimited lists, can be recovered from....

Thank you very much for providing a minimal example to reproduce the error!

Untwine can produce incomplete syntax trees, yes. Check out the [JSON example](https://github.com/boxbeam/untwine/blob/master/examples/json.rs#L19), where the JSONValue type has an Error variant which will be inserted whenever there is an error that...