This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Add -wpc (with parents' children) parameter
#345
Annotations
6 errors and 2 notices
|
build (macos-latest, 18.x)
Process completed with exit code 1.
|
|
test/cs_with_bnddir.test.ts > pseudo tests > makefile partial:
cli/test/cs_with_bnddir.test.ts#L110
AssertionError: expected 'all: .logs .evfevent library $(PREPAT…' not to contain '$(PREPATH)/NEWEMP.PGM:'
- Expected
+ Received
- $(PREPATH)/NEWEMP.PGM:
+ all: .logs .evfevent library $(PREPATH)/NEMP.FILE $(PREPATH)/NEWEMP.PGM $(PREPATH)/DEPTS.PGM
+
+ $(PREPATH)/NEWEMP.PGM: $(PREPATH)/EMPLOYEE.FILE $(PREPATH)/NEMP.FILE
+ $(PREPATH)/EMPDET.MODULE: $(PREPATH)/EMPLOYEE.FILE $(PREPATH)/DEPARTMENT.FILE
+ $(PREPATH)/EMPDET.SRVPGM: $(PREPATH)/EMPDET.MODULE
+ $(PREPATH)/EMPLOYEES.PGM: $(PREPATH)/EMPLOYEE.FILE $(PREPATH)/EMPS.FILE $(PREPATH)/EMPDET.SRVPGM
+ $(PREPATH)/DEPTS.PGM: $(PREPATH)/EMPLOYEES.PGM $(PREPATH)/NEWEMP.PGM $(PREPATH)/DEPARTMENT.FILE $(PREPATH)/DEPTS.FILE
+
+ .logs:
+ mkdir .logs
+ .evfevent:
+ mkdir .evfevent
+ library:
+ -system -q "CRTLIB LIB($(BIN_LIB))"
❯ test/cs_with_bnddir.test.ts:110:28
|
|
build (ubuntu-latest, 18.x)
The operation was canceled.
|
|
build (ubuntu-latest, 18.x)
The strategy configuration was canceled because "build.macos-latest_18_x" failed
|
|
build (windows-latest, 18.x)
The operation was canceled.
|
|
build (windows-latest, 18.x)
The strategy configuration was canceled because "build.macos-latest_18_x" failed
|
|
build (macos-latest, 18.x)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
build (macos-latest, 18.x)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|