-
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
Add support of 2 or more C source files. Fixes #63 #258
Conversation
Review status: all files reviewed at latest revision, 1 unresolved discussion. tests/multi/four.c, line 1 at r5 (raw file): Previously, Konstantin8105 (Konstantin) wrote…
I'm familiar with how I could Also, by using It looks like you are doing this to prevent an error. If it causes an error then this is not an acceptable solution. To be clear the code must compile with:
Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion. tests/multi/four.c, line 1 at r5 (raw file): Previously, elliotchance (Elliot Chance) wrote…
I will change proprocessor #273 in according to your rules. Please confirm. Comments from Reviewable |
climate change ParmVarDecl could not match regexp. Fixes #280 (#284) Fixed struct array initialization. #264 (#283) Bump version: v0.16.9 Radium 2017-10-30 Function free(). Fixes #123 (#255) c2go should only output TestApp() when running in test. Fixes #267 (#274) Add support for multi-dimensional arrays. Fixes #279 (#291) Line number should be %d, not %s (#295) Bump version: v0.16.10 Radium 2017-10-31 add more test for ast.Atos
…into Preprocessor
Not ready for review |
Not ready for review |
🎆 Ready for review |
Reviewed 8 of 31 files at r6, 3 of 15 files at r7. main.go, line 281 at r8 (raw file):
Why are you using the last input file as the base for the output file? main_test.go, line 332 at r8 (raw file):
So to be clear, multiple input files still generate a single Go output file? Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions. main.go, line 281 at r8 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Yes, It is true. In my point of view, only last file have function main_test.go, line 332 at r8 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Yes. Many C code in input ---> One Go code output. Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion. main.go, line 281 at r8 (raw file): Previously, Konstantin8105 (Konstantin) wrote…
I would prefer the first provided file: input := args.inputFiles[0] I feel it makes more sense from a CLI point of view. Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions. a discussion (no related file): Comments from Reviewable |
Review status: 13 of 14 files reviewed at latest revision, 2 unresolved discussions. a discussion (no related file): Previously, elliotchance (Elliot Chance) wrote…
Could to merge this PR? Now, need to implement a compiler flag - this another good task for PR :).
main.go, line 281 at r8 (raw file): Previously, elliotchance (Elliot Chance) wrote…
Done Comments from Reviewable |
Review status: 13 of 14 files reviewed at latest revision, 2 unresolved discussions. a discussion (no related file): Previously, Konstantin8105 (Konstantin) wrote…
Please confirm design #331 Comments from Reviewable |
Reviewed 1 of 2 files at r9. a discussion (no related file): Previously, Konstantin8105 (Konstantin) wrote…
Yes, that's fair enough. Comments from Reviewable |
See #257, #63
This change is