Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breakage in Arch Linux build due to a std::optional bug in GCC 13+ by disabling one of the yul-phaser's tests #15089

Merged
merged 1 commit into from May 10, 2024

Conversation

Comment on lines 441 to 451
//BOOST_FIXTURE_TEST_CASE(run_should_not_save_population_to_file_if_autosave_file_not_specified, AlgorithmRunnerAutosaveFixture)
//{
// m_options.maxRounds = 5;
// m_options.populationAutosaveFile = std::nullopt;
// AlgorithmRunner runner(m_population, {}, m_options, m_output);
// assert(!fs::exists(m_autosavePath));
//
// runner.run(m_algorithm);
//
// BOOST_TEST(!fs::exists(m_autosavePath));
//}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to use multi-line comments for things like this to avoid having non-indent tabs again, now that I fixed it in #15026.

@cameel cameel changed the title Fix archlinux build by disabling test Fix breakage in Arch Linux build due to a std::optional bug in GCC 13+ by disabling one of the yul-phaser's tests May 10, 2024
@cameel cameel enabled auto-merge May 10, 2024 15:43
@cameel cameel merged commit f53b333 into develop May 10, 2024
72 checks passed
@cameel cameel deleted the fix-archlinux-build branch May 10, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants