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

reorg interpreter and adjust rustfmt config #287

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

koushiro
Copy link
Contributor

@koushiro koushiro commented May 28, 2024

reorg interpreter crate

  • extract exit module from error module
  • move trap module into error module
  • add machine module
  • move memory and stack modules into machine module

add more rustfmt configs

imports_granularity="Crate"
group_imports = "StdExternalCrate"

@koushiro koushiro force-pushed the reorg-interpreter branch 3 times, most recently from 8afeab0 to 494228a Compare May 28, 2024 13:53
- extract exit module from error module
- move trap module into error module
- add machine module
- move memory and stack modules into machine module
- adjust rustfmt config
@koushiro koushiro changed the title reorg interpreter and adjust rustfmt reorg interpreter and adjust rustfmt config May 28, 2024
@koushiro koushiro merged commit 699fd9a into master May 28, 2024
3 checks passed
@koushiro koushiro deleted the reorg-interpreter branch May 28, 2024 14:10
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.

1 participant