Skip to content

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Sep 30, 2025

  • Always use func to refer to functions being decorated.
  • Always call inner functions with *args and **kwargs
  • Always return the result of the inner function

@sbc100 sbc100 requested a review from kripken September 30, 2025 15:35
- Always use `func` to refer to functions being decorated.
- Always call inner functions with *args and **kwargs
- Always return the result of the inner function
@sbc100 sbc100 force-pushed the consistent_decoroators branch from cbd5884 to 699eec0 Compare September 30, 2025 15:35
@sbc100 sbc100 requested a review from dschuff September 30, 2025 17:14
Copy link
Member

@dschuff dschuff left a comment

Choose a reason for hiding this comment

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

so many decorators 😳

@sbc100 sbc100 merged commit cfd8d71 into emscripten-core:main Sep 30, 2025
33 checks passed
@sbc100 sbc100 deleted the consistent_decoroators branch September 30, 2025 18:29
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