carp checkers: add carp checker and make it work

This commit is contained in:
2019-12-16 12:03:18 +01:00
parent 5763bfc040
commit 3254a9e81d
32 changed files with 145 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
as yet unclassified
carp: aString
^ self new setCarp: aString
^ self new carp: aString

View File

@@ -0,0 +1,3 @@
accessing
carp: aString
proc command: aString

View File

@@ -0,0 +1,3 @@
accessing
dir: aString
proc environmentAt: 'CARP_DIR' put: aString

View File

@@ -1,3 +0,0 @@
accessing
setCarp: aString
proc command: aString

View File

@@ -1,3 +0,0 @@
accessing
setDir: aString
proc environmentAt: 'CARP_DIR' put: aString

View File

@@ -7,8 +7,6 @@
"classvars" : [ ],
"instvars" : [
"proc",
"out",
"in",
"excepted"
],
"name" : "CarpProcess",