Skip to content

Commit

Permalink
fix small bug on Deployment info class
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed May 3, 2020
1 parent 63d02d9 commit 65a33da
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ getGemsPidAndPortString

self getGemsPidAndPort keysAndValuesDo: [:port :pid | stream nextPutAll: port printString, '>>', pid printString, ','].

^stream contents
^stream isEmpty ifTrue: [stream contents] ifFalse: [stream contents allButLast]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"class" : {
"getGemsPidAndPort" : "brunobb 02/27/2020 06:27",
"getGemsPidAndPortString" : "brunobb 10/22/2019 08:47",
"getGemsPidAndPortString" : "brunobb 05/03/2020 12:56",
"isValidPortNumber:" : "brunobb 11/08/2019 10:22",
"stoneName" : "brunobb 02/27/2020 08:24",
"throwNoRegisteredServersException" : "brunobb 02/27/2020 06:29" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BpmRuntimeDeployment-brunobb.7' message '' id 'ffffce19-ac81-4fe8-a589-dfcfda07d2a7' date '02/27/2020' time '08:39:59' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.6' message '' id 'f5f87c4f-d46c-4cd6-8baf-a2f86c4aaa95' date '02/27/2020' time '06:29:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.5' message '' id '71c0a45f-8ae5-4c26-9fed-01c5ce456dd5' date '12/09/2019' time '07:11:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.4' message '' id 'd65ed085-ed07-4180-8dfc-b2cf0a10e6ad' date '10/25/2019' time '13:49:02' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.3' message '' id '60b72e2c-b635-44ac-82c2-c480061775f4' date '10/22/2019' time '09:05:38' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.2' message '' id '8594d4f9-58c4-462a-92b7-bb0f1b336ad4' date '10/22/2019' time '08:45:50' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.1' message '' id '2719869d-ae38-4331-b6dc-4fff15ec4a68' date '10/22/2019' time '08:29:37' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BpmRuntimeDeployment-brunobb.8' message '' id 'ffe967b9-5a41-48e8-82a8-fb67cb11bb28' date '05/03/2020' time '13:06:46' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.7' message '' id 'ffffce19-ac81-4fe8-a589-dfcfda07d2a7' date '02/27/2020' time '08:39:59' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.6' message '' id 'f5f87c4f-d46c-4cd6-8baf-a2f86c4aaa95' date '02/27/2020' time '06:29:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.5' message '' id '71c0a45f-8ae5-4c26-9fed-01c5ce456dd5' date '12/09/2019' time '07:11:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.4' message '' id 'd65ed085-ed07-4180-8dfc-b2cf0a10e6ad' date '10/25/2019' time '13:49:02' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.3' message '' id '60b72e2c-b635-44ac-82c2-c480061775f4' date '10/22/2019' time '09:05:38' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.2' message '' id '8594d4f9-58c4-462a-92b7-bb0f1b336ad4' date '10/22/2019' time '08:45:50' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.1' message '' id '2719869d-ae38-4331-b6dc-4fff15ec4a68' date '10/22/2019' time '08:29:37' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
22 changes: 22 additions & 0 deletions scripts/check.out
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,25 @@ topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit

0 comments on commit 65a33da

Please sign in to comment.