Marius Ungureanu
Marius Ungureanu
> Thanks for the suggestion. Maybe I misunderstand, but would you want to return a ReadOnlySpan from safe code? We already return one [if you enable unsafe bindings](https://github.com/ralfbiedert/interoptopus/blob/master/backends/csharp/tests/output_unsafe/Interop.cs#L1105=) via Config::use_unsafe....
You can revert this commit to prevent that from happening: https://github.com/mono/monodevelop/commit/93296103132856410f0645bd3fb5d1cf0a1b161b I had to commit that because our localization crawler system depends on having a mdproj. There is a possible...
I don't have enough context to know how to review this.
Looking at WrapPad: http://source.monodevelop.com/#MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs,28ef42ba3aee7408 It seems that the pad is removed from the list when destroyed. `GetPad` goes through `Pads` which is only constructed once. So it is possible for...
I'm pretty sure we should be reconstructing the pad if not found.
@monojenkins rebase
Retargeted against master.
@sevoku are we still interested in getting this PR merged?
This is okay by me. @slluis ?
AddNodeCallback would previously trigger a rename session, which ended the up being cancelled immediately, thus we couldn't rename the folder, afair