User Activity

  • Modified a comment on ticket #578 on Artistic Style

    Apologies for the delayed response. This issue does not yet seem to be fixed, or at least it does not behave as I expected. The behavior is definitely different now, as follows - with the same .astylerc as before, now running v3.6.0: This: // this is the format that I expect based on my .astylerc int* ptr; *ptr = 10; int x; int* ptr2 = &x; foo(&x, *ptr); is formatted to this: int* ptr; * ptr = 10; // a space was added after * int x; int* ptr2 = &x; foo(&x, *ptr); which is strange. More interestingly,...

  • Modified a comment on ticket #578 on Artistic Style

    Apologies for the delayed response. This issue does not yet seem to be fixed, or at least it does not behave as I expected. The behavior is definitely different now, as follows - with the same .astylerc as before, now running v3.6.0: This: // this is the format that I expect based on my .astylerc int* ptr; *ptr = 10; int x; int* ptr2 = &x; foo(&x, *ptr); is formatted to this: int* ptr; * ptr = 10; // a space was added after * int x; int* ptr2 = &x; foo(&x, *ptr); which is strange. More interestingly,...

  • Posted a comment on ticket #578 on Artistic Style

    Apologies for the delayed response. This issue does not yet seem to be fixed, or at least it does not behave as I expected. The behavior is definitely different now, as follows - with the same .astylerc as before, now running v3.6.0: This: // this is the format that I expect based on my .astylerc int* ptr; *ptr = 10; int x; int* ptr2 = &x; foo(&x, *ptr); is formatted to this: int* ptr; * ptr = 10; // a space was added after * int x; int* ptr2 = &x; foo(&x, *ptr); which is strange. More interestingly,...

  • Posted a comment on ticket #578 on Artistic Style

    Note: just tested without --pad-oper and the behavior described does not occur. Using the same settings except --pad-oper, the first codeblock remains unchanged. Let me know if you need any more info.

  • Created ticket #578 on Artistic Style

    Pointer dereferences and addresses are formatted as operators

View All

Personal Data

Username:
ryzenfromfire
Joined:
2024-08-06 20:44:54.976000
Location:
EDT

Projects

  • No projects to display.

Personal Tools

Monday.com Logo