Skip to content

prefix data structures with Lambda instead of namespacing them #256

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

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 ⚠️ semver/major Breaks existing public API. label Apr 14, 2022
@tomerd tomerd requested review from fabianfett and yim-lee April 14, 2022 18:22
@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
⚠️ semver/major Breaks existing public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants