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

feat(device_server): added guards against using protected methods

wakonig_k requested to merge feat/protected_methods into master

Description

There is a risk that custom ophyd devices override BEC-specific methods. Therefore, this MR adds a guard on the device server to prevent that.

Related Issues

closes #228 (closed)

Type of Change

  • Added device checks
  • Cleanup

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports