User Activity

  • Posted a comment on ticket #581 on Artistic Style

    OK, good to know that it works without --. Thank you!

  • Created ticket #581 on Artistic Style

    Invalid Artistic Style options: No output

  • Posted a comment on ticket #541 on Artistic Style

    I somehow missed this. It works! Thank you.

  • Posted a comment on ticket #541 on Artistic Style

    Oh sorry, my bug fix is exactly what @satok had suggested before. I guess I have cloned the wrong repo/branch/whatever. I'm not used to SVN. I have checked again the code of the beta2 tarball. It looks like this bug was fixed for Windows but not yet for Linux.

  • Posted a comment on ticket #541 on Artistic Style

    Just out of interest: Is there any advantage in using if (absPath.compare(0, strlen(env), env) == 0) instead of if (absPath.compare(env) == 0) when you compare the whole strings anyway?

  • Posted a comment on ticket #541 on Artistic Style

    Bug fix: Index: src/astyle_main.cpp =================================================================== --- src/astyle_main.cpp (revision 679) +++ src/astyle_main.cpp (working copy) @@ -1188,7 +1188,7 @@ if (absPath.c_str() == env) return true; - if (absPath.compare(0, strlen(env), env) != 0) + if (absPath.compare(0, strlen(env), env) == 0) return true; return false; @@ -1477,7 +1477,7 @@ if (absPath.c_str() == env) return true; - if (absPath.compare(0, strlen(env), env) != 0) + if (absPath.compare(0,...

  • Modified a comment on ticket #541 on Artistic Style

    Still broken? I have just tested version 3.2-beta2 (on Linux). Now it works partially: $ astyle --version Artistic Style Version 3.2 beta $ cat .astylerc --indent=tab=4 --style=webkit --indent-preproc-block --align-pointer=type $ astyle --project < src/parser/parser.c > src/parser/parser_astyle.c $ astyle --project src/parser/parser.c Cannot open project option file .astylerc Artistic Style has terminated $ astyle --project=.astylerc src/parser/parser.c Cannot open project option file .astylerc Artistic...

  • Posted a comment on ticket #541 on Artistic Style

    Still broken? I have just tested version 3.3-beta2 (on Linux). Now it works partially: $ astyle --version Artistic Style Version 3.2 beta $ cat .astylerc --indent=tab=4 --style=webkit --indent-preproc-block --align-pointer=type $ astyle --project < src/parser/parser.c > src/parser/parser_astyle.c $ astyle --project src/parser/parser.c Cannot open project option file .astylerc Artistic Style has terminated $ astyle --project=.astylerc src/parser/parser.c Cannot open project option file .astylerc Artistic...

View All

Personal Data

Username:
maxgyver83
Joined:
2023-02-25 14:53:30.805000
Location:
Stuttgart / Germany / CEST

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB