Olof Kindgren

Results 572 comments of Olof Kindgren

Thanks for the quick reply. I got a bit further with the binary release by installing libpcre-debian and applying this dirty hack to `lib/python3.5/site-packages/ament_tools/build_types/ament_python.py` def _get_python_lib(self, context): path = get_python_lib(prefix=context.install_space)...

So, before I install the ebuilds from your overlay, what do you mean with the ebuilds not being *quite* functioning? Do they work, if I just use your `mkdir` hack...

There might very well be a bug, but I would like to get a better understanding of what you're trying to do. Can you describe your use-case? For some context,...

I see your use case. I'm not saying no right away, but I think we would need to carefully analyze this, as it has severe impact on some fundamental design...

Hmm... in all my years of using Icarus I had completely missed that. As I understand it though, you could still pass these options as plusargs. The only difference between...

There are several ways around this, but the easiest would be to split out the behavioral model into a separate core. I added an example to the documentation, which I...

This looks good. The current release process is pretty much undocumented, but I currently run python setup.py sdist twine upload dist/fusesoc-.tar.gz Is this doing the same thing more or less?...

This is an old issue caused by different people wanting to use env var for different things. Both camps have been arguing for their use case and traditionally FuseSoC has...

Yes, the intention is to have vars that can be settable on the command line (either like flags, or an actual expansion on the flags concept). And if you can...

@GCHQDeveloper137 Good catch. There could very well be some inconsistencies there as well.Should probably be fixed and either way properly documented