Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(server): remove window.hide() since widgets will be teared down on...

appel_c requested to merge fix/rpc_reference_for_properties into main

Description

This MR fixes that RPCReference would not support rpc calls to properties. It extends the __setattr__ behavior of the reference class. To avoid future issues, a test was added that checks that properties and methods are executed both.

Related Issues

closes #471 (closed)

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading