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

replace implementation module with declarative macro #313

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

mukilan
Copy link
Member

@mukilan mukilan commented Aug 31, 2024

The current approach of having a free standing module that is instantiated multiple times with the explicit path often causes confusion when reading the code. So replace this with a very simple declarative macro that hopefully is more explicit and simpler than the current approach.

The current approach of having a free standing module that is
instantiated multiple times with the explicit `path` often causes
confusion when reading the code. So replace this with a very simple
declarative macro that hopefully is more explicit and simpler than the
current approach.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
@mukilan mukilan force-pushed the replace-implementation-mod branch from 08c4934 to 75a61d2 Compare August 31, 2024 08:04
Copy link
Member

@wusyong wusyong left a comment

Choose a reason for hiding this comment

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

Really love this move. I also stuck too many times trying to trace the code.

Copy link
Member

@jdm jdm left a comment

Choose a reason for hiding this comment

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

Seems reasonable!

@jdm jdm added this pull request to the merge queue Sep 1, 2024
Merged via the queue into servo:main with commit dce7e74 Sep 1, 2024
17 checks passed
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.

3 participants