Tristan Miller

Results 153 comments of Tristan Miller

Sorry, I don't think I'm really qualified to make any recommendations—I use add-ons but I've never been involved in authoring or maintaining them. Thanks for providing a means for generating...

Oh, I see—you were talking about where to publish the user script? Well, like you, I don't really use them, so I don't know where most people get them. The...

On checking the source code, it seems the problem occurs because any invocation of the `mode` meta-macro assigns the `preservelf`field to true ([gpp.c:2494](https://github.com/logological/gpp/blob/8e6fe69819d1c2cb2fd5cadfd3193ff99993264d/src/gpp.c#L2494)). I agree that this seems to be...

Denis hasn't been involved in GPP development for over 15 years and so I'm loath to bother him with this issue. I think it could be solved by writing a...

Patches welcome.

It's true that "long macro end sequence" and "argument end sequence" seem to be used interchangeably in the documentation, so the terminology needs to be normalized. However, I will need...

The original 2.1a code is now available in the [2.1a branch](https://github.com/logological/gpp/tree/gpp-2.1a).

In principle it is possible to define user versions of meta-macros, though this can be tricky and I'm not sure that there is any way of getting GPP to evaluate...

Further details on the proposed solution, or better yet, a pull request, would be most welcome.

I'm afraid I still don't understanding the problem. Can you post a minimal example of a UTF-8 or UTF-16 file that GPP doesn't handle correctly, along with the expected and...