[rust-qt-binding-generator] [Bug 406178] Mutability of Rust objects

2022-01-07 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=406178

Jos van den Oever  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Jos van den Oever  ---
Your analysis is correct. Going to '' instead of ' mut' is the way to
go. Do you want to make a merge request from your ro branch?

-- 
You are receiving this mail because:
You are watching all bug changes.

[rust-qt-binding-generator] [Bug 406178] Mutability of Rust objects

2019-04-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406178

--- Comment #1 from kdebuac@porcupinefactory.org ---
There's a test case in the mutability branch:

https://gitlab.com/rhn_mk1/rust-qt-bindings-generator/commit/923707f3dea4550223eddcca73fc76ec6236d210

The same test case applied to a "vanilla" object will pass, only because
there's no check against multiple borrows in place.

-- 
You are receiving this mail because:
You are watching all bug changes.