Cristian Le

Results 893 comments of Cristian Le
trafficstars

> Btw, any idea about a suitable character to be used for this? Trying some brainstorm: Might create more confusion due to lack of support for other operators, but how...

> > One main comment, afaik `python-build` is not a build backend, just an interface for pep517 > > I wrote frontend, not backend :) Oh midnight brain didn't quite...

Since it seems to have converged to using hatch I have converted the scripts to `hatch`. @martinhoyer, can you review again to see which ones need to be converted? Other...

The idea is to prevent accidental operations. Let's say that the operation is done on a fmf file that is in another repo which didn't had `discover` as a list,...

Of course. It might be better to split this one a bit into: - Quick fixes like: aea90a12494c8822725ff8a10ff39395678a0dce - Maintenance: like drop epel8 - PEP621 Other CI tasks, I will...

Let's try this again, I've minimized this PR to just PEP621 + hatch related changes, @martinhoyer I will resolve all conversations, but re-open them or create a new one if...

@psss @lukaszachy @martinhoyer @happz What do you think of getting this in for `1.4`, now that there has been quite some simplification to this PR. This PR is decoupled from...

How about defining the grafting method in the `.fmf` folder? Most naturally it could be in `.fmf/version`, but the structure of that file would not allow for such extensions. So...

Recent discussion from #223. Another usecase that would be useful even on the python level is to support 2 operations: - `graft`: have a pre-defined `fmf.Tree` from filesystem then add...

Let me add to this, the regex matches should be exposed as context objects: - by default all regex matches should be stored under a `regex_match` context - for clarity,...