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

dialects: (riscv) RISCVOp -> RISCVAsmOperation subclass of IRDLOperation #2805

Merged
merged 6 commits into from
Jul 1, 2024

Conversation

superlopuh
Copy link
Member

I don't remember why it wasn't always an IRDLOperation, but there's no reason for it not to be one. Also, I took the opportunity to rename into something that both conveys that it's for assembly printing, and abstract (with Operation) suffix instead of Op.

dependabot bot and others added 4 commits June 28, 2024 07:46
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.6.10 to 0.6.23.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.6.10...0.6.23)

---
updated-dependencies:
- dependency-name: marimo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@superlopuh superlopuh added the dialects Changes on the dialects label Jul 1, 2024
@superlopuh superlopuh self-assigned this Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.80%. Comparing base (d524986) to head (6484105).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2805   +/-   ##
=======================================
  Coverage   89.80%   89.80%           
=======================================
  Files         396      396           
  Lines       48836    48836           
  Branches     7480     7480           
=======================================
  Hits        43857    43857           
  Misses       3796     3796           
  Partials     1183     1183           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@superlopuh superlopuh merged commit f30cdb1 into main Jul 1, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/riscv/riscv-op-irdl branch July 1, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants