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

fix: correct naming for loggers #149

Merged
merged 2 commits into from
Jun 2, 2021
Merged

fix: correct naming for loggers #149

merged 2 commits into from
Jun 2, 2021

Conversation

ydcjeff
Copy link
Member

@ydcjeff ydcjeff commented Jun 2, 2021

Description

Fix the correct naming for loggers

ref #103

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Other

@ydcjeff ydcjeff added the bug Something isn't working label Jun 2, 2021
@ydcjeff ydcjeff requested review from vfdev-5 and trsvchn June 2, 2021 11:50
@ydcjeff ydcjeff added this to In progress in v0.2.0 via automation Jun 2, 2021
@ydcjeff ydcjeff changed the title fix: correct naming for loggers [skip ci] fix: correct naming for loggers Jun 2, 2021
Copy link
Member

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

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

👍 thanks Jeff !

v0.2.0 automation moved this from In progress to Reviewer approved Jun 2, 2021
@ydcjeff ydcjeff mentioned this pull request Jun 2, 2021
23 tasks
@trsvchn
Copy link
Member

trsvchn commented Jun 2, 2021

I was thinking about this approach as well, but I it will breaks all further checks, like here

    #::: if (it.logger === 'clearml') { :::#

Do we need to do like this now? or not?

    #::: if (it.logger === 'ClearML') { :::#

@ydcjeff
Copy link
Member Author

ydcjeff commented Jun 2, 2021

Thanks @trsvchn , we need to convert to lower case when saving.

@netlify
Copy link

netlify bot commented Jun 2, 2021

✔️ Deploy Preview for code-generator ready!

🔨 Explore the source changes: 31501f3

🔍 Inspect the deploy log: https://app.netlify.com/sites/code-generator/deploys/60b77e79e771120008c71a8f

😎 Browse the preview: https://deploy-preview-149--code-generator.netlify.app/

Copy link
Member

@trsvchn trsvchn left a comment

Choose a reason for hiding this comment

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

Thanks @ydcjeff ! LGTM!

@ydcjeff ydcjeff merged commit a802644 into main Jun 2, 2021
v0.2.0 automation moved this from Reviewer approved to Done Jun 2, 2021
@ydcjeff ydcjeff deleted the fix/correct-namecase branch June 2, 2021 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants