- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Description
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)