forked from pharo-project/pharo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update update of bootstrap #1
Merged
carolahp
merged 3,100 commits into
carolahp:updateBootstrapToPharo7
from
jecisc:updateBootstrapToPharo7
Sep 11, 2019
Merged
Update update of bootstrap #1
carolahp
merged 3,100 commits into
carolahp:updateBootstrapToPharo7
from
jecisc:updateBootstrapToPharo7
Sep 11, 2019
Conversation
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
…lypso Enable CDClassParser in class definition in Calypso
Force textual diff for st files
…Dictionary-is-a-binary-file Iceberg-Git-thinks-Dictionary-is-a-binary-file
…-of-assertCollection-hasSameElements Add-deny-equivalent-of-assertCollection-hasSameElements
…ould-not-depend-on-deprecated-streams Monticello-tests-should-not-depend-on-deprecated-streams
…ctionary Improve-WeakValueDictionary
… wrong kind of association. testReturnedAssociationsAreRight | dictionary | dictionary := WeakValueDictionary new. dictionary add: (GlobalVariable key: 'test' value: nil). dictionary add: (GlobalVariable key: 'test2' value: 1). self assert: (dictionary associationAt: 'test') value isNil. self assert: (dictionary associationAt: 'test2') value equals: 1. self assert: ((dictionary associationAt: 'test') isKindOf: GlobalVariable)
handleSubcriberClass: subscriptionsForClass:
LazySlotPrinting
…o ancestorsFromArray_cache_
…s-def-parser-for-simple-definitions 4406-fix-class-def-parser-for-simple-definitions
…-position-in-a-memory-write-stream 4403-cannot-change-position-in-a-memory-write-stream
…BooleanSlot-class-comment 4480-Fix-Typos-in-BooleanSlot-class-comment
…handling-of-empty-Win32-environment-variables 4527-Wrong-handling-of-empty-Win32-environment-variables
…behaviour-in-DebugSessionpcRangeForContext- 2311-Strange-behaviour-in-DebugSessionpcRangeForContext-
…pend-on-deprecated-file-streams Fonts-should-not-depend-on-deprecated-file-streams
…n-fail-on-thisContext 4530-Auto-completion-fail-on-thisContext
… CompletionProducerVisitor Fixes pharo-project#4535
…son-new-completion-does-not-use-RBProgramNodeVisitor 4535-Is-there-a-reason-new-completion-does-not-use-RBProgramNodeVisitor
Automatic deprecation code rewrite: The method Object>>#test called from Object>>#test2 has been deprecated. use test2
…rstood-EpFileLogNodecontent-when-attempting-to-apply-changes-in-Epicea Fix bug introduced with Spec2 migration.
… but that is an external project
…fEnsure 4542-update-rfEnsure
…c-rewriting-of-deprecated-code-needs-feedback-to-developers-whose-code-is-changed 2449-Automatic-rewriting-of-deprecated-code-needs-feedback-to-developers-whose-code-is-changed
…ers-of-ObjectlogCr--deprecated 4545-fix-callers-of-ObjectlogCr--deprecated
…Code-misses-a-subclassResponsibilty-for-methodClass 4547-CompiledCode-misses-a-subclassResponsibilty-for-methodClass
…ate-Ring2 4287-Integrate-Ring2
carolahp
pushed a commit
that referenced
this pull request
Nov 13, 2019
Fix bug on on methods with literals different than Symbol and GlobalVariable
carolahp
pushed a commit
that referenced
this pull request
Feb 29, 2020
Update fork to last version of pharo 9.0
carolahp
pushed a commit
that referenced
this pull request
Nov 27, 2020
Fixed pharo-project#7187. Removing reference ...
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.
No description provided.