Project

General

Profile

Actions

action #1958

closed

avoid fatal errors in compilation phase

Added by bmwiedemann about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
Start date:
2014-03-21
Due date:
% Done:

100%

Estimated time:
2.00 h

Description

When trying to syntax-check my adapted test-module using
cd /usr/lib/os-autoinst ; perl -c distri/sles/inst.d/052_installation_mode.pm

I noticed that this was not possible due to fatal errors in compilation phase from
bmwqemu.pm:100 and :111 (DISTRI/CASEDIR logic) and
cv.pm - can be solved with unless(eval {require tinycv;} ) {

One possible approach for the DISTRI/CASEDIR could be to explicitly initialize it at program start (needs verification that values are not used earlier).
Another way would be to use default/fallback values if none are provided by the user.

Actions #1

Updated by coolo about 10 years ago

  • Status changed from New to In Progress
  • Assignee set to coolo
Actions #2

Updated by coolo about 10 years ago

  • Status changed from In Progress to Resolved
Actions #3

Updated by coolo about 10 years ago

  • Target version set to Sprint 05
Actions #4

Updated by ancorgs about 10 years ago

  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF