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

enable debug assertions in CI #10205

Merged
merged 5 commits into from
Nov 20, 2023

Conversation

Ekleog-NEAR
Copy link
Collaborator

No description provided.

@Ekleog-NEAR Ekleog-NEAR added C-housekeeping Category: Refactoring, cleanups, code quality A-security Area: Security issues labels Nov 17, 2023
@Ekleog-NEAR Ekleog-NEAR requested a review from a team as a code owner November 17, 2023 14:28
@Ekleog-NEAR Ekleog-NEAR force-pushed the debug-assertions-in-ci branch from b982776 to ed356c3 Compare November 17, 2023 15:03
Cargo.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@nagisa nagisa left a comment

Choose a reason for hiding this comment

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

r=me sans the question about that one failing debug assert

Copy link
Member

@posvyatokum posvyatokum left a comment

Choose a reason for hiding this comment

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

Checked that test that I want to fail fails with these changes.
As per this comment I understand, that we can disable that debug_assert! as it is:

  1. firing in test that it specifically supposed to fire in
  2. is part of feature that is going to be disabled with 1.38.0

@Ekleog-NEAR Ekleog-NEAR added this pull request to the merge queue Nov 20, 2023
Merged via the queue into near:master with commit fdead43 Nov 20, 2023
14 checks passed
@Ekleog-NEAR Ekleog-NEAR deleted the debug-assertions-in-ci branch November 20, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-security Area: Security issues C-housekeeping Category: Refactoring, cleanups, code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants