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

move builtins to stdlib layout #28

Merged
merged 1 commit into from
Dec 28, 2021
Merged

move builtins to stdlib layout #28

merged 1 commit into from
Dec 28, 2021

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Dec 28, 2021

Signed-off-by: Flipez code@brauser.io

Signed-off-by: Flipez <code@brauser.io>
@vercel
Copy link

vercel bot commented Dec 28, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/flipez/rocket-lang/9FB6YfUq7SuKzMhkhw9dTThtkcP2
✅ Preview: https://rocket-lang-git-stdlib-flipez.vercel.app

@Flipez Flipez added the enhancement New feature or request label Dec 28, 2021
@Flipez Flipez added this to the 0.10.1 milestone Dec 28, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #28 (a51553e) into master (7574adc) will increase coverage by 0.14%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   71.62%   71.76%   +0.14%     
==========================================
  Files          20       25       +5     
  Lines        1991     2001      +10     
==========================================
+ Hits         1426     1436      +10     
  Misses        511      511              
  Partials       54       54              
Impacted Files Coverage Δ
object/builtin.go 33.33% <ø> (ø)
stdlib/exit.go 70.00% <70.00%> (ø)
stdlib/raise.go 71.42% <71.42%> (ø)
stdlib/open.go 90.47% <90.47%> (ø)
evaluator/evaluator.go 72.60% <100.00%> (ø)
stdlib/len.go 100.00% <100.00%> (ø)
stdlib/puts.go 100.00% <100.00%> (ø)
stdlib/std.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7574adc...a51553e. Read the comment docs.

@Flipez Flipez merged commit 96b8741 into master Dec 28, 2021
@Flipez Flipez deleted the stdlib branch December 28, 2021 21:45
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.

2 participants