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

Refactor scaling component apply function #262

Merged
merged 16 commits into from
Mar 8, 2024

Conversation

Ari-suhyeon
Copy link
Contributor

Types of changes

  • type: Bug
  • type: Documentation
  • type: New feature
  • type: Small improvement
  • type: Refactoring
  • type: CI/CD, Github

Which issue/s this PR fixes (#)

#260

How Has This Been Tested?

@Ari-suhyeon Ari-suhyeon added this to the v0.2.0 milestone Mar 4, 2024
@Ari-suhyeon Ari-suhyeon self-assigned this Mar 4, 2024
@Ari-suhyeon Ari-suhyeon linked an issue Mar 4, 2024 that may be closed by this pull request
@@ -681,6 +685,12 @@ mod test {
use data_layer::ScalingComponentDefinition;
use std::collections::HashMap;

async fn get_rquickjs_context() -> rquickjs::AsyncContext {
Copy link
Member

Choose a reason for hiding this comment

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

define "get_rquickjs_context" once and reuse it

@pueding pueding merged commit 8cfe2b1 into main Mar 8, 2024
1 check passed
@pueding pueding deleted the 260-use-variables-in-the-scaling-component branch March 8, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use variables in the scaling component
2 participants