Ivan Gagis
Ivan Gagis
would that be possible to add a new feature to `gcovr` to supply what the root directory should be when generating JSON reports? This could be a new `--base-dir` argument....
Actually, what is needed is to append (and perhaps canonicalize) the `root` directory, the one passed in as `-r` argument to file paths. Perhaps there could be a command line...
I found out that asciidoctor-mathematical works OK in this case, only setting imagesoutdir is enough. When setting imagesdir also then asciidoctor-diagram starts working, but asciidoctor-mathematical applies both imagesoutdir and imagesdir...
I think right solution would be that if filename is not specified explicitly, then asciidoctor-diagram generates the filename and saves it to imagesout dir, so in that case in html...
I found that this `httpclient` uses `strlen` instead of `os_strlen` and also own implementation of `atoi` could save some bytes.
One can also link against `-lcirom` instead of `-lc`, it puts all stdlib functions to irom.
Well, it gives value. If there is a desire to keep strings short, maybe it makes sense to make this feature configurable via `with:` argument? Like: ```yaml with: print_suite_name: true...
Current implementation of Table container removed.
Need to come up with better concept of Table container
1st bullet done.