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

Minor refactoring to follow existing style #68

Merged
merged 1 commit into from
May 9, 2024

Conversation

eileencodes
Copy link
Collaborator

This PR makes a few changes to follow mmtk where it deviated from the set style:

  • some functions for MMTK were not namespaced with rb_mmtk_. I updated these so it's easier to differentiate CRuby functions from MMTK ones.
  • fixes if USE_MMTK indentation in a few places
  • removes an empty if USE_MMTK

This PR makes a few changes to follow mmtk where it deviated from the
set style:

- some functions for MMTK were not namespaced with `rb_mmtk_`. I updated
these so it's easier to differentiate CRuby functions from MMTK ones.
- fixes `if USE_MMTK` indentation in a few places
- removes an empty `if USE_MMTK`
@wks wks merged commit 4a469c7 into mmtk:mmtk May 9, 2024
95 of 100 checks passed
@wks
Copy link

wks commented May 9, 2024

Thank you for your fixes.

@eileencodes eileencodes deleted the minor-refactoring branch May 23, 2024 20:40
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.

2 participants