Skip to content

Update xeus-cpp version to 0.8.0 dev #347

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcbarton
Copy link
Collaborator

Description

Please include a summary of changes, motivation and context for this PR.

Fixes # (issue)

This PR updated xeus-cpp version to 0.8.0 dev

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Added/removed dependencies
  • Required documentation updates

@SylvainCorlay
Copy link
Collaborator

I closed the PR as per the comment on the discord.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

@@ -11,8 +11,9 @@

// Project version
#define XEUS_CPP_VERSION_MAJOR 0
#define XEUS_CPP_VERSION_MINOR 7
#define XEUS_CPP_VERSION_PATCH 1
#define XEUS_CPP_VERSION_MINOR 8
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: macro 'XEUS_CPP_VERSION_MINOR' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]

#define XEUS_CPP_VERSION_MINOR 8
        ^

#define XEUS_CPP_VERSION_MINOR 7
#define XEUS_CPP_VERSION_PATCH 1
#define XEUS_CPP_VERSION_MINOR 8
#define XEUS_CPP_VERSION_PATCH 0
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: macro 'XEUS_CPP_VERSION_PATCH' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]

#define XEUS_CPP_VERSION_PATCH 0
        ^

@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.81%. Comparing base (e0946f7) to head (84baaf1).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #347   +/-   ##
=======================================
  Coverage   81.81%   81.81%           
=======================================
  Files          20       20           
  Lines         957      957           
  Branches       89       89           
=======================================
  Hits          783      783           
  Misses        174      174           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mcbarton mcbarton reopened this Jun 13, 2025
@mcbarton mcbarton force-pushed the Set-version-to-0.8.0-dev branch from 4a08aa3 to 84baaf1 Compare June 13, 2025 08:36
@mcbarton
Copy link
Collaborator Author

@SylvainCorlay @anutosh491 @vgvassilev I have reopened this, as I think this needs to go in now. A change just went into xeus-cpp, without the version being updated to a dev version.

@anutosh491
Copy link
Collaborator

I think we already discussed this on discord. This just seems like noise (so while releasing we remove the dev label and then after that 1 commit goes in everytime to address this ? that doesn't sound productive to me)

Why don't we take a call on what we're releasing when we're releasing ?

@vgvassilev
Copy link
Contributor

I am not sure what noise you are talking about but I'd like to get that in.

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.

5 participants