Skip to content

Triangulate pydev autocomplete bug #7850

@ThomasLohnert

Description

@ThomasLohnert

As a person using IBEX scripting, I would like to be able to make use of the autocomplete function in the client embedded pydev console. At the moment we have disabled autocomplete in absence of a proper fix to #7604. As a preparatory step for implementing a fix, we should investigate at what point this bug was introduced. We should be able to do this by running older releases of the client and checking whether the behaviour is present. This will hopefully allow us to narrow down the source of the bug, or confirm it has been there all along.

Acceptance Criteria

What is the acceptance criteria?

  • We know which version of pydev introduced the autocomplete bug described in the linked issue above.

Extra Information

To reproduce the bug, define a function in the client script console e.g.

def test():
    print("hi")

then type test(). to trigger autocompletion. If the bug is present, it will print "hi" in a tight loop.

How to Test

verbose instructions for reviewer to test changes
(Add before making a PR)

Metadata

Metadata

Assignees

Labels

1no_release_notesTickets that do not need release notes, use sparingly!training

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions