Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Sign and Verify Script

Hi Christian,

I have updated the bug related to decorators. See patch at [1].
I have placed update for decorators from within scheduler of UpdateRepositoryJob class so that update will happen regularly to check for external file changes and also for workspace script files whenever one changes.

I am trying to replace several constants in libraries by referencing them using separate file for constants. Several changes are done in AbstractCodeParser class. There are other places which needs to be updated which will be done in consequent patches. See patch at [2].

Instead of directly appending signature using SignatureHelper class I am now trying to bring signature parameters and return them in proper format. So, now onwards, SignatureHelper class will be returning signature in proper format instead of directly appending to file and file operations can be done by caller if needed. See patch at [3].

After patch [3] happens, I will be able to go forward with perform signature dialog box bug.
--
Varun Raval

Back to the top