Skip to content

[object/array] Add ability to .sort()#137

Merged
Flipez merged 7 commits intomainfrom
add-array-sort
Oct 30, 2022
Merged

[object/array] Add ability to .sort()#137
Flipez merged 7 commits intomainfrom
add-array-sort

Conversation

@Flipez
Copy link
Copy Markdown
Owner

@Flipez Flipez commented Oct 30, 2022

This fixes #119

@Flipez Flipez added the enhancement New feature or request label Oct 30, 2022
@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 6:42PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Oct 30, 2022 at 6:42PM (UTC)

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 30, 2022

Codecov Report

Merging #137 (739f3f7) into main (4d97e99) will increase coverage by 0.20%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   86.62%   86.82%   +0.20%     
==========================================
  Files         102      102              
  Lines        3469     3522      +53     
==========================================
+ Hits         3005     3058      +53     
  Misses        396      396              
  Partials       68       68              
Impacted Files Coverage Δ
object/array.go 100.00% <100.00%> (ø)

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]>
Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
@Flipez Flipez merged commit 9091d92 into main Oct 30, 2022
@Flipez Flipez deleted the add-array-sort branch October 30, 2022 18:48
@Flipez Flipez changed the title [object/array] Add ability to .sort() [object/array] Add ability to .sort() 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.

Implement .sort() for at least array

1 participant