-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1563 from RexOps/rexfile_path
Expect original Rexfile path in messages
- Loading branch information
Showing
8 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ERROR - Compile time errors: | ||
ERROR - syntax error at Rexfile line 5, near "abc | ||
ERROR - syntax error at %REXFILE_PATH% line 5, near "abc | ||
ERROR - | ||
ERROR - task " | ||
ERROR - Compilation failed in require at %REX_CLI_PATH% line 756. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ERROR - Compile time errors: | ||
ERROR - syntax error at Rexfile line 8, near "abc | ||
ERROR - syntax error at %REXFILE_PATH% line 8, near "abc | ||
ERROR - | ||
ERROR - print" | ||
ERROR - Compilation failed in require at %REX_CLI_PATH% line 756. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
WARN - You have some code warnings: | ||
WARN - This is warning at Rexfile line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at Rexfile line 6. | ||
WARN - This is warning at %REXFILE_PATH% line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at %REXFILE_PATH% line 6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
WARN - You have some code warnings: | ||
WARN - This is warning at Rexfile line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at Rexfile line 6. | ||
WARN - This is warning at %REXFILE_PATH% line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at %REXFILE_PATH% line 6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
This is STDERR message | ||
WARN - You have some code warnings: | ||
WARN - This is warning at Rexfile line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at Rexfile line 6. | ||
WARN - This is warning at %REXFILE_PATH% line 5. | ||
WARN - Use of uninitialized value in concatenation (.) or string at %REXFILE_PATH% line 6. |