carp checkers: add carp checker and make it work
This commit is contained in:
1
Pond.package/CarpCheckExample.class/README.md
Normal file
1
Pond.package/CarpCheckExample.class/README.md
Normal file
@@ -0,0 +1 @@
|
||||
I’m an example for checking Carp code.
|
@@ -0,0 +1,6 @@
|
||||
examples
|
||||
failingCarpChecker
|
||||
^ CarpChecker new
|
||||
carp: '/Users/veitheller/.local/bin/carp';
|
||||
dir: '/Users/veitheller/Documents/Code/Github/carp/Carp/';
|
||||
file: '(def x a)'
|
@@ -0,0 +1,6 @@
|
||||
examples
|
||||
succeedingCarpChecker
|
||||
^ CarpChecker new
|
||||
carp: '/Users/veitheller/.local/bin/carp';
|
||||
dir: '/Users/veitheller/Documents/Code/Github/carp/Carp/';
|
||||
file: '(def x 1)'
|
11
Pond.package/CarpCheckExample.class/properties.json
Normal file
11
Pond.package/CarpCheckExample.class/properties.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"commentStamp" : "VeitHeller 12/16/2019 12:01",
|
||||
"super" : "Object",
|
||||
"category" : "Pond",
|
||||
"classinstvars" : [ ],
|
||||
"pools" : [ ],
|
||||
"classvars" : [ ],
|
||||
"instvars" : [ ],
|
||||
"name" : "CarpCheckExample",
|
||||
"type" : "normal"
|
||||
}
|
Reference in New Issue
Block a user