jaskij

Results 173 comments of jaskij

Yup, [its passes now](https://github.com/jaskij/nanopb/actions/runs/9989875393/job/27609459363)

I could make a quick PR soon-ish, or do you want to wait for someone else to weigh in?

@fosterbrereton all those files have the documentation inline, in the code, though. Perhaps we have different understandings what "separate from the code" means here?

Thank you @sean-parent , this is exactly the kind of example I was looking for. Knowing what to look for, I was also able to find [`docs/libraries`](https://github.com/adobe/hyde/tree/master/docs/libraries) in this repository,...

using `ETL_CXX_STANDARD` to set the C++ version causes the same error, with the same workaround

Won't that create issues elsewhere? Since it's simply a forward-compatibility warning.

Ah! But it doesn't have `char8_t`. I'm using GCC 13, but compiling in C++14 mode. This is basically a warning saying that the line *would be* an error if it...

As far as I'm aware, GCC does not number their warnings, instead using names. I've opened #909 with a proposed solution.

Sorry for bundling it like this, the PR was written in several hours of sleep-deprivation-fueled-mania. I can split the C++23 support later on. I can also tell already that the...

That last push *should* fix the C++11 builds (my fault for using `ETL_CONSTEXPR` instead of `ETL_CONSTEXPR14`). Right now I have absolutely no clue though what's going on in those C++23...