Pablo Alessandro Santos Hugen

Results 5 issues of Pablo Alessandro Santos Hugen

## Environment **toml++ version and/or commit hash:** v3.4.0 **Compiler:** `nvc++` 23.11: ``` nvc++ 23.11-0 64-bit target on x86-64 Linux -tp tigerlake NVIDIA Compilers and Tools Copyright (c) 2023, NVIDIA CORPORATION...

bug

### Is your feature request related to a problem? Please describe. I'm using xmake to build a `nvidia-hpc-sdk` application. Basically I followed this [issue](https://github.com/xmake-io/xmake/issues/2327) to get It working. Take a...

feature request

As pointed by @awakecoding, external actions are blocked by the org. Anyway, I'm pushing this so we can work on refactoring this into a custom GH action.

Although this is mostly bikeshedding, I believe it helps with UI consistency. Additionally, this can make the shell startup smoother by removing the annoying "loading zellij" message before the shell...

As discussed in #173, this PR implements the [C++20 modules grammar](https://en.cppreference.com/w/cpp/language/modules) after the last contributor time restraints. It Closes #174. #### Parser states before: ```c #define STATE_COUNT 9798 #define LARGE_STATE_COUNT...