Maximilian Köhl

Results 37 comments of Maximilian Köhl

I think a fully client-side interpreter is a great idea and it is already one of the long term goals. My plan is to start with the bytecode compiler of...

@devxpy Thanks for your suggestion. Usually, I am very much in favor of combining efforts, however, the specific features of Jaspy require a special architecture and are hard to integrate...

I can replicate this problem, however, only with GTK4 but not with GTK3. Pasting should trigger an `insert-text` event which will set a mark at the position where the text...

Thanks for the quick response! I am glad you are on board with the general approach. > From your description of your use case, it's not clear where all those...

@dtolnay I finally got the time to address your points. - `Content` is now named `Buffer` and placed in `de::buffer`. - Everything `Buffer` specific from `private::de::content` has been moved to...

After giving the `as_str` method and `From` implementations a bit more thought, I think they are worthwhile. I updated the first post with an explanation as to why I think...

I just tried to resolve the conflicts so that this PR is mergeable again. However, now the tests fail because `trybuild` appears to use another, now incompatible, version of `serde_derive`...

For reference, PR #2348 does include support for 128-bit integers.

There is no timeline yet. We may add this towards the end of the year, but I cannot promise anything right now.

To be honest, I am not sure what the `i` stands for. I will check with the person who created them and then come back to you.