Skip to content

sim: allow submitting solutions written in C++23#39

Merged
varqox merged 4 commits into
varqox:mainfrom
Maritsu:main
Nov 28, 2025
Merged

sim: allow submitting solutions written in C++23#39
varqox merged 4 commits into
varqox:mainfrom
Maritsu:main

Conversation

@Maritsu
Copy link
Copy Markdown
Contributor

@Maritsu Maritsu commented Nov 26, 2025

Sibling PR to #32.

  • Enables submitting in C++23, setting it to the default submission language (65f3c48)
  • Fixes a compilation error due to uint8_t not being defined (6746539)

I've checked the job logs, and the failing tests are unrelated to this PR.

This fixes a compilation error where the compiler complains about
`uint8_t` not being defined.
Comment thread subprojects/simlib/test/sim/judge/language_suite/cpp_clang.cc
Comment thread subprojects/simlib/test/sim/judge/language_suite/cpp_gcc.cc
@varqox
Copy link
Copy Markdown
Owner

varqox commented Nov 27, 2025

Thanks for the contribution, I will fix the other errors you encountered

@varqox
Copy link
Copy Markdown
Owner

varqox commented Nov 27, 2025

Also please rebase on top of origin/main as I fixed the other issues there.

@Maritsu Maritsu marked this pull request as draft November 28, 2025 09:37
@Maritsu
Copy link
Copy Markdown
Contributor Author

Maritsu commented Nov 28, 2025

Also please rebase on top of origin/main as I fixed the other issues

Should be good now, I hope I did this correctly.

@Maritsu Maritsu marked this pull request as ready for review November 28, 2025 09:38
@varqox varqox merged commit 5f8b668 into varqox:main Nov 28, 2025
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants