-
Notifications
You must be signed in to change notification settings - Fork 20
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 #195 from DuneSt/development
v1.3.0
- Loading branch information
Showing
1,276 changed files
with
5,596 additions
and
917 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
'srcDirectory' : 'src' | ||
} |
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,16 +1,22 @@ | ||
language: smalltalk | ||
sudo: false | ||
|
||
os: | ||
- linux | ||
- osx | ||
|
||
smalltalk: | ||
- Pharo-7.0 | ||
- Pharo-6.1 | ||
- Pharo-5.0 | ||
|
||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- smalltalk: Pharo-7.0 | ||
language: smalltalk | ||
sudo: false | ||
|
||
os: | ||
- linux | ||
#- osx | ||
|
||
smalltalk: | ||
- Pharo-7.0 | ||
- Pharo-6.1 | ||
- Pharo-5.0 | ||
- GemStone-3.4.1 | ||
|
||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- smalltalk: Pharo-7.0 | ||
|
||
# This make Gemstone builds 3x faster | ||
cache: | ||
directories: | ||
- $SMALLTALK_CI_CACHE |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
#format : #filetree | ||
} |
18 changes: 18 additions & 0 deletions
18
...neOfMaterialDesignLite.package/BaselineOfMaterialDesignLite.class/class/loadOnGemStone.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,18 @@ | ||
loading | ||
loadOnGemStone | ||
" | ||
eval `BaselineOfMaterialDesignLite loadOnGemStone` | ||
" | ||
|
||
<script> | ||
(Smalltalk hasClassNamed: 'GsDeployer') | ||
ifTrue: [ (Smalltalk classNamed: 'GsDeployer') | ||
perform: #deploy: | ||
with: [ Metacello new | ||
repository: 'filetree:///opt/git/MaterialDesignLite/src'; | ||
baseline: 'MaterialDesignLite'; | ||
onConflict: [ :ex | ex allow ]; | ||
onLock: [ :ex | ex honor ]; | ||
load ] ] |
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
11 changes: 11 additions & 0 deletions
11
...lineOfMaterialDesignLite.package/BaselineOfMaterialDesignLite.class/instance/gemStone..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,11 @@ | ||
baseline | ||
gemStone: spec | ||
spec | ||
for: #gemstone | ||
do: [ spec baseline: 'OrderedDictionary' with: [ spec repository: 'github://GsDevKit/OrderedDictionary:v1.x.x/src' ]. | ||
spec | ||
package: 'PackageManifest' with: [ spec repository: 'http://smalltalkhub.com/mc/pdebruic/PackageManifest/main' ]; | ||
package: 'Material-Design-Lite-GemStone' with: [ spec requires: 'Material-Design-Lite-Components' ]; | ||
package: 'Material-Design-Lite-Extensions' with: [ spec requires: #('PackageManifest') ]; | ||
package: 'Material-Design-Lite-Components' with: [ spec requires: #('PackageManifest' 'OrderedDictionary') ]; | ||
package: 'Material-Design-Lite-Components' with: [ spec includes: 'Material-Design-Lite-GemStone' ] ] |
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,5 @@ | ||
{ | ||
"separateMethodMetaAndSource" : false, | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...erial-Design-Lite-Components-Tests.package/MDLAbstractBrushTest.class/class/isAbstract.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,3 @@ | ||
testing | ||
isAbstract | ||
^ self = MDLAbstractBrushTest |
3 changes: 3 additions & 0 deletions
3
...Design-Lite-Components-Tests.package/MDLAbstractBrushTest.class/instance/testBareBrush.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,3 @@ | ||
tests | ||
testBareBrush | ||
self subclassResponsibility |
3 changes: 3 additions & 0 deletions
3
...sign-Lite-Components-Tests.package/MDLAbstractBrushTest.class/instance/testWithContent.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,3 @@ | ||
tests | ||
testWithContent | ||
self subclassResponsibility |
Oops, something went wrong.