Marco Barisione

Results 27 comments of Marco Barisione

As the patch was not updated, I can take this and rebased it against `master`.

I made a separate PR (https://github.com/cs01/pygdbmi/pull/76) to update this (as I cannot push to somebody else's repository). Tests don't pass on Unix and I'm reluctant to modify the code as...

I'm not a Windows user so I'm not sure if I can help. From a quick search on Google I didn't find any way to convert paths like that with...

Thanks for reporting! I will try to fix this in time for the next release.

@matkuki Sorry for the delay! Your patch looks good. Can you please add a changelog entry? Looks at existing ones for inspiration and add it somewhere under `## 0.10.0.3`.

I updated your patch (leaving you as author!) to add a changelog entry. I had to make a new PR so I could push my changes, see https://github.com/cs01/pygdbmi/pull/79.

Previously, pygdbmi would either ignore or mangle escapes (depending on where they appeared) but this was fixed in 0.10.0.2. See https://github.com/cs01/pygdbmi/issues/57 and https://github.com/cs01/pygdbmi/issues/58. The consequence is that now pygdbmi expects...

In my previous comment I got confused but the behaviour, with my GDB, is correct. I got confused as I thought I was printing the `repr` of the string but...

I think this may be a GDB bug on Windows. Potentially only affecting a few versions of GDB. I will try to work it around.

Thank you for your patience! I'm working on a few fixes/improvements and then release this fix.