Patrick Junger

Results 12 comments of Patrick Junger

Ah alright, so there currently is no way to create a mandatory parameter (except using manual validation)? Thank you for your quick answer!

How about a fluent interface for 1.? Something like [this](https://github.com/pJunger/cucumber/blob/master/src/launcher.rs)?

I can start a pr, but I cannot promise anything further for the next to weeks.

Could we just generate the wire file somewhere cucumber will see it?

Yes, at runtime, although I would not remove it, but just regenerate it each time _start_ is called. It could be set via a _refresh_wire_ method in the create_config chain...

Unfortunately only the prefix is fixed size, everything else can vary.

I've tried the same for C++ on a folder with 11 .cpp files and a total of 5k LOC (using clangd which seems to be able to show call hierarchies)...

Had to adapt the interface (for `mkDummySrc` & `writeTOML` starting with `v0.16.1`), but the same error occurs with newer versions.

I've been getting the same error with the cyclic dependency in a pdm environment with a simple dependency of `"markdown-it-py[linkify,plugins]`

Hey, how about something like [this](https://github.com/pJunger/Ceedling/blob/155290b68016fe8400ea6665640278287ae46b59/lib/ceedling/test_invoker.rb#L130-L147)? At least with my setup I did not encounter any problems. Small benchmark from one of my projects: |Test | Time in seconds| |-------------...