-
Notifications
You must be signed in to change notification settings - Fork 160
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
Adding SQLite3 transpile as part of the build process #204
Conversation
6cda3bc
to
e515e44
Compare
Codecov Report
@@ Coverage Diff @@
## master #204 +/- ##
==========================================
- Coverage 72.66% 71.32% -1.35%
==========================================
Files 127 128 +1
Lines 4423 4554 +131
==========================================
+ Hits 3214 3248 +34
- Misses 1082 1159 +77
- Partials 127 147 +20
Continue to review full report at Codecov.
|
Reviewed 32 of 32 files at r1. ast/member_expr.go, line 15 at r1 (raw file):
Remove this. noarch/stdio.go, line 362 at r1 (raw file):
Rename this to noarch/stdio.go, line 389 at r1 (raw file):
Remove this. noarch/util.go, line 43 at r1 (raw file):
Add docs for these methods. transpiler/binary.go, line 174 at r1 (raw file):
Replace with a warning. transpiler/binary.go, line 292 at r1 (raw file):
Replace this with a warning. transpiler/call.go, line 144 at r1 (raw file):
This can now be removed. transpiler/operators.go, line 146 at r1 (raw file):
Fix this. transpiler/operators.go, line 193 at r1 (raw file):
Replace this with a warning. transpiler/switch.go, line 142 at r1 (raw file):
Investigate this, at least put a better explanation. transpiler/unary.go, line 178 at r1 (raw file):
Replace this with a warning. transpiler/union.go, line 292 at r1 (raw file):
Simplify all this duplicate logic. Comments from Reviewable |
This reverts commit e512311. # Conflicts: # transpiler/transpiler.go
17cbbb0
to
5ed7727
Compare
Reviewed 20 of 20 files at r2, 1 of 1 files at r3, 1 of 1 files at r4. ast/member_expr.go, line 15 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. noarch/stdio.go, line 362 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. noarch/stdio.go, line 389 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. noarch/util.go, line 43 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. program/program.go, line 237 at r2 (raw file):
Undo and revert line below. transpiler/binary.go, line 174 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/binary.go, line 292 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/call.go, line 144 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/operators.go, line 193 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/switch.go, line 142 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/unary.go, line 178 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. transpiler/union.go, line 292 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. Comments from Reviewable |
Reviewed 1 of 1 files at r5. Comments from Reviewable |
This change is