Colin Kiama

Results 86 comments of Colin Kiama

Don't worry guys, I've found the code the official Microsoft Code Snippet which lets you launch executables!: https://github.com/Microsoft/Windows-task-snippets/blob/master/tasks/Launch-executable.md

I managed to render the graphs as inline SVGs. You can track the Pull/Merge Request for it here: https://gitlab.gnome.org/GNOME/vala/-/merge_requests/251 Here's what the styling changes and valadoc changes look like together:...

Documentation tooltips now over the graph nodes again: ![valadoc-tooltip-over-svg-graph](https://user-images.githubusercontent.com/16501024/182022005-5e137102-89aa-41d1-8916-87f95dfdc477.png)

If you want to test these changes yourself right now, you'll need to: 1. Build valadoc from the branch in this merge request: https://gitlab.gnome.org/GNOME/vala/-/merge_requests/251 2. Build valadoc-org: - Without the...

Inline SVG graph generation has been merged into Vala so we can proceed with this PR now. Can somebody review this please?

Because that count is based on the tests defined in your meson build scripts. Are there other existing Vala projects where running the tests produce the output you expect?

Sorry, I haven't spent much time testing in Vala either. Prior art covers what I would have mentioned already.

I’m back with some more testing experience 😅. Here’s an example to that I think would be great look at: https://github.com/lcallarec/live-chart/blob/master/tests/meson.build My opinion is that tests should be defined in...