Daniel Woste

Results 241 comments of Daniel Woste

It's a tough one, as I'm against including workarounds for other extensions in our code. There may be other use cases, where the file is not given, but Sphinx-Needs needs...

May be also relevant for the S-Core project: https://github.com/eclipse-score/score/issues/658

Thanks for the feedback and I totally agree, there seem to be some functions, which take a lot of performance and can (hopefully) be optimized. For me getting the multiprocessing...

Thanks for the explanation. I have fought with the event system of Sphinx already a lot during extension development. The multiprocessing part is a generic implementation, which is used in...

The main motivation of `list2need` was to have a short, simple syntax to create quick & dirty lists during meetings. The new one is quite overhanging for this use case....

Hey, I'm not familiar with the terms FMEA/FTA, but I guess we and other have already done it by performing an ISO 26262 toolchain classification and qualification for a docs-as-code...

I like the syntax. But what about internal options, like `style` or `layout`? Are they defined in `needs_extra_options` as well? If yes, maybe we shall call the config-var then just...

Good point and I agree, `needs_variants` is already capable of providing this kind of configuration. In this case, we just need an option, which takes a variant/build information. And as...

> I would like to know if these is a way to perform the tests based on the needs.json output instead of parsing/inspecting the html output. At this level, I...

Tough one, I see different use cases, where a different behavior is needed: a) Import all needs on root level (also the nested ones) and therefore ignore the ones in...