Message11956

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-07.17:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525714411.56.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
Sme suggestions:

1. Change where in the process to set the PyAttributeDeleted type. as it may appear that it's set too early.
2. Disconnect the interactive prompt from PySystemState and make it its own type.

I say this because in InteractiveConsole.java, the systemstate.ps1 is saved as old_ps1, which retains the 'attributedeleted' type. Then .ps1 is assigned as a new String. Is it necessary to have a graphical prompt be part of PySystemState? 

Just asking because I'm still learning. :)
History
Date User Action Args
2018-05-07 17:33:31psykiatrissetmessageid: <1525714411.56.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-07 17:33:31psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-07 17:33:31psykiatrislinkissue2305 messages
2018-05-07 17:33:31psykiatriscreate