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

Manule style fixes #2642

Merged
merged 2 commits into from
Jan 17, 2023
Merged

Manule style fixes #2642

merged 2 commits into from
Jan 17, 2023

Conversation

tdegeus
Copy link
Member

@tdegeus tdegeus commented Jan 16, 2023

Checklist

  • The title and commit message(s) are descriptive.
  • Small commits made to fix your PR have been squashed to avoid history pollution.
  • Tests have been added for new features or bug fixes.
  • API of new functions and classes are documented.

Description

Fixes #2637
Fixes #2632
Fixes #2633

@tdegeus
Copy link
Member Author

tdegeus commented Jan 16, 2023

There seems to be some GH bug with the CI...

@tdegeus tdegeus requested a review from JohanMabille January 16, 2023 15:38
@JohanMabille
Copy link
Member

The failure with openmp is due to a concurrency issue in the xtl. The dynamic_bitset container is used under the hood for some of the boolean expressions, thus the failure.

The failure on appveyor is weird, the CI did not start and I don't have any log. Anyway, we should migrate to GHA at some point.

@JohanMabille JohanMabille merged commit 284d536 into xtensor-stack:master Jan 17, 2023
@tdegeus tdegeus deleted the style branch January 17, 2023 08:08
@tdegeus
Copy link
Member Author

tdegeus commented Jan 17, 2023

It would be good to switch indeed. I'm worked on a grant until Feb. 1 but thereafter I'm planning to do a bit of cleaning up here too, I also have some longstanding weird small bugs in a bit exotic that I need to solve.

Furthermore, I think that we should decide on a timeframe to switch to C++17.

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.

Formatting: manual correction Formatting: manual correction Formatting: manual reformat
2 participants