You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2016/06/29 22:18:43 UTC

[jira] [Created] (VCL-958) Windows module sets currentimage.txt post_load status too early

Andy Kurth created VCL-958:
------------------------------

             Summary: Windows module sets currentimage.txt post_load status too early
                 Key: VCL-958
                 URL: https://issues.apache.org/jira/browse/VCL-958
             Project: VCL
          Issue Type: Improvement
          Components: vcld (backend)
            Reporter: Andy Kurth
            Assignee: Andy Kurth
             Fix For: 2.5


The post_load subroutine in Version_5.pm and Version_6.pm call Windows.pm::post_load, and then proceed to perform additional tasks.  The call to OS.pm::set_vcld_post_load_status resides in Windows.pm.  This means the status may be set to _success_ before all of the Windows-related post_load tasks are complete.  This should be improved so that the status gets set as the very last operation within any of the Windows post_load tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)