Jean-Louis Leroy

Results 28 comments of Jean-Louis Leroy

> @jll63 what do you think? It would break everything. Let's split the `GrandTour` example into two modules, and change it a tiny bit. To make it simpler, I'll just...

I have an idea for trimming the mixture in some circumstances. I will try it during the weekend. Also, don't you think that `ParameterAttribute` should move somewhere in `bolts.traits`? It...

Branch with less verbose mixtures is here: https://github.com/jll63/bolts/tree/refraction-compact-mixture Basically, it avoids unpacking the parameter list unless it is modified. Then it avoids unpacking the parameters into type, storage classes and...

> [...] as with all the libraries that need building, the process is a bit slower than header-only libs Thanks! Once it has been built and installed for the first...

I am encountering this issue as well, also while running Jepsen. Is work planned on this issue?

Any idea when this will go through?

This seems to have stalled. No biggie, in the meantime the library has become header only. Also today I installed a local instance, tested my changes, and made the two...

I will add my vote to this. I am considering Catch2 for future use in my [YOMM2](https://github.com/jll63/yomm2) library. Since I try hard to make open methods run almost as fast...

I am thinking this through. What you ask for, is often asked for virtual functions too. The answer is: it's impossible because the virtual table could not be known until...

I took a first look at this and it is not very promising. It seems that class template instantiations are not registered in ModuleInfo: ```D import std.stdio; class Foo {}...