Michael Rogenmoser
Michael Rogenmoser
Thank you for pointing this out! Unfortunately, I was not able to reproduce this issue, for me the new commit was fetched properly. While generally `bender` keeps git repositories linked...
The `Bender.yml` is read using the [`serde_yaml`](https://docs.rs/serde_yaml/latest/serde_yaml/) package (see https://github.com/pulp-platform/bender/blob/master/src/cli.rs#L375-L387). If there is a configuration that is missing to allow your whitespaces, let me know (easiest with a PR that...
I really like the idea, but see a bit of a conflict regarding the purpose of the `update` command. In my opinion, when calling `update`, all dependencies are re-resolved, but...
Hi @Suudy, We generally use bender solely for dependency management and the resulting source file list, and make use of targets to alter specifics of the defines set within the...
Added the changelog entry, tested in PULPissimo (see [this WIP branch](https://github.com/pulp-platform/pulpissimo/tree/michaero/pulpissimo-v8-dev))
I think this is a good idea, happy to review a PR with this change!
I have encountered stack overflows with morty before, but have not had the chance to concretely debug it or look for the root cause. I believe it is due to...
I think the easiest way to find the culprit is to use morty's verbose mode to help figure out which file contains the issue. From my experience it is usually...
I don't know how much I can help here. I tested your repository and, after removing `mmq_spr.v` due to errors (I believe `begin` with no `end`), I was able to...
Are you using the development version on the `collect_defines` branch? The master branch also shows the behavior you describe for me, AFAIK due to the parallel parsing of the files.