slint/api/cpp/tests
Tobias Hunger e5ecb9cf6c infra: Test out mise
I found `mise` a tool to help manage development projects.
https://mise.jdx.dev/

It basically can manage ENV vars based on the directory you are in,
manages tools you need (and makes thoser available based on the
directory you are in), and allows to define simple tasks that can
then be shared between developers.

Tools can be found in npm, pipx, aqua, binaries on github, ...
and it tries to verify signatures and all that (if supported by the
repo the data comes from).

I replaces the entire autofix workflow with mise tooling and tasks,
just to give it a try :-)

To reproduce:

```sh
> cargo install mise # to get the tool itself

# Follow the necessary step
# https://mise.jdx.dev/installing-mise.html#shells
# to intergate into your shell

> cd /your/slint/folder

# Mise will now ask whether or not to trust this dir and prints the
# command needed to do so. Run that.

> mise install # Install all the tools defined in .mise/config.toml

# Add a .mise.local.toml with local overrides. Git will ignore this file.
# Or add tasks into .mise/tasks/local ... Git will also ignore those.

> mise run 'ci:autofix:**:all' # To run all the ci:autofix tasks.
```

It is so much fatser to see these checks fail locally than it is to
bother CI with them :-)
2025-03-20 16:33:00 +01:00
..
libraries Fixed kebab casing of previous appwindow.slint. 2024-09-20 10:26:49 +02:00
multiple-includes Fixed kebab casing of previous appwindow.slint. 2024-09-20 10:26:49 +02:00
CMakeLists.txt C++ tests: disable false positive warning on more recent version of GCC 2025-01-14 09:54:51 +01:00
datastructures.cpp cpp: added to_lowercase and to_uppercase to SharedString (#6869) 2024-11-21 18:53:02 +00:00
eventloop.cpp Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
interpreter.cpp Add public API in the interpreter (Rust/C++) to obtain the list of functions 2024-06-05 14:06:10 -07:00
models.cpp Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
platform_eventloop.cpp infra: Test out mise 2025-03-20 16:33:00 +01:00
properties.cpp Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
redpixel.png Generate bindings of Image::to_rgb8/to_rgba8/to_rgba8_premultiplied f… (#6405) 2024-10-01 10:55:11 +02:00
test.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
testing.cpp Add ElementHandle::accessible_role() to the C++ API (#5388) 2024-06-13 06:32:25 +02:00
window.cpp Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00