Totto

Results 37 issues of Totto

When you change things in the settings regarding style, it would be convenient, to have another window pop up, with the preview of the current item, you are modifying the...

enhancement
Priority Low

**Describe the bug** When building my project, that uses the wrap file from [cpp-httplib](https://github.com/mesonbuild/wrapdb/blob/master/subprojects/cpp-httplib.wrap) as subproject, it fails while configuring that subproject. Error trace: ``` Executing subproject cpp-httplib cpp-httplib| Project...

regression

This adds a [Msys2](https://www.msys2.org/) CI. I tested it in Msys2 Clang64 locally and fixed #365 too. For that I also had to change some code, so that Msys2 uses windows...

3 Tests fail on msys, since wrong file names are used in those cases. `src/test/pegtl/file_file.cpp` `src/test/pegtl/file_mmap.cpp` `src/test/pegtl/file_read.cpp` In this code MSYS isn't considered and handled incorrectly `src/test/pegtl/verify_file.hpp:11` ```cpp #if defined(...

compatibility

This is divided into 2 commits: - The first one modifies the idl files quite a bit for such a small change, but it was necessary 😓 - The second...

While trying to run the dev container, I faced a few issues: - the packages were outdated - some needed packages were missing This includes the following: In Ubuntu 20.04...

Since [pre-commit v4.0.0](https://github.com/pre-commit/pre-commit/releases/tag/v4.0.0) The CLI warns you, that the stage name `commit` is deprecated and you should use `pre-commit` (See also https://github.com/pre-commit/pre-commit/issues/2732) ``` [WARNING] hook id `meta-lint-ci` uses deprecated stage...

* I added support for the TXT sentence formatter (according to [this](https://www.plaisance-pratique.com/IMG/pdf/NMEA0183-2.pdf)) * It supports multi and single sentences (see test cases) * I added tests for it. * I...

Add meson as formatter Since meson 1.5.0 meson has a format subcommand, see [here](https://mesonbuild.com/Commands.html#format) This is still WIP, as the formatter doesn't accept stdin via "-" atm. See https://github.com/mesonbuild/meson/issues/13791

This fixes two errors in the IDL generator - A minor one: If you write something similar to this: ``` typedef (A or B or // FIXME: C // FIXME:...