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

Replace js_str with js_string in examples #3836

Merged
merged 1 commit into from
May 3, 2024

Conversation

getong
Copy link
Contributor

@getong getong commented May 1, 2024

It changes the following:

  • replace js_str with js_string in the example code

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.76%. Comparing base (6ddc2b4) to head (bbb230f).
Report is 154 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3836      +/-   ##
==========================================
+ Coverage   47.24%   50.76%   +3.52%     
==========================================
  Files         476      466      -10     
  Lines       46892    45283    -1609     
==========================================
+ Hits        22154    22989     +835     
+ Misses      24738    22294    -2444     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HalidOdat
Copy link
Member

HalidOdat commented May 2, 2024

The js_str is deprecated

What is meant by this? js_str just landed on main yesterday...

EDIT: BTW I'm fine with replacing them with js_string since they are converted to JsString immediately in the examples.

@getong
Copy link
Contributor Author

getong commented May 2, 2024

The js_str is deprecated

What is meant by this? js_str just landed on main yesterday...

EDIT: BTW I'm fine with replacing them with js_string since they are converted to JsString immediately in the examples.

Sorry for the info, just replace js_str with js_string

@getong
Copy link
Contributor Author

getong commented May 3, 2024

rebase to main branch, which fix clippy warning

@getong
Copy link
Contributor Author

getong commented May 3, 2024

getong#1
All the test have passed

Copy link
Member

@jedel1043 jedel1043 left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!

@HalidOdat HalidOdat changed the title replace js_str with js_string Replace js_str with js_string in examples May 3, 2024
@HalidOdat HalidOdat added the Internal Category for changelog label May 3, 2024
@HalidOdat HalidOdat added this to the v0.18.1 milestone May 3, 2024
@HalidOdat HalidOdat added this pull request to the merge queue May 3, 2024
Merged via the queue into boa-dev:main with commit 12adec5 May 3, 2024
14 checks passed
@getong getong deleted the replace-js-str branch May 3, 2024 23:06
@raskad raskad modified the milestones: v0.18.1, v0.19.0 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal Category for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants