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

prefix data structures with Lambda instead of namespacing them #256

Merged
merged 2 commits into from
Apr 15, 2022

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Apr 14, 2022

motivation: consisten naming convention

changes:

  • Lambda.InitializationContext -> LambdaInitializationContext
  • Lambda.Runner -> LambdaRunner
  • Lambda.Configuration -> LambdaConfiguration
  • Lambda.RuntimeError -> LambdaRuntimeError
  • adjust call sites, tests, and examples

@tomerd tomerd added the ⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0 label Apr 14, 2022
@tomerd tomerd added this to the 1.0.0-alpha.1 milestone Apr 14, 2022
motivation: consisten naming convention

changes:
* Lambda.InitializationContext -> LambdaInitializationContext
* Lambda.Runner -> LambdaRunner
* Lambda.Configuration -> LambdaConfiguration
* Lambda.RuntimeError -> LambdaRuntimeError
* adjust call sites, tests, and examples
Copy link
Member

@fabianfett fabianfett left a comment

Choose a reason for hiding this comment

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

Awesome!

@fabianfett fabianfett merged commit e5b4496 into swift-server:main Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants