Skip to content

[object/string] Add support for .format()#139

Merged
Flipez merged 3 commits intomainfrom
add-string-format
Oct 30, 2022
Merged

[object/string] Add support for .format()#139
Flipez merged 3 commits intomainfrom
add-string-format

Conversation

@Flipez
Copy link
Copy Markdown
Owner

@Flipez Flipez commented Oct 30, 2022

This fixes #116

Signed-off-by: Flipez [email protected]

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Oct 30, 2022 at 9:42PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Oct 30, 2022 at 9:42PM (UTC)

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 30, 2022

Codecov Report

Merging #139 (e7bc4bd) into main (1abc995) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   86.85%   86.95%   +0.09%     
==========================================
  Files         102      102              
  Lines        3529     3556      +27     
==========================================
+ Hits         3065     3092      +27     
  Misses        396      396              
  Partials       68       68              
Impacted Files Coverage Δ
object/object.go 90.51% <100.00%> (+0.56%) ⬆️
object/string.go 98.26% <100.00%> (+0.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
@Flipez Flipez merged commit c7f4a10 into main Oct 30, 2022
@Flipez Flipez deleted the add-string-format branch October 30, 2022 21:45
@Flipez Flipez changed the title [object/string] Add support for .format() [object/string] Add support for .format() Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

string formatting

1 participant