job000037 #3

  • //
  • spec/
  • job/
  • job000037
  • View
  • Commits
  • Open Download .zip Download (1 KB)
# The form data below was edited by lester_cheung
# Perforce Public Depot Jobs
#
#  Job:           The job name. 'new' generates a sequenced job number.
#  Status:        Job status; [open/closed/suspended].  Required
#  Project:       The project this job is for [none/cdsp4/jam/p4hl]  Optional.
#  Severity:      [A/B/C] (A is highest)  Required.
#  ReportedBy     The user who created the job. Can be changed.
#  ReportedDate:  The date the job was created.  Automatic.
#  ModifiedBy:    The user who last modified this job. Automatic.
#  ModifiedDate:  The date this job was last modified. Automatic.
#  OwnedBy:       The owner, responsible for doing the job. Optional.
#  Description:   Description of the job.  Required.
#  DevNotes:      Developer's comments.  Optional.

Job:	job000037

Status:	open

Project:	jam

Severity:	C

ReportedBy:	miklos_fazekas

ReportedDate:	2013/10/20 17:26:38

ModifiedBy:	lester_cheung

ModifiedDate:	2013/10/20 17:32:18

OwnedBy:	miklos_fazekas

Description:
	Before executing an action with multiple targets, we have to update every dependants of all targets of the actions. (Not just the depenants of the target we're currently updating).
	
	See //guest/miklos_fazekas/jamfix/testcases/multipletargetactions/Test.jam for an example of this problem.
	
	>Test A B : C ;
	>DEPENDS B : D ;
	># Before executing Test A B : C, we should update D.

DevNotes:
# Change User Description Committed
#3 default
#2 default
#1 default