Peter Fichtner

Results 10 comments of Peter Fichtner

> I played around a bit and a first approach ended up using a [per property lifecycle](https://github.com/jlink/approvaltests-experiments/blob/main/src/test/java/experiments/WithJqwikTests.java): > > ```java > /** > * Using this handmade lifecycle will check...

> > With PR 69 I purged the class mentioned and [everything seems still to work fine using `NamedEnvironment#withParameters`](https://github.com/pfichtner/testtypes/blob/92c705c331e59b9a74a6cac8467a67370008f60f/src/test/java/testtype/type4approvals/TestFizzBuzzApprovaltestWithPBT.java#L26) > > I assume this creates a file for each try?...

I didn't deep dive into the code of ModuleInterface but do the slaves know the ids of the other slaves? I thought that each module already has a unique name...

After some googling it seems that the problem is, that there is indeed a difference in the definition in pthread's pthread.h and mosquitto's dummythread.h. While [pthread](http://git.savannah.gnu.org/cgit/hurd/libpthread.git/tree/sysdeps/generic/pthread.h#n720) and [ulibc(-ng)](https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libpthread/linuxthreads/cancel.c#n125) define `pthread_testcancel(void)`...

Thanks for your explanation @ptjm but I don't understand where this C function is that doesn't take arguments: In both glibc and uClibc/uClibc-ng sources the function is defined as "extern...

Thanks @ptjm for your detailed and competent explanation and the time you took for it!

Thanks for accepting the PR although I don't understand why there are now two versions of jsondb. The version built with Java8 can be used with every JRE >= 8...

@FarooqKhan Oh! Thanks didn't realize that there is a separate version available, thanks for the hint. But what makes me curious is: What's the difference of that two versions (beside...

we upgraded to ubuntu24, does the problem still occur?

https://github.com/haumacher/phoneblock/discussions/203