Sync GsDevKit>>Grease with SeasideSt>>Grease master#12
Merged
jbrichau merged 91 commits intoGsDevKit:masterfrom Nov 27, 2018
Merged
Sync GsDevKit>>Grease with SeasideSt>>Grease master#12jbrichau merged 91 commits intoGsDevKit:masterfrom
jbrichau merged 91 commits intoGsDevKit:masterfrom
Conversation
… names into account
Add thisContext to GRPlatform
…ariable Add GRNotificationBasedDynamicVariable
…Stone to better reflect why we override it.
… expected semantics (see method comments for details)
…orrectly implement expected semantics (see method comments for details)
Fixes #39
Set up Pharo 6.1 build
A couple of small optimizations
Small optimizations
…st the defaultValue behavior
Merge branch 'master' into dev # Conflicts: # repository/Grease-Tests-Core.package/GRDynamicVariableTest.class/instance/testDefaultValue.st
Improve travis builds (remove caching where it breaks)
- Fixes #46
Fix Symbol >> #greaseString
Test coveralls
Add missing collection methods to GRSmallDictionary
Addresses Pharo70 incompatibilities:
Merged changes to master (concerning Pharo 7) into dev branch
…d implemented GRGemStonePlatform>>thisContext
Fixes #68
Fixes #68
Use latest Metacello for Pharo 3 and 4
…ake was done years ago in dev branch)
… we are loading and testing again for these platform versions
# Conflicts: # .travis.yml # README.md # repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baseline..st # repository/Grease-Core.package/Character.extension/methodProperties.json # repository/Grease-Core.package/GRBoundMessage.class/methodProperties.json # repository/Grease-Core.package/GRCodec.class/methodProperties.json # repository/Grease-Core.package/GRCodecStream.class/methodProperties.json # repository/Grease-Core.package/GRCountingStream.class/methodProperties.json # repository/Grease-Core.package/GRDelayedSend.class/methodProperties.json # repository/Grease-Core.package/GRDelayedSendMessage.class/methodProperties.json # repository/Grease-Core.package/GRDelegatingStream.class/methodProperties.json # repository/Grease-Core.package/GRDeprecatedApiNotification.class/methodProperties.json # repository/Grease-Core.package/GRError.class/methodProperties.json # repository/Grease-Core.package/GRInflector.class/methodProperties.json # repository/Grease-Core.package/GRInvalidArgumentCount.class/methodProperties.json # repository/Grease-Core.package/GRInvalidUtf8Error.class/methodProperties.json # repository/Grease-Core.package/GRMappedPrinter.class/methodProperties.json # repository/Grease-Core.package/GRNotification.class/methodProperties.json # repository/Grease-Core.package/GRNullCodec.class/methodProperties.json # repository/Grease-Core.package/GRNullCodecStream.class/methodProperties.json # repository/Grease-Core.package/GRNumberPrinter.class/methodProperties.json # repository/Grease-Core.package/GRObject.class/methodProperties.json # repository/Grease-Core.package/GROrderedMultiMap.class/methodProperties.json # repository/Grease-Core.package/GROrderedMultiMap2.class/methodProperties.json # repository/Grease-Core.package/GROrdinalizePrinter.class/methodProperties.json # repository/Grease-Core.package/GRPackage.class/methodProperties.json # repository/Grease-Core.package/GRPlatform.class/methodProperties.json # repository/Grease-Core.package/GRPluggablePrinter.class/methodProperties.json # repository/Grease-Core.package/GRPrinter.class/methodProperties.json # repository/Grease-Core.package/GRSequentialPrinter.class/methodProperties.json # repository/Grease-Core.package/GRSignPrinter.class/methodProperties.json # repository/Grease-Core.package/GRSmallDictionary.class/methodProperties.json # repository/Grease-Core.package/GRSmallDictionary2.class/methodProperties.json # repository/Grease-Core.package/GRSmallOrderedSet.class/methodProperties.json # repository/Grease-Core.package/GRStringPrinter.class/methodProperties.json # repository/Grease-Core.package/GRUnboundMessage.class/methodProperties.json # repository/Grease-Core.package/GRUnitPrinter.class/methodProperties.json # repository/Grease-Core.package/GRUnsupportedEncodingError.class/methodProperties.json # repository/Grease-Core.package/GRVersion.class/methodProperties.json # repository/Grease-Core.package/Integer.extension/methodProperties.json # repository/Grease-Core.package/Number.extension/methodProperties.json # repository/Grease-Core.package/Object.extension/methodProperties.json # repository/Grease-Core.package/String.extension/methodProperties.json # repository/Grease-Core.package/UndefinedObject.extension/methodProperties.json # repository/Grease-Core.package/monticello.meta/version # repository/Grease-Pharo70-Core.package/monticello.meta/version
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To release Seaside 3.3, I need GsDevKit>>Grease to have the latest code. In particular, the move of
GsContextfromSeaside-Gemstone-CoretoGrease-Gemstone-Corerequires this.