Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pharo6.0 dev #4

Open
wants to merge 91 commits into
base: pharo6.0_dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
908afda
Add string type check to version save: ensure version info message is…
ThierryGoubier Aug 26, 2016
a88b62f
basicSaveVersion bug:
ThierryGoubier Aug 26, 2016
62c2de8
fix follow-up: do not use the version number we have in the image.
ThierryGoubier Aug 26, 2016
062bb79
final fix
ThierryGoubier Aug 26, 2016
c1e6036
Merge pull request #205 from dalehenrich/issue_201
ThierryGoubier Aug 26, 2016
24c50ae
Bug: not registering gitfiletree repository in package versions entries
ThierryGoubier Sep 28, 2016
38a9829
lazy version: repository should be set.
ThierryGoubier Sep 29, 2016
36f9bb1
Issue #196: move MetacelloPlatform>>createRepository: to MetacelloPh…
dalehenrich Jul 5, 2016
029c697
From Holger Freyther: fix the email regex when adding a name /email m…
ThierryGoubier Oct 3, 2016
f6a0813
Merge pull request #211 from dalehenrich/issue_209
ThierryGoubier Oct 3, 2016
1cef6de
Use the date in the version info of the package upon commit
ThierryGoubier Oct 3, 2016
595acc5
Slight change: only set --date if setting --author
ThierryGoubier Oct 4, 2016
dff27d8
Add a test for issue 210 (setting name and package timestamp)
ThierryGoubier Oct 4, 2016
79ffc10
Merge pull request #213 from dalehenrich/issue_210
ThierryGoubier Oct 4, 2016
4bfb0ee
merging bugfixes from the pharo5.0_dev branch
ThierryGoubier Oct 4, 2016
4b9852d
Added a storeVersions: API to MCFileTreeGitRepository
ThierryGoubier Nov 24, 2016
7fc3ce5
Improve implementation of the store versions api.
ThierryGoubier Nov 27, 2016
ec2422f
Removing that line was an error!
ThierryGoubier Nov 27, 2016
f6afdd2
Introduce UTF8 characters into the monticello.meta/version file: Lit…
ThierryGoubier Nov 27, 2016
3e0620e
Deprecation on #name, replace by #asString
ThierryGoubier Mar 14, 2017
ea2c38d
18337 Spelling mistakes in Pharo (forward port issue 18324 to Pharo 6.0)
ThierryGoubier Mar 14, 2017
c5c922b
18350 Lost changes should be shown on startup by Epicea
ThierryGoubier Mar 14, 2017
164970b
18554 Update SystemCommandLineHandler dependencies
ThierryGoubier Mar 14, 2017
126c169
19786 MonticelloFileTree-Core package exported to Git contains a stra…
ThierryGoubier Mar 14, 2017
3f892fb
19834 Error in horizontal scrollbar
ThierryGoubier Mar 14, 2017
ba38d80
Updated tests
ThierryGoubier Mar 14, 2017
198eda9
urlDecoded ...
ThierryGoubier Mar 14, 2017
de2f245
Merge pull request #216 from dalehenrich/issue_215
ThierryGoubier Mar 14, 2017
8f6bc62
Make location in a MCFileTreeGitRepository report the gitfiletree loc…
ThierryGoubier Apr 27, 2017
734eed4
Iceberg has broken GitFileTree integration with Metacello, of course
ThierryGoubier Nov 4, 2017
691efb8
First working code. - No handling of subdirectories yet - Not checked…
ThierryGoubier Feb 28, 2018
09d2a15
- Correct missing .st files
ThierryGoubier Feb 28, 2018
c6f551d
Small correction
ThierryGoubier Feb 28, 2018
c6a9682
Added package properties
ThierryGoubier Feb 28, 2018
b0ea440
Write initializers...
ThierryGoubier Feb 28, 2018
added2f
Ensure unix line endings. Add initializers
ThierryGoubier Feb 28, 2018
4b08ffb
Writing organization in chunk format. Strange: my gitfiletree referen…
ThierryGoubier Feb 28, 2018
80bb4e0
Added old thingy serialize package
ThierryGoubier Feb 28, 2018
dbdbdff
Added code for handling sub directories inside the git repository.
ThierryGoubier Feb 28, 2018
b545a13
Add some memoization to avoid too many calls to OSProcess / Git
ThierryGoubier Feb 28, 2018
3658f2d
- Missing extension class generation - Do not utf8Encode internally (…
ThierryGoubier Feb 28, 2018
951150d
Added proper handling of dependencies
ThierryGoubier Feb 28, 2018
579e59c
Refactoring the fast-import part inside MCFileTreeGitRepository
ThierryGoubier Feb 28, 2018
f7a9d17
Ensure we load OSProcess and not OSSubprocess
ThierryGoubier Feb 28, 2018
02b8f45
DNU caused by IceMCVersionInfo
ThierryGoubier Mar 1, 2018
edd663d
- Mistake in handling special files
ThierryGoubier Mar 1, 2018
85ff4d2
Add a reasonable try for OSSubprocess / fast-import
ThierryGoubier Mar 1, 2018
32eba92
Progress on fast-import byte array building
ThierryGoubier Mar 1, 2018
1c2591a
Improvements
ThierryGoubier Mar 2, 2018
3310e54
Saving a broken version for now
ThierryGoubier Mar 2, 2018
67d3b4a
Ensure a git commit when we write properties in that test.
ThierryGoubier Mar 2, 2018
42c9248
Revert a change in accessing repository properties.
ThierryGoubier Mar 2, 2018
d76076c
Ensure that we properly commit properties into the repo if we do it o…
ThierryGoubier Mar 3, 2018
bcdcd6a
Solved a hidden infinite recursion in MCFileTree on repository proper…
ThierryGoubier Mar 3, 2018
3e3da9e
Added a pharo6.1 and Pharo6.1 64bits target
ThierryGoubier Mar 3, 2018
e53f03e
Removing that onError: aBlock addition -- the bug was the infinite re…
ThierryGoubier Mar 3, 2018
c025c19
Cosmetic changes
ThierryGoubier Mar 3, 2018
ae26cd1
Wrongly recreated properties there
ThierryGoubier Mar 3, 2018
fb3df66
Using STON instead of writing json by hand. from / no from if first c…
ThierryGoubier Mar 3, 2018
16ee173
Forgot I was tracking fast-import command files
ThierryGoubier Mar 3, 2018
086b003
Change slightly the way issue 146 is tested.
ThierryGoubier Mar 3, 2018
247cf58
Nearly sure the issue146 failure is an artefact of the CI process aga…
ThierryGoubier Mar 3, 2018
8a8a655
ThierryGoubier Mar 3, 2018
773a44e
Cleaning up file accesses
ThierryGoubier Mar 3, 2018
46e5939
Update the scan for method versions in a git repository.
ThierryGoubier Mar 3, 2018
b0f4a2a
maxVersionWithAncestors may be nil
ThierryGoubier Mar 4, 2018
0a638f5
MCCacheRepository uniqueInstance it is, not default
ThierryGoubier Mar 4, 2018
1841345
Add the logic so that the fast-import command works with OSSubprocess.
ThierryGoubier Mar 10, 2018
d324da2
Update the baseline
ThierryGoubier Mar 8, 2018
0aaaf0c
Changes:
ThierryGoubier Mar 11, 2018
afb6bf8
Simply the git command default directory.
ThierryGoubier Mar 11, 2018
4c5cf12
Revert the unixLineEndings (not necessary)
ThierryGoubier Mar 11, 2018
00719c7
Superb endless loop with gitTopDirectory
ThierryGoubier Mar 11, 2018
3c14992
Change empty / utf8 end of commit message tests
ThierryGoubier Mar 11, 2018
18908c2
Silly bug
ThierryGoubier Mar 11, 2018
f0b5e4f
Change tests for commit messages without additional characters
ThierryGoubier Mar 11, 2018
7be1bcb
Ensure we don't add an additional character at the end of commit mess…
ThierryGoubier Mar 11, 2018
596e071
Introduce UTF8 characters into the monticello.meta/version file: Lit…
ThierryGoubier Mar 11, 2018
a326fbe
Merge pull request #221 from dalehenrich/fastimport
ThierryGoubier Mar 12, 2018
f75e802
Correct detection of package repositories
ThierryGoubier Mar 12, 2018
be77373
Correct correction
ThierryGoubier Mar 12, 2018
3eff0ba
Correct use of ProcessWrapper with stdin input...
ThierryGoubier Mar 14, 2018
7af4286
Use stdin with OSProcess too
ThierryGoubier Mar 15, 2018
00a29ee
Do not utf8encode two times!
ThierryGoubier Mar 19, 2018
1b900b5
write with unix line endings
ThierryGoubier Mar 27, 2018
7295069
Add session shutdown/startup to clean caches
ThierryGoubier Mar 29, 2018
64e6ec7
Trying to save a full version metadata
ThierryGoubier Mar 29, 2018
84c8e4c
Better comment, no need for #startUp: since we do nothing there.
ThierryGoubier Mar 30, 2018
b38caea
Changed the way to select MC classes.
ThierryGoubier Apr 5, 2018
94f64a8
Incomplete fix.
ThierryGoubier Apr 5, 2018
d3d390c
Convert author name from system string as well, to get a proper stéph…
ThierryGoubier May 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .filetree

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ os:

# Select compatible Smalltalk image(s)
smalltalk:
- Pharo-6.0
- Pharo-6.1
- Pharo64-6.1
5 changes: 3 additions & 2 deletions repository/BaselineOfFileTree.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ baseline: spec
spec
for: #common
do: [ spec
configuration: 'OSSubprocess'
configuration: 'OSProcess'
with: [ spec
versionString: #stable;
repository: 'github://marianopeck/OSSubprocess/repository' ];
repository: 'http://www.squeaksource.com/MetacelloRepository' ];
yourself.
spec
configuration: 'ProcessWrapper'
Expand All @@ -32,17 +32,17 @@ baseline: spec
for: #Unix
do: [ spec
package: 'MonticelloFileTree-Git'
with: [ spec requires: #('MonticelloFileTree-Core' ) ] ].
with: [ spec requires: #('MonticelloFileTree-Core') ] ].
spec
for: #MacOSSubprocess
for: #MacOSProcess
do: [ spec
package: 'MonticelloFileTree-Git'
with: [ spec requires: #('MonticelloFileTree-Core' 'OSSubprocess') ] ].
with: [ spec requires: #('MonticelloFileTree-Core' 'OSProcess') ] ].
spec
for: #UnixOSSubprocess
for: #UnixOSProcess
do: [ spec
package: 'MonticelloFileTree-Git'
with: [ spec requires: #('MonticelloFileTree-Core' 'OSSubprocess') ] ].
with: [ spec requires: #('MonticelloFileTree-Core' 'OSProcess') ] ].
spec
for: #Windows
do: [ spec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
accessing
customProjectAttributes
Smalltalk os isMacOS
ifTrue: [ (Smalltalk at: #PipeableOSProcess ifAbsent: [ ])
ifNil: [ (Smalltalk at: #OSSUnixSubprocess ifAbsent: [ ])
ifNil: [ ^ #(#MacOSSubprocess) ]
ifNotNil: [ ^ #(#MacOS) ] ]
ifNotNil: [ ^ #(#MacOS) ] ].
ifTrue: [ (Smalltalk hasClassNamed: #PipeableOSProcess)
ifFalse: [ (Smalltalk hasClassNamed: #OSSUnixSubprocess)
ifFalse: [ ^ #(#MacOSProcess) ]
ifTrue: [ ^ #(#MacOS) ] ]
ifTrue: [ ^ #(#MacOS) ] ].
Smalltalk os isUnix
ifTrue: [ ^ (Smalltalk at: #PipeableOSProcess ifAbsent: [ ])
ifNil: [ (Smalltalk at: #OSSUnixSubprocess ifAbsent: [ ])
ifNil: [ ^ #(#UnixOSSubprocess) ]
ifNotNil: [ ^ #(#Unix) ] ]
ifNotNil: [ ^ #(#Unix) ] ].
ifTrue: [ (Smalltalk hasClassNamed: #PipeableOSProcess)
ifFalse: [ (Smalltalk hasClassNamed: #OSSUnixSubprocess)
ifFalse: [ ^ #(#UnixOSProcess) ]
ifTrue: [ ^ #(#Unix) ] ]
ifTrue: [ ^ #(#Unix) ] ].
Smalltalk os isWindows
ifTrue: [ ^ #(#Windows) ]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
},
"instance" : {
"baseline:" : "ThierryGoubier 4/30/2016 16:03",
"customProjectAttributes" : "ThierryGoubier 4/30/2016 16:02" } }
"baseline:" : "ThierryGoubier 3/8/2018 22:55",
"customProjectAttributes" : "ThierryGoubier 3/8/2018 22:54"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "BaselineOfFileTree",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfFileTree",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
"category" : "BaselineOfFileTree",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BaselineOfFileTree",
"type" : "normal"
}
34 changes: 2 additions & 32 deletions repository/BaselineOfFileTree.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1,32 +1,2 @@
(name 'BaselineOfFileTree-ThierryGoubier.32' message '#Unix, #MacOS !' id 'ff6fcae4-dce4-452c-9905-56da70d23abe' date '30 April 2016' time '4:03:40.734218 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.31' message 'Check for OSSubprocess as well.
' id '17accafe-b515-508c-b488-6af5104cd30f' date '30 April 2016' time '3:59:20 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.30' message 'Target both OSProcess and OSSubprocess ?
' id '4416e1d2-e43c-59e3-b9c5-a58ab958e8c4' date '30 April 2016' time '12:00:13 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.29' message 'updating the issue_171 branch with current pharo5.0_dev
' id '6eab405a-8020-5ee1-84fb-3e30789fce7a' date '29 March 2016' time '10:52:56 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-MarianoMartinezPeck.26' message 'Fix issue #175 for branch issue_171
' id 'a9aaf494-26c9-5c62-9fa5-f9670bb99297' date '6 February 2016' time '9:55:10 am' author 'MarianoMartinezPeck' ancestors ((name 'BaselineOfFileTree-MarianoMartinezPeck.25' message 'Fix issue #175 for branch issue_171
' id '66373e5b-f482-5868-813a-2d02ab411f8b' date '6 February 2016' time '9:51:12 am' author 'MarianoMartinezPeck' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.22' message 'Forgot to update the requires!
' id '0cfdc14c-d709-5603-a7b2-c37423182a2d' date '14 January 2016' time '10:25:39 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.21' message 'Replace OSProcess by OSSubprocess
' id '8abebac6-afa8-5f07-8929-c59bb8b88de8' date '14 January 2016' time '9:58:25 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.19' message 'Reactivate GitFileTree tests
' id '40621310-ff38-5ecf-8759-e713bea8374a' date '23 July 2015' time '4:06:59 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.18' message 'Remove the git tests for now
' id '80b5f97d-c674-525a-9b97-e9a3d2198572' date '23 July 2015' time '10:26:18 am' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.17' message 'Activated Git Tests in the travis CI
' id 'ad10178e-3197-5bcd-b6d4-903eb8dbe314' date '23 July 2015' time '9:42:49 am' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.16' message 'Wrong Repository for OSProcess
' id '888fb307-4ff0-51b7-b951-06e11128f873' date '6 March 2015' time '9:47:37 am' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.15' message 'Switch to the OSProcess configuration in MetaRepoForPharo30
' id 'eac20fe8-4aa9-5ab4-b0a3-4527ee3b05ea' date '6 March 2015' time '7:22 am' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.14' message 'Added support for loading ProcessWrapper (Windows Support)
' id 'e85ac281-20e9-5b65-91cf-a9c5720c4163' date '2 March 2015' time '7:24:56 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.13' message 'bump baseline monticello version
' id '3aa08233-a131-5c97-ba2a-d9304c19ca02' date '1 September 2013' time '10:21:10 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.12' message 'have to remove MonticelloFileTree-GitTests from Tests ... create separate Git Tests group
' id '42e9ad70-c7b6-5f7d-b48c-d90e0a0db082' date '1 September 2013' time '9:00:20 am' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.11' message 'remove Git load/testing for pharo3.0, per Thierry''s comment[1]
' id '2c7be37b-ff03-537a-b89a-3c505d29df2e' date '1 September 2013' time '8:48:26 am' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.10' message 'cherry-pick: fd9d9be3be16c5ea001c41d6ad93fa49de055dc3 (gitrepo work from Thierry)
' id '5579aadb-16eb-5458-962c-d887f5cd0363' date '28 June 2013' time '1:42:37 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.9' message 'create Git group for MonticelloFileTree-Git package
' id '15e20e3f-1f81-56b2-96b2-c816299b6642' date '15 June 2013' time '6:06:05 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.8' message 'add MonticelloFileTree-Git to baseline
' id '92698551-d187-5bf9-a3fc-deffe6788e0e' date '3 June 2013' time '2:46:21 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.7' message 'Merge branch ''master'' into pharo2.0: all tests green in Pharo-2.0a-20305
' id '830a45dc-ffc4-5ab1-9d2e-c0b87ff60459' date '24 September 2012' time '5:14:05 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.5' message 'Issue #52: update baseline for pharo-2.0
' id 'bab12d8f-8e2e-5361-bc3b-1e00a85ffbe7' date '10 August 2012' time '10:26:57 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.4' message 'Issue #52: fix the baseline
' id 'a9c223a6-447a-59bd-814a-bbd5dc4e4c5d' date '10 August 2012' time '7:03:57 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.3' message 'Issue #52: add new packages to baseline
' id '7592aa14-1183-5c48-a3e9-f9b2e54d30f3' date '10 August 2012' time '5:13:02 pm' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.2' message 'Merge branch ''issue_38'' into pharo1.3: Issue #38 fix (cherry picked from commit 4065e9230164df95dd013cfaa2f58e89803ab391)
' id '0777e8f9-d874-5f1f-bc68-c74bacc2fa1a' date '5 July 2012' time '11:24:40 am' author 'DaleHenrichs' ancestors ((name 'BaselineOfFileTree-DaleHenrichs.1' message '[travis-ci and BaselineOf] cherry pick line of commits from: 7ca09f5ac0d182d4b940403936fb11303a544db1 to 6e01c7dd719e9e742c2730e05bb89b995d36a0d0
' id '5b3ff9c7-b547-5367-82ab-d012de13a941' date '11 June 2012' time '2:58:16 pm' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfFileTree-DaleHenrichs.6' message 'Merge branch ''issue_52'' into pharo1.4: Issue #52
' id '82a62164-f27e-5fff-9934-ce5e16ac1a16' date '10 August 2012' time '10:34:37 pm' author 'DaleHenrichs' ancestors ((id '0777e8f9-d874-5f1f-bc68-c74bacc2fa1a')) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfFileTree-ThierryGoubier.28' message 'Revert to Mariano changes
' id '20c442c5-bd0b-5a8b-9df5-394152d17cbd' date '27 March 2016' time '6:50:12 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.27' message 'Merge Otto Behrens improvements on the Pharo5.0_dev branch
' id '6897578a-5a26-52b0-9121-ca6aa92c62e2' date '27 March 2016' time '6:47:07 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-MarianoMartinezPeck.24' message 'Fix to issue #175. This one should work
' id 'b2eed698-eab4-510e-9d00-cb3e45f680e8' date '5 February 2016' time '10:51:38 am' author 'MarianoMartinezPeck' ancestors ((name 'BaselineOfFileTree-MarianoMartinezPeck.23' message 'Trying to fix issue #175 but not luck
' id '64f2a773-f8b8-5b6b-aabd-eeeb16a62ad4' date '31 January 2016' time '10:02:56 pm' author 'MarianoMartinezPeck' ancestors ((id '40621310-ff38-5ecf-8759-e713bea8374a')) stepChildren ())) stepChildren ())(name 'BaselineOfFileTree-ThierryGoubier.20' message 'This is maintained for Pharo 4
' id '51bc40d6-854c-5060-ab9a-0d5b3f168259' date '17 November 2015' time '6:58:54 am' author 'ThierryGoubier' ancestors ((id '40621310-ff38-5ecf-8759-e713bea8374a')) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BaselineOfFileTree-ThierryGoubier.1520015085' message 'Update the baseline' id '95957f79-4f23-0d00-88b7-a36c0faff969' date '8 March 2018' time '10:55:45.03195 pm' author 'ThierryGoubier' ancestors ((name 'BaselineOfFileTree-ThierryGoubier.1520015084' message 'Revert a change in accessing repository properties.
' id '57efc516-a8a9-554f-8627-9b0b12407b2b' date '2 March 2018' time '7:24:44 pm' author 'ThierryGoubier' ancestors () stepChildren ())) stepChildren ())
3 changes: 1 addition & 2 deletions repository/BaselineOfFileTree.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packageProperties
readStreamDo: [ :fileStream |
| jsonObject structureVersion |
[
(jsonObject := MCFileTreeJsonParser parseStream: fileStream) isFloat
(jsonObject := STON fromStream: fileStream) isFloat
ifTrue: [
"
0.0 - original structure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"monticelloMetaDirName" : "dkh 4/4/2012 17:43",
"noMethodMetaData" : "dkh 3/1/2012 10:11",
"packageDirectory:" : "dkh 8/10/2012 05:46",
"packageProperties" : "dkh 3/1/2012 11:56",
"packageProperties" : "OffrayLuna 5/27/2016 10:06",
"parseMember:" : "dkh 8/10/2012 07:43",
"separateMethodMetaAndSource" : "dkh 3/1/2012 10:10" } }

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading