-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mtaborda/development
Merge from development into master
- Loading branch information
Showing
23 changed files
with
56 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This class is used to load Chalten from github repository |
8 changes: 8 additions & 0 deletions
8
repository/BaselineOfChalten.package/BaselineOfChalten.class/instance/aconcagua.for..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
baselines - private | ||
aconcagua: spec for: distribution | ||
|
||
spec | ||
baseline: #Aconcagua | ||
with: [ spec | ||
loads: #(#Core); | ||
repository: ((repositories at: distribution) at: #aconcagua) ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
repository/BaselineOfChalten.package/BaselineOfChalten.class/instance/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
initialize - release | ||
initialize | ||
|
||
super initialize. | ||
self initializeRepositories |
12 changes: 12 additions & 0 deletions
12
...tory/BaselineOfChalten.package/BaselineOfChalten.class/instance/initializeRepositories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
initialize - release | ||
initializeRepositories | ||
|
||
repositories := Dictionary new. | ||
repositories at: #pharo40 put: Dictionary new. | ||
(repositories at: #pharo40) | ||
at: #aconcagua put: #'github://mtaborda/aconcagua:v4.1.0/repository'; | ||
at: #chalten put: #'github://mtaborda/chalten:v4.1.0/repository'. | ||
repositories at: #pharo50 put: Dictionary new. | ||
(repositories at: #pharo50) | ||
at: #aconcagua put: #'github://mtaborda/aconcagua:v5.0.0/repository'; | ||
at: #chalten put: #'github://mtaborda/chalten:v5.0.0/repository' |
6 changes: 3 additions & 3 deletions
6
....class/instance/postLoadInitialization.st → ....class/instance/postLoadInitialization.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
initialize-release | ||
post load | ||
postLoadInitialization | ||
|
||
ChaltenEnvironmentBehavior initializeAfterLoad. | ||
TimeUnitsGlobals initializeAfterLoad. | ||
CalendarDefinition allSubclassesDo: [ :each | each subclasses isEmpty | ||
ifTrue: [ each initializeAfterLoad ]]. | ||
CalendarDefinition allSubclassesDo: [ :each | each subclasses | ||
ifEmpty: [ each initializeAfterLoad ]]. | ||
TimeOfDay initializeAfterLoad. | ||
TimeZonesGlobals initializeAfterLoad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'BaselineOfChalten-MaximilianoTaborda.4.0.1' message 'deleted old baselines' id '048bc477-189e-42e7-b923-3d2ed1571c5b' date '13 May 2015' time '10:51:33.319668 pm' author 'MaximilianoTaborda' ancestors ((name 'BaselineOfChalten-MaximilianoTaborda.4.0.0' message 'rename src to repository because that is the convention' id '6a35f5ff-478c-47e7-ba54-dbfe12f6e3bc' date '30 April 2015' time '10:32:32.615031 am' author 'MaximilianoTaborda' ancestors () stepChildren ())) stepChildren ()) | ||
(name 'BaselineOfChalten-MaximilianoTaborda.5.0.0' message 'tag for pharo 5.x' id '4e4610d0-d994-45e8-ad81-963920b0d166' date '28 May 2016' time '7:09:06.331599 pm' author 'MaximilianoTaborda' ancestors ((name 'BaselineOfChalten-MaximilianoTaborda.5.0.0' message 'Baseline for pharo5.x images' id '56cff05b-ff72-43b0-92d6-68342dd7173a' date '6 November 2015' time '1:47:26.839122 pm' author 'MaximilianoTaborda' ancestors () stepChildren ())) stepChildren ()) |
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
repository/ConfigurationOfChalten.package/ConfigurationOfChalten.class/README.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ory/ConfigurationOfChalten.package/ConfigurationOfChalten.class/instance/bleedingEdge..st
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...tory/ConfigurationOfChalten.package/ConfigurationOfChalten.class/instance/development..st
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
repository/ConfigurationOfChalten.package/ConfigurationOfChalten.class/instance/stable..st
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...itory/ConfigurationOfChalten.package/ConfigurationOfChalten.class/instance/version400..st
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
repository/ConfigurationOfChalten.package/ConfigurationOfChalten.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
repository/ConfigurationOfChalten.package/ConfigurationOfChalten.class/properties.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repository/ConfigurationOfChalten.package/monticello.meta/categories.st
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
repository/ConfigurationOfChalten.package/monticello.meta/package
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repository/ConfigurationOfChalten.package/monticello.meta/version
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.