X Tutup
Skip to content
Merged
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
ad472d1
Adding tests for pharo alpha and squeak trunk
May 26, 2017
439c46a
Pharo6 compatibility: GRPackage>>resolve:with: should take -Pharo6.0-…
May 26, 2017
da7e630
Merge commit 'c9f536d0d21474b376d8ea3e54d99bfccb43baa0' into dev
Jul 23, 2017
9b9d140
Kick explorer support from Pharo 6
marschall Sep 5, 2017
0497d38
Add comments to classes who were previously missing them.
marschall Sep 5, 2017
69def3a
Add thisContext to GRPlatform
marschall Sep 5, 2017
c9e1ca6
Merge pull request #34 from marschall/add-thisContext-method
marschall Sep 5, 2017
80123e7
Add GRNotificationBasedDynamicVariable
marschall Sep 5, 2017
175d8e3
Merge pull request #36 from marschall/add-GRNotificationBasedDynamicV…
marschall Sep 5, 2017
6e1d99d
Adapted the method comment in GRDynamicVariable implementation of Gem…
Sep 7, 2017
43c99eb
Fix GRDynamicVariable>>use:during: in GemStone to correctly implement…
Sep 8, 2017
e5eee3b
Added a test for: Fix GRDynamicVariable>>use:during: in GemStone to …
Sep 8, 2017
e66c490
add Pharo 6.1 to the line-up (issue #39)
Sep 8, 2017
aecb1f5
Set up Pharo 6.1 build
marschall Sep 8, 2017
90ef167
Merge pull request #42 from marschall/fix-39
marschall Sep 8, 2017
65b8f07
Small optimizations
marschall Sep 8, 2017
8919d11
Merge pull request #43 from marschall/small-optimizations
marschall Sep 8, 2017
ea2d954
Added an additional test for GRNotificationBasedDynamicVariable to te…
Sep 9, 2017
0675d06
limit travis-ci cache to gemstone builds
Sep 9, 2017
db033f9
don't do double builds for gemstone
Sep 9, 2017
d7574ad
Pick-up changes that were made in master.
Sep 9, 2017
ea7b5dd
Merge pull request #45 from SeasideSt/improve-travis
Sep 9, 2017
9b2f812
Added coveralls integration to give it a spin
Sep 9, 2017
a14e6e5
fix syntax error in smalltalk.ston
Sep 9, 2017
69748ef
Fix Symbol >> #greaseString
marschall Sep 9, 2017
ded5e2c
Merge pull request #47 from marschall/fix-46
marschall Sep 9, 2017
721961e
add the coveralls badge [ci skip]
Sep 9, 2017
cc02510
Merge pull request #48 from SeasideSt/test-coveralls
Sep 9, 2017
17ce0ca
Add missing collection methods to GRSmallDictionary
marschall Sep 9, 2017
4db3366
Merge pull request #50 from marschall/fix-49
marschall Sep 9, 2017
8f18b46
Exclude test packages from coverage analysis
Sep 10, 2017
f3a90d3
Fix instvar shadow in testcase and remove code coverage analysis for now
Sep 10, 2017
90442dc
Improve test coverage
marschall Sep 10, 2017
6c3bf7a
Merge pull request #52 from marschall/improve-code-coverage
marschall Sep 10, 2017
9f40516
see if we can build for 2.4.x
Oct 1, 2017
2312f83
use version 2.4.8
Oct 1, 2017
dd50e5d
typo... in the version
Oct 1, 2017
3acc5b0
Fix for GRDynamicVariable>>value in GemStone 2.4
Oct 4, 2017
88120a0
Proper fix for GRDynamicVariable in GS2.4
Oct 4, 2017
59708af
Simplified fix of previous commit
Oct 4, 2017
5c1b15b
Merge pull request #54 from SeasideSt/13-for-gs24x
Oct 4, 2017
d65731b
Fix issue #20: encoding to utf8 breaks in GemStone 3.3+
Oct 7, 2017
ed245c5
Adapted baseline for a different package in GS3.3 and forward
Oct 7, 2017
ebbe93b
Merge commit 'a4807f95a55bd1ad349d21fceabe3594baa3c123' into dev
Nov 18, 2017
379bbeb
Merge commit 'f28848b16a739d15fc1ec709aca0aaf9f0b3e769' into dev
Nov 18, 2017
e0cbc03
Merge commit 'bcf6f5f564ad82377a03db08575daf580b944120' into dev
Nov 19, 2017
ef0f012
small readme change
Nov 19, 2017
dc1fb79
cherr-pick from dev
Oct 7, 2017
fc5e381
cherry-pick from dev (d65731bdd29323ca2730697f43e6fa248d9fba01 and ed…
Oct 7, 2017
3c1263b
Pharo7: remove extension of TBehavior and move TBehavior>>fullName to…
Dec 9, 2017
a66d62b
Merge pull request #61 from SeasideSt/fix_issue22
Dec 9, 2017
c88ff7e
Addresses Pharo70 incompatibilities:
Jul 21, 2018
38f508b
change the travis matrix for pharo7 and also test 64-bit 6.1
Jul 21, 2018
33db6e4
Use latest Metacello in Pharo too and exclude OSX build for Squeak-5.1
Jul 22, 2018
0de8337
Do not load latest Grease on Pharo7
Jul 22, 2018
417f560
Move Pharo3 to the unsupported platforms list
Jul 22, 2018
d5220b6
Turn off loading latest Metacello on Pharo because I cannot different…
Jul 22, 2018
14590d6
ReadWriteStream instances should be created on empty collections.
Jul 23, 2018
17db291
Temporarily add ReadWriteStream>>contents to Grease (which was remove…
Jul 23, 2018
db1c924
Merge d5220b6c0863cdb5634ab4620b0fb54f73684e63
Jul 23, 2018
a9abfed
Reverted the change to the instantiation of ReadWriteStream (it was c…
Jul 23, 2018
231fea7
- Remove temporary extension of ReadWriteStream (this was included in…
Jul 25, 2018
d0b3319
Updated README and travis lineup [skip-ci]
Jul 25, 2018
b14d837
turn off travis cache to see if build error stops
Jul 26, 2018
d3073d6
commented-out too much in travis file...
Jul 26, 2018
a439867
re-enable Pharo4 testing as well
Jul 26, 2018
e796a7b
Merge pull request #63 from SeasideSt/pharo7
Jul 26, 2018
3bdb4aa
Merged changes to master (concerning Pharo 7) into dev branch
Jul 26, 2018
19077c8
Merge pull request #64 from SeasideSt/master-to-dev
Jul 26, 2018
ab8ff43
Fix grease packages
Jul 30, 2018
fe20434
Fix grpackages for Pharo70
Jul 30, 2018
437cd06
Take allocation out of GRNumberPrinter integer printing
marschall Sep 9, 2018
a9fcab9
Remove GRWorkingWriteStream from Pharo 6+
marschall Sep 9, 2018
44fe773
Remove GRWorkingWriteStream from Pharo 6+
marschall Sep 9, 2018
dec1099
Moved GsContext from Seaside-GemStone-Core to Grease-GemStone-Core an…
Sep 11, 2018
8e0a8a1
Claim .st files
marschall Sep 12, 2018
ed00d1b
Claim .st files
marschall Sep 12, 2018
c5f2b27
Fix Pharo 3 and 4
marschall Sep 23, 2018
3aa7763
Fix gemstone330 package references in the baseline (seems like a mist…
Nov 22, 2018
a10acae
try to adopt badges-per-build that @maxleske did for Seaside to Greas…
Nov 22, 2018
26ff105
try to adopt badges-per-build that @maxleske did for Seaside to Greas…
Nov 22, 2018
4756398
travis badges and moving squeak to the expected failures
Nov 22, 2018
34fe225
travis: fix matrix expansion causing double builds
Nov 22, 2018
22568a7
travis and build matrix: finish up the badges
Nov 22, 2018
9b89e15
Does squeak 5.2 exist in smalltalk-ci ?
Nov 22, 2018
afd94c8
remove section on older version of pharo3 and 4 in the README because…
Nov 22, 2018
02a26f3
bump Grease version number
Nov 24, 2018
061dfed
added metadata for Iceberg
Nov 24, 2018
4c5eedc
Merge branch 'dev'
Nov 24, 2018
4d3a0de
add gemstone 3.4.2 to the travis line-up
Nov 24, 2018
eca45ab
Fix GRDynamicVariable in Pharo 5
Nov 24, 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
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# inform linguist that files with these extensions are indeed smalltalk files
*.st linguist-language=Smalltalk

12 changes: 12 additions & 0 deletions .pharo4.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#useLatestMetacello : true,
#baseline : 'Grease',
#directory : 'repository',
#load : [ 'Tests' ],
#useLatestMetacello : true,
#platforms : [ #pharo ]
}
]
}
3 changes: 3 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
'srcDirectory' : 'repository'
}
61 changes: 33 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
language: smalltalk
sudo: false

smalltalk:
- Pharo-alpha
- Pharo-6.1
- Pharo-6.0
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Squeak-trunk
- Squeak-5.1
aliases:
- &pharo4-has-latest-metacello
smalltalk_config: .pharo4.ston

matrix:
allow_failures:
- smalltalk: Pharo-alpha
- smalltalk: Squeak-trunk
- smalltalk: Squeak-5.1
os: linux


include:
- smalltalk: Pharo64-7.0
env: BUILD_NAME=Pharo64-7.0
- smalltalk: Pharo64-6.1
env: BUILD_NAME=Pharo64-6.1
- smalltalk: Pharo-6.1
env: BUILD_NAME=Pharo-6.1
- smalltalk: Pharo-5.0
env: BUILD_NAME=Pharo-5.0
- smalltalk: Pharo-4.0
<<: *pharo4-has-latest-metacello
env: BUILD_NAME=Pharo-4.0
- smalltalk: Pharo-3.0
<<: *pharo4-has-latest-metacello
env: BUILD_NAME=Pharo-3.0
- smalltalk: Squeak-trunk
env: BUILD_NAME=Squeak-trunk
- smalltalk: Squeak-5.2
env: BUILD_NAME=Squeak-5.2
- smalltalk: Squeak-5.1
os: osx
- smalltalk: GemStone-2.4.8
cache:
directories:
- $SMALLTALK_CI_CACHE
- smalltalk: GemStone-3.1.0.6
cache:
directories:
- $SMALLTALK_CI_CACHE
- smalltalk: GemStone-3.2.16
cache:
directories:
- $SMALLTALK_CI_CACHE
env: BUILD_NAME=Squeak-5.1
- smalltalk: GemStone-3.4.2
env: BUILD_NAME=GemStone-3.4.2
- smalltalk: GemStone-3.3.4
cache:
directories:
- $SMALLTALK_CI_CACHE
env: BUILD_NAME=GemStone-3.3.4
- smalltalk: GemStone-3.2.16
env: BUILD_NAME=GemStone-3.2.16
- smalltalk: GemStone-3.1.0.6
env: BUILD_NAME=GemStone-3.1.0.6
- smalltalk: GemStone-2.4.8
env: BUILD_NAME=GemStone-2.4.8
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**IMPORTANT**: Since version 1.3.0, this is the main repository of Grease. Versions older than 1.1.9 can be found in the [Smalltalkhub repository](http://www.smalltalkhub.com/#!/~Seaside/Grease11). Check out the [releases list](https://github.com/SeasideSt/Grease/releases) for all version numbers in this repository.
**IMPORTANT**: Since version 1.3.0, this is the main repository of Grease. Versions older than 1.1.9 can only be found in the [Smalltalkhub repository](http://www.smalltalkhub.com/#!/~Seaside/Grease11). Check out the [releases list](https://github.com/SeasideSt/Grease/releases) for all version numbers in this repository.

The Grease Portability Library [![Build Status](https://travis-ci.org/SeasideSt/Grease.svg?branch=master)](https://travis-ci.org/SeasideSt/Grease)
The Grease Portability Library
======
Grease enhances the ANSI Smalltalk standard. With only a few exceptions, we assume platforms are fully ANSI-compliant. Platforms want to support Seaside and standardization makes this easier for the project’s developers and its porters.

Expand All @@ -14,16 +14,19 @@ Grease does not try to solve all problems. We are not testing Sockets or HTTP cl

Grease is widely adopted. Implementations exist already for all platforms that support Seaside 3.x. As well as Seaside, new versions of Magritte, Pier, and Monticello are already being implemented on top of Grease.

## Travis builds
## Platform compatibility and Travis builds

The [Travis CI builds](https://travis-ci.org/SeasideSt/Grease) currently test Grease for the following platforms and versions:
The latest Grease version is supported on the following platforms and versions, which are tested using [Travis CI builds](https://travis-ci.org/SeasideSt/Grease):

| Squeak | Pharo | GemStone |
| --------------- | ---------------- | -------------------- |
| Squeak 5.1 | Pharo 6.0 | GemStone 3.3.4 |
| | Pharo 5.0 | GemStone 3.2.16 |
| | Pharo 4.0 | GemStone 3.1.0.6 |
| | Pharo 3.0 | |
| [![Build status: Squeak-5.2](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Squeak-trunk&label=5.2)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Pharo64-7.0](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Pharo64-7.0&label=7.0)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Gemstone-3.4.2](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=GemStone-3.4.2&label=3.4.2)](http://travis-ci.org/SeasideSt/Grease) |
| [![Build status: Squeak-5.1](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Squeak-5.1&label=5.1)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Pharo64-6.1](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Pharo64-6.1&label=6.1)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Gemstone-3.3.4](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=GemStone-3.3.4&label=3.3.4)](http://travis-ci.org/SeasideSt/Grease) |
| | [![Build status: Pharo-5.0](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Pharo-5.0&label=5.0)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Gemstone-3.2.16](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=GemStone-3.2.16&label=3.2.16)](http://travis-ci.org/SeasideSt/Grease) |
| | [![Build status: Pharo-4.0](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Pharo-4.0&label=4.0)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Gemstone-3.1.0.6](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=GemStone-3.1.0.6&label=3.1.0.6)](http://travis-ci.org/SeasideSt/Grease) |
| | [![Build status: Pharo-3.0](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=Pharo-3.0&label=3.0)](http://travis-ci.org/SeasideSt/Grease) | [![Build status: Gemstone-2.4.8](http://badges.herokuapp.com/travis/SeasideSt/Grease?branch=master&env=BUILD_NAME=GemStone-2.4.8&label=2.4.8)](http://travis-ci.org/SeasideSt/Grease) |

Coveralls (experimental): [![Coverage Status](https://coveralls.io/repos/github/SeasideSt/Grease/badge.svg?branch=test-coveralls)](https://coveralls.io/github/SeasideSt/Grease?branch=test-coveralls)

## Installation

Expand All @@ -44,6 +47,7 @@ Metacello new
-or-

Load a specific version:
(See [Releases](https://github.com/SeasideSt/Grease/releases) for a list of versions)

```Smalltalk
Metacello new
Expand All @@ -53,7 +57,7 @@ Metacello new
```
-or-

Legacy: load from Smalltalkhub:
Legacy: load older versions from Smalltalkhub:
```Smalltalk
Metacello new
configuration: 'Grease';
Expand Down
3 changes: 3 additions & 0 deletions repository/.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
#format : #filetree
}
5 changes: 2 additions & 3 deletions repository/BaselineOfGrease.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,39 @@ baseline: spec
group: 'Slime Tests' with: #('Core Tests');
group: 'Tests' with: #('Core Tests' 'Slime Tests');
group: 'default' with: #('Slime') ].

spec
for: #( #'squeak5.x' )
do: [
spec
project: 'Refactoring-Core'
with: [
spec
className: 'ConfigurationOfRefactoringBrowser';
versionString: #'stable';
loads: #('Core');
repository: 'http://www.squeaksource.com/MetacelloRepository' ].
spec
package: 'Grease-Core'
with: [ spec includes: #('Grease-Squeak5-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-Squeak5-Core'); includes: #('Grease-Tests-Squeak-Core' 'Grease-Tests-Squeak5-Core') ];
with: [
spec
requires: #('Grease-Squeak5-Core');
includes:
#('Grease-Tests-Squeak-Core' 'Grease-Tests-Squeak5-Core') ];
package: 'Grease-Squeak5-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Squeak-Core'
with: [ spec requires: #('Grease-Tests-Core') ];
package: 'Grease-Tests-Squeak5-Core'
with: [ spec requires: #('Grease-Tests-Squeak-Core') ].
self slimeForSqueakPharo1xPharo2x: spec ].

with: [ spec requires: #('Grease-Tests-Squeak-Core') ];
package: 'Grease-Slime'
with: [ spec requires: #('Refactoring-Core' 'Grease-Core') ];
package: 'Grease-Tests-Slime'
with: [ spec requires: #('Grease-Slime') ].
spec
group: 'Slime' with: #('Grease-Slime');
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
spec
for: #( #'squeak6.x' )
do: [
Expand All @@ -55,7 +71,10 @@ baseline: spec
package: 'Grease-Core'
with: [ spec includes: #('Grease-Pharo30-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-Pharo30-Core'); includes: #('Grease-Tests-Pharo20-Core') ];
with: [
spec
requires: #('Grease-Pharo30-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
package: 'Grease-Pharo30-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
Expand All @@ -73,7 +92,10 @@ baseline: spec
package: 'Grease-Core'
with: [ spec includes: #('Grease-Pharo30-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-Pharo30-Core'); includes: #('Grease-Tests-Pharo20-Core') ];
with: [
spec
requires: #('Grease-Pharo30-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
package: 'Grease-Pharo30-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
Expand All @@ -86,13 +108,16 @@ baseline: spec
group: 'Slime' with: #('Grease-Pharo40-Slime');
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
spec
for: #(#'pharo6.x')
for: #'pharo6.x'
do: [
spec
package: 'Grease-Core'
with: [ spec includes: #('Grease-Pharo60-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-Pharo60-Core'); includes: #('Grease-Tests-Pharo20-Core') ];
with: [
spec
requires: #('Grease-Pharo60-Core');
includes: #('Grease-Tests-Pharo20-Core') ];
package: 'Grease-Pharo60-Core'
with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Pharo20-Core'
Expand Down Expand Up @@ -134,14 +159,16 @@ baseline: spec
spec
className: 'ConfigurationOfGsCore';
versionString: #'stable';
repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ];
repository:
'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ];
project: 'UTF8'
with: [
spec
className: 'ConfigurationOfGsMisc';
versionString: #'stable';
loads: #('Utf8Encoding');
repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ];
repository:
'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ];
project: 'System-Digital-Signatures'
copyFrom: 'UTF8'
with: [ spec loads: #('System-Digital-Signatures') ];
Expand All @@ -155,7 +182,10 @@ baseline: spec
requires: #('GsCore');
includes: #('Grease-GemStone-Core') ];
package: 'Grease-Tests-Core'
with: [ spec requires: #('Grease-GemStone-Core'); includes: #('Grease-Tests-GemStone-Core') ];
with: [
spec
requires: #('Grease-GemStone-Core');
includes: #('Grease-Tests-GemStone-Core') ];
package: 'Grease-GemStone-Core'
with: [
spec
Expand Down Expand Up @@ -188,7 +218,7 @@ baseline: spec
package: 'Grease-GemStone240-Core'
with: [ spec requires: #('Grease-GemStone-Core') ] ].
spec
for: #'gs3.x'
for: #(#'gs3.0.x' #'gs3.1.x' #'gs3.2.x')
do: [
spec
package: 'Grease-GemStone-Core'
Expand All @@ -198,6 +228,17 @@ baseline: spec
spec
requires: #('Grease-GemStone-Core');
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
spec
for: #(#'gs3.3.x' #'gs3.4.x')
do: [
spec
package: 'Grease-GemStone-Core'
with: [ spec includes: #('Grease-GemStone330-Core') ];
package: 'Grease-GemStone330-Core'
with: [
spec
requires: #('Grease-GemStone-Core');
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
spec
for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x')
do: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"instance" : {
"initializeLatin1ToUtf8Encodings" : "JohanBrichau 10/19/2014 10:00",
"slimeForSqueakPharo1xPharo2x:" : "JohanBrichau 02/16/2014 03:49",
"baseline:" : "JohanBrichau 11/18/2017 16:17"
"baseline:" : "JohanBrichau 11/22/2018 09:09"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfGrease",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfGrease",
"type" : "normal"
}
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
Loading
X Tutup