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

Add nil and replace null with it #91

Merged
merged 10 commits into from
Jul 3, 2022
Merged

Add nil and replace null with it #91

merged 10 commits into from
Jul 3, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Jul 3, 2022

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

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

vercel bot commented Jul 3, 2022

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

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Jul 3, 2022 at 10:53AM (UTC)

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

codecov bot commented Jul 3, 2022

Codecov Report

Merging #91 (f197d1a) into main (fc571f4) will increase coverage by 0.03%.
The diff coverage is 96.87%.

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   85.81%   85.85%   +0.03%     
==========================================
  Files          96       98       +2     
  Lines        2975     3004      +29     
==========================================
+ Hits         2553     2579      +26     
- Misses        360      362       +2     
- Partials       62       63       +1     
Impacted Files Coverage Δ
object/file.go 47.79% <ø> (ø)
token/token.go 88.00% <ø> (ø)
object/http.go 85.80% <50.00%> (ø)
evaluator/evaluator.go 78.88% <66.66%> (+0.23%) ⬆️
ast/nil.go 100.00% <100.00%> (ø)
evaluator/if.go 100.00% <100.00%> (ø)
evaluator/import.go 100.00% <100.00%> (ø)
evaluator/index.go 100.00% <100.00%> (ø)
evaluator/ternary.go 100.00% <100.00%> (ø)
evaluator/while.go 100.00% <100.00%> (ø)
... and 10 more

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 fc571f4...f197d1a. Read the comment docs.

Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez changed the title Add representation for null Add nil and replace null with it Jul 3, 2022
Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez marked this pull request as ready for review July 3, 2022 10:57
@Flipez Flipez merged commit 50c9d21 into main Jul 3, 2022
@Flipez Flipez deleted the add-real-nil branch July 3, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant