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

New multiline translation #83

Closed
dataPulverizer opened this issue Aug 1, 2016 · 3 comments
Closed

New multiline translation #83

dataPulverizer opened this issue Aug 1, 2016 · 3 comments

Comments

@dataPulverizer
Copy link

I noticed that dstep now outputs functions multi-line. I do some post processing of the dstep outputs and the new multi-line outputs would make it difficult for me to post-process the the functions outputs in the way I usually do.

@ciechowoj
Copy link
Contributor

Could you elaborate? A command line switch could be added to disable putting function arguments to multiple lines.

@dataPulverizer
Copy link
Author

Elaboration: for instance the function appears

int functioName(type1 agr1,
type2 arg2,
type3 agr3,
...,
typeN agrN)

Yes a command line switch to disable the multi-line feature would be great, thanks.

ciechowoj added a commit to ciechowoj/dstep that referenced this issue Aug 2, 2016
Fix jacob-carlborg#30: Single space inserted after function names.
@ciechowoj
Copy link
Contributor

I've just made a PR, I hope it will be accepted : ).

@ciechowoj ciechowoj mentioned this issue Aug 3, 2016
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Aug 6, 2016
Fix jacob-carlborg#30: Single space inserted after function names.
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Aug 8, 2016
Fix jacob-carlborg#30: Single space inserted after function names.
jacob-carlborg added a commit that referenced this issue Aug 8, 2016
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

No branches or pull requests

2 participants