Miloš Prchlík

Results 416 comments of Miloš Prchlík

Good idea, but it's not going to be that simple. It will work for pages that exist as ReST files in the repo, and that's just a subset of pages...

> https://tmt--3398.org.readthedocs.build/en/3398/spec/core.html is generated from https://github.com/teemtee/tmt/tree/main/spec/core but I don't see what generates it https://github.com/teemtee/tmt/blob/main/docs/Makefile https://github.com/teemtee/tmt/blob/main/docs/Makefile#L133: ``` $ make docs ... mkdir -p spec scripts/generate-lint-checks.py templates/lint-checks.rst.j2 spec/lint.rst scripts/generate-template-filters.py templates/template-filters.rst.j2 code/template-filters.rst scripts/generate-plugins.py...

@mcasquer correct. Once an fmf tree is loaded, objects derived from it - tests, plans, stories - should have `fmf_root` attribute storing the path. And I'd say that's what's missing:...

https://github.com/teemtee/tmt/issues/3659 is the same issue, just different place.

> > #3659 is the same issue, just different place. > > So this is something which still needs to be covered? Rather examined, whether the fix proposed in this...

> > > #3659 is the same issue, just different place. > > > > > > So this is something which still needs to be covered? > > Right,...

> Ultimately went with just checking for ready-for-merge, still don't like it - suggestions welcome! I'm now convinced running it sparsely will not help with what I observed today. I'm...

@martinhoyer if you change the base branch to the one from https://github.com/teemtee/tmt/pull/3147, the diff should reduce a bit.

> Trying to implement the check results as discussed yesterday. Started from scratch. Still don't understand specs, schemas and docs generation. Why can't we just have a one place to...

> > > Trying to implement the check results as discussed yesterday. Started from scratch. Still don't understand specs, schemas and docs generation. Why can't we just have a one...