-
Notifications
You must be signed in to change notification settings - Fork 159
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
struct typedef without name #270
Conversation
Reviewed 4 of 4 files at r1. transpiler/declarations.go, line 58 at r1 (raw file):
There is no need to check if the name is not defined, you are already testing that it is blank. Another way to look at it that we never want an empty name registered: if name == "" { Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. transpiler/declarations.go, line 58 at r1 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done. Comments from Reviewable |
Codecov Report
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 81.85% 79.74% -2.11%
==========================================
Files 136 138 +2
Lines 5588 5663 +75
==========================================
- Hits 4574 4516 -58
- Misses 815 943 +128
- Partials 199 204 +5
Continue to review full report at Codecov.
|
Not success only for Mac. |
Reviewed 1 of 1 files at r2. a discussion (no related file): Comments from Reviewable |
May you clarify - How I can fix the bug for Mac build if I haven't Mac? What tool can I use? |
Need help:
but in travis:
Don't understood - How to solve?
|
These issues can be very painful to debug. It is likely caused by Travis having a different version of You can actually run a Travis build in debug more (this let you log into the instance and run commands): https://docs.travis-ci.com/user/running-build-in-debug-mode/ Keep in mind that Reviewed 6 of 6 files at r3. Comments from Reviewable |
Don't found - Please check - Is that feature is switch on? Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed. Comments from Reviewable |
I see. I will try and debug it when I next get a chance. Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed. Comments from Reviewable |
Reviewed 2 of 2 files at r4. transpiler/declarations.go, line 165 at r4 (raw file):
"cannot find ast.Record" transpiler/declarations.go, line 180 at r4 (raw file):
Remove or uncomment this. transpiler/declarations.go, line 183 at r4 (raw file):
"cannot find address for struct without name" Comments from Reviewable |
…into structTypedef
add more tests FIX BUG in stdlib.h after review add ast attributes change recursive founding struct change recursive founding struct FIX BUG in stdlib.h after review add ast attributes change recursive founding struct
…into structTypedef
I have to close that PR, because I do somethink wrong with github and start a new branch |
For #265
This change is