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

repl: dump context ret join by comma #527

Merged
merged 1 commit into from
Aug 5, 2020
Merged

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Aug 5, 2020

>>> println("hello world")
hello world
12,<nil>
>>> fn := func(a int,b int) (int,int) { return a+b,a*b}
>>> fn(10,20)
30,200
>>> 

@codecov-commenter
Copy link

Codecov Report

Merging #527 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #527      +/-   ##
==========================================
+ Coverage   89.54%   89.56%   +0.02%     
==========================================
  Files          40       40              
  Lines        9922     9922              
==========================================
+ Hits         8885     8887       +2     
+ Misses        762      760       -2     
  Partials      275      275              
Impacted Files Coverage Δ
exec/bytecode/goinstr.go 93.40% <0.00%> (+0.52%) ⬆️

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 f8e05ac...810a419. Read the comment docs.

@xushiwei xushiwei merged commit 36c6c2c into goplus:master Aug 5, 2020
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.

None yet

3 participants