Carl

Results 24 comments of Carl

I want to increment the field, not `i`.

> It would be ideal if were compiler options to turn off this kind of warning. But I don't know of any. Usually it is the other way around: You...

> We are getting a lot of false-positive and spurious warning from our current CMake setup. See #387 for further details. Are those conversion warnings I fixed really false-positive? There...

Okay, so do we want to leave the code as is and simply ignore the warnings?

I did a quick test if we can leave out the `kind=` arguments, because this would make the code a little more readable. Unfortunately this doesn't solves the `Conversion from...

> I can also provide a PR if necessary but it really just is "replace `--delay` with `--key-delay` and make sure that `--key-delay` is in front of every occurence of...

> (It is rather unfortunate that xdotool is broken when using a non-us keyboard layout to start with.) If I remember correctly you can specify the desired layout just like...

I like the idea of option 2. But maybe this could be more general. E.g. `project_metadata_m.f90` containing not only the version number but also the projects name, license, author etc....

This sounds very complicated, but if this is necessary to keep this compatible to meson etc. so be it. My approach (without any knowledge of meson etc.) would look like...

Another thing that came into my mind is git: You can tag commits with version numbers which will create another redundancy. I cannot imagine any solution to this "problem" but...