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: missing renames #1530

Merged
merged 5 commits into from
Aug 1, 2024
Merged

fix: missing renames #1530

merged 5 commits into from
Aug 1, 2024

Conversation

muXxer
Copy link
Contributor

@muXxer muXxer commented Jul 31, 2024

Description of change

I was looking through the workflow files and found several missing renames there, as well as in some other crates.

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

I didn't test the changes, because most of the renamed endpoints are dead ends anyway.
As long as the CI doesn't break down further, it should be fine.

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@muXxer muXxer marked this pull request as ready for review July 31, 2024 12:51
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@@ -211,7 +211,7 @@ jobs:

# This job ensures that Move unit tests are run if there are changes
# to Move code but not Rust code (If there are Rust changes, they
# will be run as part of a larger test iotate).
# will be run as part of a larger test suite).
Copy link
Contributor

Choose a reason for hiding this comment

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

😆 nice catch

@muXxer muXxer requested review from a team as code owners July 31, 2024 13:19
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

Copy link
Contributor

github-actions bot commented Aug 1, 2024

✅ Vercel Preview Deployment is ready!

View Preview

@muXxer muXxer merged commit f1c4fa1 into develop Aug 1, 2024
40 of 43 checks passed
@muXxer muXxer deleted the core-node/fix/missing-renames branch August 1, 2024 07:29
alexsporn pushed a commit that referenced this pull request Sep 6, 2024
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
alexsporn pushed a commit that referenced this pull request Sep 6, 2024
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
alexsporn pushed a commit that referenced this pull request Sep 6, 2024
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
alexsporn pushed a commit that referenced this pull request Sep 9, 2024
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
marc2332 pushed a commit that referenced this pull request Sep 10, 2024
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
Alex6323 added a commit that referenced this pull request Nov 26, 2024
thibault-martinez added a commit that referenced this pull request Dec 4, 2024
* disable swap space allocation

* update config-patch

* temporarily disable report upload

* upload coverage reports as Github artifacts

* fix path

* update Cargo.lock

* temporarily disable slack bot notificaiton

* update config-patch

* clean up artifacts

* also clean in between

* fix

* investigate seg faults during simtest

* run only simtest

* disable simtest; update grcov workflow

* cleanup

* clean up

* nightly why not

* archive html coverage report

* test archiving

* restructure

* try release build

* undo release build, undo restructure

* try the hippie

* fix path; include branch coverage again

* only simtests one-by-one

* only simtests one-by-one 2; increase retries

* exclude segfaulting crates from coverage

* really exclude segfaulting crates

* bad docs

* disable swap

* ensure report creation

* force success if report was generated

* clean up the mess

* remove grcov coverage workflow

* more clean up

* nit

* merge nextest and simtest coverage

* add llvm-cov dir

* remove possibly corrupted .profraw files before report generation

* use llvm-profdata tool installed by rustup

* report subcommand

* check llvm-profdata version

* nightly please

* .

* bash fun

* funny commits

* hopefully fixed

* more debug, increase retention

* ensure correct toolchain

* clean up

* fix output dir

* clean llvm-cov-target

* increase workflow timeout

* Upload code coverage report (#3896)

* remove comment

* fix path

* clean up

* profraw-only

* temp disable simtest coverage

* try to improve runtime speed during coverage computation

* sudo apt-get

* validity check notification

* simplify

* re-enable simtest

* only simtest

* clean env vars

* nits

* only code-coverage for workspace crates

* optimize

* ignore external crates source files

* put option on the right command

* simtests only: no debug info

* debug log

* re-enable nextest

* re-enable debug symbols

* reduce opt-level

* reduce opt-level to 0

* refactor

* env

* fix env

* pass as list to llvm-profdata

* too bad

* fix paths

* nightly advanced infos

* fix toolchain

* can't have everything

* try again

* test if --branch caused the OOM

* re-include simtests

* disable debug symbols

* single package

* disable branch coverage

* nit

* publish to coveralls

* set base-path

* upload to codecov for comparison

* relative paths then

* wen better docs?

* relative paths the hard way

* ran into coveralls issue #1530

* upload to codecov with token

* re-enable simtest coverage 😓 🙏

* don't fail if codecov upload fails

* no nightly, fixes, cleanup, improvements

* fix check

* come on

* sccache check

* debug commands; use subshell

* sccache + more echos

* add Coveralls badge to README.md

* bye codecov

* fix config.toml extension

Co-authored-by: DaughterOfMars <chloedaughterofmars@gmail.com>

* rm badge

* rm sscache install; mandatory corruption check

* dprint

* dprint Cargo.toml

* run cargo_sort.py

* chore(ci): clean version pin comments (#4317)

* chore(ci): clean version pin comments

* labeler

* align action pinning

* dprint

* review

* review 2

* reduce log output

* rm backing up lcov.info

---------

Co-authored-by: Thomas Shufps <shufps80@gmail.com>
Co-authored-by: DaughterOfMars <chloedaughterofmars@gmail.com>
Co-authored-by: Thibault Martinez <thibault@iota.org>
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.

7 participants