Rename the project to Eris.
This commit is contained in:
parent
a060c7f3ae
commit
8e5cc0eac9
34 changed files with 109 additions and 112 deletions
|
|
@ -1,12 +1,12 @@
|
|||
(B[m[38;2;255;255;255m[48;2;0;0;0m┌────────────────────────────────────────────── Help ──────────────────────────────────────────────┐
|
||||
│Vigil Code Monitor │
|
||||
│Eris Code Monitor │
|
||||
│ │
|
||||
│Vigil maintains an up-to-date set of reports for every file in a codebase. │
|
||||
│Eris maintains an up-to-date set of reports for every file in a codebase. │
|
||||
│ │
|
||||
│A status indicator summarises the state of each report, and a report is viewed │
|
||||
│by selecting this status indicator with the cursor. │
|
||||
│ │
|
||||
│The reports are cached in the codebase's root directory in a ".vigil" │
|
||||
│The reports are cached in the codebase's root directory in a ".eris" │
|
||||
│directory. │
|
||||
│ │
|
||||
│Keys: │
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#[31m===#[0mSORRY!#[31m===#[0m
|
||||
Two terms in a row across lines (missing semicolon or comma?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.p6:30
|
||||
at /tmp/eris/golden-files/./input/perl6.p6:30
|
||||
------> #[32msay 'Hello from Perl 6!'#[33m⏏#[31m<EOL>#[0m
|
||||
expecting any of:
|
||||
infix
|
||||
|
|
@ -11,6 +11,6 @@ at /tmp/vigil/golden-files/./input/perl6.p6:30
|
|||
statement modifier loop
|
||||
Other potential difficulties:
|
||||
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.p6:11
|
||||
at /tmp/eris/golden-files/./input/perl6.p6:11
|
||||
------> #[32mregex #[33m⏏#[31mhttp-verb {#[0m
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#[31m===#[0mSORRY!#[31m===#[0m
|
||||
Two terms in a row across lines (missing semicolon or comma?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.pl:30
|
||||
at /tmp/eris/golden-files/./input/perl6.pl:30
|
||||
------> #[32msay 'Hello from Perl 6!'#[33m⏏#[31m<EOL>#[0m
|
||||
expecting any of:
|
||||
infix
|
||||
|
|
@ -11,6 +11,6 @@ at /tmp/vigil/golden-files/./input/perl6.pl:30
|
|||
statement modifier loop
|
||||
Other potential difficulties:
|
||||
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
|
||||
at /tmp/vigil/golden-files/./input/perl6.pl:11
|
||||
at /tmp/eris/golden-files/./input/perl6.pl:11
|
||||
------> #[32mregex #[33m⏏#[31mhttp-verb {#[0m
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue