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

Resolve "BECClient: add entry point for "bec" CLI and fix complicated cleanup at exit"

Description

  • Removes custom scripts in bec_client's bin directory
  • new main.py which does the IPython init sequence and BEC init sequence
  • Rely on setup.py to automatically create an entry point for bec CLI
    • also fix package name
  • Rename bec_client.py -> bec_ipython_client.py, which was causing confusion because the package had the same name as the module
  • main.py calls the BEC client's .shutdown() at exit

Closes #239 (closed)

Edited by guijar_m

Merge request reports