Skip to content
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

Investigate strict symbol comparisons #4072

Open
akgrant43 opened this issue Oct 4, 2024 · 0 comments
Open

Investigate strict symbol comparisons #4072

akgrant43 opened this issue Oct 4, 2024 · 0 comments
Assignees

Comments

@akgrant43
Copy link
Contributor

Pharo treats Symbols and Strings as equal if they have the same content, while VisualWorks and GemStone only consider Symbols to be equal with other symbols.

Investigate adding support for strict symbol comparison to GT.

@akgrant43 akgrant43 self-assigned this Oct 4, 2024
syrel pushed a commit that referenced this issue Oct 4, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1178/src';
    load

All commits (including upstream repositories) since last build:
add7da by Alistair Grant
[#4072] Initial documentation for Strict Symbol Comparison support
akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Oct 11, 2024
akgrant43 added a commit to feenkcom/lepiter that referenced this issue Oct 11, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 11, 2024
syrel pushed a commit that referenced this issue Oct 11, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1215/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-coder@6a93c1 by Juraj Kubelka
Refactor same code to `GtFilterSelectableItemViewModel` [#3983]


feenkcom/gtoolkit-coder@537a15 by Juraj Kubelka
Refactor same code to `GtFilterSelectableItemModel` [#3983]


feenkcom/gt4pharo@1a07fb by Alistair Grant
[#4072] Investigate strict symbol comparisons WIP


feenkcom/lepiter@7b97ee by Alistair Grant
[#4081] Synchronise initialisation between processes


feenkcom/lepiter@ab61de by Alistair Grant
[#4072] Use strings for dictionary lookup.


feenkcom/iceberg-git-cli@c12c1f by Sven Van Caekenberghe
Added PureGitBlob>>#size and PureGitQueries>>#sizeOfBlob:


feenkcom/gt4gemstone@397df7 by Alistair Grant
[#4072] Use strings for dictionary lookup.


feenkcom/gt4gemstone@f321b5 by Andrei Chi�
Add some temporary logging when disconnecting a session [#4068]

feenkcom/gt4gemstone@787be1 by Andrei Chi�
Cleanup legacy ways of executing scripts
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 14, 2024
syrel pushed a commit that referenced this issue Oct 14, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1217/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@b5f9a1 by Juraj Kubelka
it is possible to stop Scripter pulser


feenkcom/bloc-pac@5211f5 by Don Roberts
More cleanup / refactoring BlInfinite.*


feenkcom/Brick@19d039 by Don Roberts
Merge 7229ba032e751e3f6fcca9c710450ee5d7dccdb3


feenkcom/Brick@4285a4 by Don Roberts
Improve cursor handling when moving across folded text


feenkcom/gtoolkit-coder@e9d2b8 by Aliaksei Syrel
[#4086][#4087] add auto-categorize protocol option and remove protocol

feenkcom/gtoolkit-coder@78ebd4 by Aliaksei Syrel
Merge cd94121c17ef6d5c789a65f325cf826c07480042

feenkcom/gtoolkit-coder@a33bf0 by Aliaksei Syrel
[#4085] extract protocols group header element into a separate class. correctly handle class side

feenkcom/gtoolkit-coder@cd9412 by Juraj Kubelka
indicate empty add-model dropdown [#3983]


feenkcom/gtoolkit-coder@ca9100 by Juraj Kubelka
add focus filters widgeet shortcut [#3983]

2x `PRIMARY+SHIFT+S` focuses methods coder's filters


feenkcom/gtoolkit-coder@4ce370 by Juraj Kubelka
improve `GtSourceCoderShortcut>>#gtSourceCodeFor:`


feenkcom/gtoolkit-coder@515367 by Juraj Kubelka
toggle filter widget is navigable using keyboard keys [#3983]


feenkcom/gt4pharo@09e59c by Aliaksei Syrel
Merge 8a1d6f11da33a25eaeb5a3f46add1c4a63c25622

feenkcom/gt4pharo@9092f4 by Aliaksei Syrel
[#4085] navigation should display empty class side protocols. add examples to make sure adding a new protocol refreshes navigation

feenkcom/gt4pharo@8a1d6f by Alistair Grant
[#4072] Investigate strict symbol comparisons WIP


feenkcom/gt4pharo@812fd4 by Tudor Girba
allow _ in the name when copying a class #4046

feenkcom/gt4pharo@3fea6f by Juraj Kubelka
add focus filters widgeet shortcut [#3983]

2x `PRIMARY+SHIFT+S` focuses methods coder's filters


feenkcom/gt4pharo@c57151 by Juraj Kubelka
improve filter example and its report [#3983]


feenkcom/gt4pharo@26f3b4 by Juraj Kubelka
`GtSearchDeprecatedMethodsFilter>>#includesMethod:` should skip methods provided by Traits


feenkcom/gtoolkit-external-process@6530f4 by Aliaksei Syrel
rename #awaitOutput to #asyncOutput

feenkcom/gtoolkit-external-process@369d9a by Aliaksei Syrel
add external process output future

feenkcom/iceberg-git-cli@0f907e by Sven Van Caekenberghe
Fix PureGitQueries>>#configAt:ifAbsent: to better handle missing values


feenkcom/iceberg-git-cli@19065c by Sven Van Caekenberghe
Added PureGit[Code]Repository>>#isCodeRepository


feenkcom/iceberg-git-cli@cddfce by Sven Van Caekenberghe
FIx PureGitPackage class>>#icebergLoadedCommitFor: when packages are unloaded


feenkcom/iceberg-git-cli@49ba9c by Sven Van Caekenberghe
Extend PureGitUrl to handle structured / multi-level owners like in GitLab


feenkcom/gt4git@4ebdb2 by Sven Van Caekenberghe
Added PureGitCommit>>#gtPackagesFor: when repository is a code repository


feenkcom/gt4git@65dc5e by Sven Van Caekenberghe
Added PureGitCommit>>#gtFileSystemFor:


feenkcom/gt4git@fe4394 by Sven Van Caekenberghe
Merge fa9695c01088366deee683575111faa017f61627


feenkcom/gt4git@72fddc by Sven Van Caekenberghe
Added PureGitExamples>>#exampleIcebergGitCli


feenkcom/gt4git@fa9695 by Sven Van Caekenberghe
Merge pull request #10 from MercuricChloride/bugfix-local-repository-stencil

small fix to make the load local repo stencil work

feenkcom/gt4git@29e801 by mercuricchloride
restarting build


feenkcom/gt4git@fc83a8 by mercuricchloride
small fix to make the load local repo stencil work


feenkcom/gtoolkit-world@e569ef by Aliaksei Syrel
Merge 2f7f73d20c75e12b1af584b8a8bb30552d65d49a

feenkcom/gtoolkit-world@372d4c by Aliaksei Syrel
add #gtCompositionChildren to for each future

feenkcom/gtoolkit-world@2f7f73 by Juraj Kubelka
clean the Monitor Scripters view


feenkcom/gtoolkit-world@826265 by Juraj Kubelka
it is possible to stop Scripter pulser
akgrant43 added a commit that referenced this issue Oct 15, 2024
Includes functionality that is required early in the build.
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
syrel pushed a commit that referenced this issue Oct 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1220/src';
    load

All commits (including upstream repositories) since last build:
1108da by Alistair Grant
[#4072] Add basic support for strict symbol comparisons

Includes functionality that is required early in the build.
akgrant43 added a commit to feenkcom/Bloc that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/Brick that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/famix3 that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4changes that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4git that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4graphql that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 15, 2024
…olkit-Pharo-Coder-AddOns before GToolkit-Pharo-StrictSymbolComparison
akgrant43 added a commit that referenced this issue Oct 15, 2024
syrel pushed a commit that referenced this issue Oct 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1221/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@7bb1e0 by Alistair Grant
[#4072] Automated refactoring


feenkcom/Brick@535093 by Alistair Grant
[#4072] Automated refactoring


feenkcom/gt4pharo@d29f26 by Alistair Grant
[#4072] BaselineOfGToolkit4Pharo>>baseline: load GToolkit-Pharo-Coder-AddOns before GToolkit-Pharo-StrictSymbolComparison


feenkcom/gt4pharo@4202fe by Alistair Grant
[#4072] Add GtStrictSymbolInstallation>>enableStrictSymbolComparison


feenkcom/gt4pharo@0db1ea by Alistair Grant
[#4072] Automated refactoring


feenkcom/gt4pharo@88f3d3 by Alistair Grant
[#4072] Disable tests until strict comparison is installed by default.


feenkcom/gt4pharo@9eb141 by Alistair Grant
[#4072] BaselineOfGToolkit4Pharo: Load StrictSymbol utilities.


feenkcom/gt4pharo@944b8d by Alistair Grant
[#4072] Switch storing refactored methods in a single package to making the change in-place.


feenkcom/gt4pharo@c336ca by Alistair Grant
[#4072] Investigate strict symbol comparisons WIP


feenkcom/gt4changes@ae5cd0 by Alistair Grant
[#4072] Automated refactoring


feenkcom/gt4graphql@3d9cc2 by Alistair Grant
[#4072] Automated refactoring


feenkcom/famix3@476848 by Alistair Grant
[#4072] Automated refactoring


feenkcom/iceberg-git-cli@8531dc by Sven Van Caekenberghe
Reimplement PureGitQueries>>#blame: as an async stream


feenkcom/gt4git@103ae5 by Alistair Grant
[#4072] Automated refactoring


105a67 by Alistair Grant
[#4072] Add Text>>sameContentAs:


5e813c by Alistair Grant
[#4072] Update Strict Symbol Comparison documentation


67b895 by Alistair Grant
[#4072] Add SequenceableCollection>>hasSameContentElements:
akgrant43 added a commit to feenkcom/gtoolkit-coder that referenced this issue Oct 15, 2024
akgrant43 added a commit to feenkcom/gtoolkit-completer that referenced this issue Oct 15, 2024
akgrant43 added a commit that referenced this issue Oct 18, 2024
akgrant43 added a commit that referenced this issue Oct 18, 2024
akgrant43 added a commit to feenkcom/gtoolkit-world that referenced this issue Oct 18, 2024
akgrant43 added a commit that referenced this issue Oct 18, 2024
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 18, 2024
syrel pushed a commit that referenced this issue Oct 18, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1225/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@cf7691 by Aliaksei Syrel
fix Text>>#copyFrom:to: when a start index is 0

feenkcom/Bloc@b55d31 by Aliaksei Syrel
[#4101] when adding or removing attributes record a previous affected text to be used for comparison later

feenkcom/gtoolkit-utility@49f686 by Andrei Chi�
[#4072] Extend the analysis for extension methods to take the previous source code into account

feenkcom/gtoolkit-utility@e97759 by Andrei Chi�
Expand pages for extension methods

feenkcom/Brick@5a4044 by Aliaksei Syrel
Merge 12be8f3c64d7b037f765be344beaea312d4faab9

feenkcom/Brick@9982a0 by Aliaksei Syrel
[#4101] fix editor reset logic and add beacon signals

feenkcom/Brick@12be8f by Andrei Chi�
[#4072] Use GtStringContentDictionary 

feenkcom/Brick@29cb48 by Aliaksei Syrel
[#4101] use an affected text to detect if an amount of segments changed or not

feenkcom/gtoolkit-phlow@578cad by Juraj Kubelka
fixes related to Phlow `BrTabGroup` tab added/removed/modified method announcements.

It corectly adds or removes tabs if interesting pragmas are added or removed in an existing method. 


feenkcom/gtoolkit-phlow@223bf3 by Juraj Kubelka
add `GtPhlowChangeTabGroupModifyTabAction`

It updates `BrTabGroup`'s tab when a view method definition is changed.


feenkcom/gtoolkit-completer@acf7cd by Aliaksei Syrel
[#4084] add assertions to make sure that end and start indices in completion actions are not negative

feenkcom/gtoolkit-coder@9e2231 by Juraj Kubelka
refactoring [#3983]


feenkcom/gtoolkit-coder@d1892f by Juraj Kubelka
it is possible to display all short-list-filter items, including selected item [#3983]

In this case, selected items are disabled to visually notice that it is the selected item.


feenkcom/gtoolkit-coder@339b80 by Juraj Kubelka
Merge 44bde1f3d4978fd0bcfe0012716970e237012669


feenkcom/gtoolkit-coder@5710fc by Juraj Kubelka
Remove unused instance variable [#3983]


feenkcom/gtoolkit-coder@44bde1 by Aliaksei Syrel
Merge 9956ec682c3cf440a4782c76e753d06578663409

feenkcom/gtoolkit-coder@d4e4fc by Aliaksei Syrel
fix method drop on a class

feenkcom/gtoolkit-coder@9956ec by Juraj Kubelka
do not block UI if available filters takes time to compute [#3983]


feenkcom/gtoolkit-coder@73eac7 by Alistair Grant
Merge 15f3b0fa2d8b83cdbf76dbefad8677096cca5660


feenkcom/gtoolkit-coder@908131 by Alistair Grant
[#4072] GtSearchFilter class>>allSearchFilterMethods pragma name is a Symbol


feenkcom/gtoolkit-coder@15f3b0 by Andrei Chi�
[#4072] Use a symbol for the pragma name

feenkcom/gtoolkit-coder@c58c75 by Juraj Kubelka
Merge ccdef4f3ef8cad860dac38b6e74026d76d42bf90


feenkcom/gtoolkit-coder@8485e4 by Juraj Kubelka
define default filter models [#3983]


feenkcom/gtoolkit-coder@e76435 by Juraj Kubelka
access filter context [#3983]


j-brant/SmaCC@6f47e1 by John Brant
fix for sourceFilesIn: when mulitple fileExtensions

feenkcom/gt4pharo@b57b92 by Alistair Grant
[#4072] Set CLI flag to --strictSymbolComparison


feenkcom/gt4pharo@167889 by Juraj Kubelka
fix examples [#3983]


feenkcom/gt4pharo@077202 by Juraj Kubelka
move an extension to another package [#3983]


feenkcom/gt4pharo@29b5e8 by Juraj Kubelka
scoped items are ordered from generic to more specific scopes [#3983]


feenkcom/gt4pharo@623eae by Juraj Kubelka
scoped items have icons [#3983]


feenkcom/gt4pharo@341d7d by Juraj Kubelka
Package named 'GToolkit-Pharo-SearchFilters' must not depend on 'GToolkit-Pharo-Coder-UI' [#3983]


feenkcom/gt4pharo@2c3ba5 by Alistair Grant
Merge a0892875ba5062c59907fa1b2e667a5ab706c7ad


feenkcom/gt4pharo@a33eea by Alistair Grant
[#4072] Add GtStrictSymbolFilteredLog


feenkcom/gt4pharo@a08928 by Andrei Chi�
Merge 91919c36253245872e319c534f8912dc9ae5dd88

feenkcom/gt4pharo@cd51e5 by Andrei Chi�
[#4072] Use symbols for pragma names

feenkcom/gt4pharo@91919c by Juraj Kubelka
Merge 841b8a0a5845a0468e28a3722074d60f0032fdcc


feenkcom/gt4pharo@9c9110 by Juraj Kubelka
add scoped package pattern filter item [#3983]


feenkcom/gt4pharo@841b8a by Andrei Chi�
[#4072] Add several utility methods for patching the compiler scope and iceberg repositories

feenkcom/gt4pharo@007b24 by Juraj Kubelka
Merge d7b1ddb86c1cd172348d539e20307cc1bdec6eb5


feenkcom/gt4pharo@339b4e by Juraj Kubelka
add default filter models [#3983]


feenkcom/gt4pharo@30d297 by Juraj Kubelka
access filter context, add scoped methods filter [#3983]


feenkcom/gt4pharo@d7b1dd by Alistair Grant
GtPharoMethodCoder>>addConvertEqualsToSameContentAsFor: set the code font size in the description


feenkcom/gtoolkit-inspector@d93ce7 by Sven Van Caekenberghe
Added MCSnapshot>>#gtViewDefinitionsTreeFor:


feenkcom/gtoolkit-inspector@e21ced by Sven Van Caekenberghe
Change source code styling in MC[Class|Method]Definition views


feenkcom/gtoolkit-inspector@da3104 by Sven Van Caekenberghe
Add gtViews to MCPatch[Operation]


feenkcom/gtoolkit-inspector@fc774f by Sven Van Caekenberghe
Merge 7dec19c4a63bea210a46f0b73e15579f83edf2b9


feenkcom/gtoolkit-inspector@cbbb2c by Sven Van Caekenberghe
Improve visualisation of MCSnapshot and add more gtViews to MCDefinition and subclasses


feenkcom/gtoolkit-inspector@7dec19 by Andrei Chi�
Add missing callback method

feenkcom/msgpack-smalltalk@3443f2 by Alistair Grant
[#4072] Use GtStringContentDictionary when decoding.


feenkcom/gt4smacc@f9b1d6 by John Brant
Merge 8a6adb4525482cefe29d619d2a3cf6574d55dcec

feenkcom/gt4smacc@8716a2 by John Brant
syncing grammar & source tabs

feenkcom/gt4smacc@8a6adb by Aliaksei Syrel
remove default hardcoded font size from smacc editor

feenkcom/gtoolkit-releaser@8ae736 by Andrei Chi�
[#4072] Fix examples

feenkcom/gtoolkit-releaser@a4bb51 by Andrei Chi�
[#4072] Fix examples

feenkcom/gtoolkit-releaser@177706 by Andrei Chi�
[#4072] In release project names should be symbols

feenkcom/gtoolkit-releaser@fabe57 by Andrei Chi�
[#4072] Explicitly compare package names to strings as release is loaded before we apply patches

feenkcom/lepiter@282628 by Alistair Grant
[#4072] Database names are Strings.


feenkcom/lepiter@e2672c by Alistair Grant
[#4072] LePharoClassPageType>>= handle mixed string/symbol types


feenkcom/lepiter@dc2f24 by Aliaksei Syrel
Merge 1409d70772681acff1caaec12776880875be27a9

feenkcom/lepiter@9abd0f by Aliaksei Syrel
[#4084] make sure that the start isn't zero

feenkcom/lepiter@1409d7 by Alistair Grant
[#4072] LeExampleSnippet>>exampleSelector: handle nil selector


feenkcom/lepiter@db1404 by Alistair Grant
[#4072] LeExampleSnippet: ensure exampleSelector is a Symbol


feenkcom/lepiter@845d94 by Andrei Chi�
[#4072] Use sameContentAs: for comparing the class name in example snippets

feenkcom/lepiter@959d03 by Alistair Grant
[#4072] LeDatabaseClassStore>>storeLocation should construct ZnUrls with String segments.


feenkcom/famix3@c8120e by Alistair Grant
[#4072] MooseModel>>name: allow for strict symbol comparisons.


feenkcom/iceberg-git-cli@811967 by Sven Van Caekenberghe
Enable a non-async version of IceGitCliAlternativeCommitWalk as an experiment


feenkcom/iceberg-git-cli@fcd6c2 by Sven Van Caekenberghe
Make IceGitCliRepository>>#commits: return an async stream


feenkcom/iceberg-git-cli@efe849 by Sven Van Caekenberghe
Patch IceGitCliLocalBranch>>#outgoingCommitsTo: to call #uptoCommit: with an actual commit instead of a branch


feenkcom/iceberg-git-cli@b9e75f by Sven Van Caekenberghe
Extending IceGitCliAlternativeCommitWalk


feenkcom/iceberg-git-cli@9f014c by Sven Van Caekenberghe
Merge 9c1ba887cfe7dc8eac1676d4fe179ba897e005b2


feenkcom/iceberg-git-cli@835421 by Sven Van Caekenberghe
Added IceGitCliAlternativeCommitWalk experiment (not yet used)


feenkcom/gt4git@2b647a by Sven Van Caekenberghe
Reimplement PureGitPackage>>#gtView[Incoming|outgoing]ChangesFor: by forwarding to MCPatch>>gtViewOperationsIn:


feenkcom/gtoolkit-world@d3cf55 by Juraj Kubelka
move an extension to another package [#3983]


feenkcom/gtoolkit-world@f76f3b by Andrei Chi�
[#4072] Patch iceberg repositories when building the image

feenkcom/gt4gemstone@5736b0 by Alistair Grant
[#4072] Avoid mixed string/symbol comparisons


feenkcom/gt4gemstone@9c9bff by Alistair Grant
[#4108] Update the default session label to show that the default session has been removed.


48ef16 by Alistair Grant
[#4072] Method protocols


722e98 by Alistair Grant
[#4072] Method protocols


d2b268 by Alistair Grant
[#4072] Method protocols


eff2da by Alistair Grant
[#4072] Handle mixed string/symbol comparisons


28970c by Alistair Grant
[#4072] Add GtStringContentOrderedDictionary


f625c0 by Alistair Grant
[#4072] Extend collection api with stringContent equivalents


2dd2ad by Andrei Chi�
Small formatting change

ad9cf5 by Andrei Chi�
Add the rest of the Strict Symbol Comparison pages to the toc

3fc069 by Alistair Grant
[#4072] Add GtStringContentDictionary>>mpWriteSelector


4f0827 by Andrei Chi�
Merge 6982c75

af142e by Andrei Chi�
Expand pages for extension methods

6982c7 by Alistair Grant
[#4072] Refactor ClassDescription>>addAndClassifySelector:withMethod:inProtocol:


1d8adb by Andrei Chi�
[#4072] Use GtStringContentDictionary

1355fa by Andrei Chi�
[#4072] Add more patches for strict symbol/string comparison

583d58 by Alistair Grant
[#4072] Use string content collections


f76df0 by Alistair Grant
[#4072] Update documentation
syrel pushed a commit that referenced this issue Oct 18, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1226/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-coder@97f375 by Alistair Grant
GtFilterModelExamples avoid deprecated methods


feenkcom/gt4pharo@8527e4 by Alistair Grant
#refactorOCAbstractMethodScope handle the case where the id hasn't been set.


feenkcom/gt4pharo@b76322 by Alistair Grant
[#4072] GtPharoProgramNode>>completeVariable:for: useContentComparison


feenkcom/gtoolkit-inspector@2996e5 by Sven Van Caekenberghe
Add MCPatch>>#gtViewOperationsTreeIn:


feenkcom/lepiter@8c3a39 by Alistair Grant
[#4072] Leptier page titles should always be strings


feenkcom/iceberg-git-cli@232441 by Sven Van Caekenberghe
Add PureGitOperations>>#restore: and PureGitFile>>#restore


feenkcom/iceberg-git-cli@fcfb13 by Sven Van Caekenberghe
Make src the default in PureGitCodeRepository>>#initializeSrcDirectory


feenkcom/iceberg-git-cli@a01678 by Sven Van Caekenberghe
Added PureGitCommit>>#packageNames and PureGitCommit>>#readerForPackage: for code repositories


feenkcom/iceberg-git-cli@456dc4 by Sven Van Caekenberghe
Fix PureGitRepository>>#isCodeRepository


feenkcom/gt4git@98bbea by Sven Van Caekenberghe
Add restore to PureGitFile[Status]>>#gtActionOperationsFor:


feenkcom/gt4git@0f6fda by Sven Van Caekenberghe
Extend PureGitCommit>>#gtPackagesFor: to show 3 context menu actions per package: Snapshot, Changes to image and Changes to parent


feenkcom/gt4git@38a7b5 by Sven Van Caekenberghe
Change PureGitPackage>>#gtView[Incoming|Outgoing]ChangesFor: to show the nicer tree view


feenkcom/gt4git@9ce13a by Sven Van Caekenberghe
Use BrGlamorousIcons>>#transparent in PureGitDirectory>>#gtFilesFor:


feenkcom/gtoolkit-world@acbc02 by Alistair Grant
[#4072] #refactorOCAbstractMethodScope as part of the image setup.


b4c2ee by Alistair Grant
[#4072] Initialise compiler fixes and RPackageOrganizer>>packageMatchingExtensionName:
akgrant43 added a commit to feenkcom/gt4pharo that referenced this issue Oct 21, 2024
syrel pushed a commit that referenced this issue Oct 21, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1232/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4pharo@bac8bc by Alistair Grant
[#4072] Symbol>>#= strict comparison
chisandrei added a commit to feenkcom/gtoolkit-utility that referenced this issue Oct 21, 2024
akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Oct 22, 2024
akgrant43 added a commit to feenkcom/PharoLink that referenced this issue Oct 22, 2024
syrel pushed a commit that referenced this issue Oct 22, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1233/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@6ef4f5 by Alistair Grant
Add GtOsSystemInfoExamples>>findPing


feenkcom/gtoolkit-utility@9211e3 by Alistair Grant
Add GtOsSystemInfo>>findExecutable:


feenkcom/gtoolkit-utility@461b6f by Andrei Chi�
Fix class comment

feenkcom/gtoolkit-utility@87a961 by Andrei Chi�
[#4072] Pass on the analysis for extension methods

feenkcom/gtoolkit-coder@c65155 by Juraj Kubelka
fix examples [#3983]


feenkcom/gtoolkit-coder@a085c5 by Juraj Kubelka
Merge a6c0fe0ab39cd8ff9fed170f14981ef9fd0411ae


feenkcom/gtoolkit-coder@a939c1 by Juraj Kubelka
distinguish between coder and filter search filters [#3983]


feenkcom/gtoolkit-coder@a6c0fe by Aliaksei Syrel
[#4089] support moving a method from instance to class side by dragging on a protocol

feenkcom/gtoolkit-coder@0dd36d by Aliaksei Syrel
Merge efc4c7a65913fbad1f272b19281721d25441321c

feenkcom/gtoolkit-coder@1e2311 by Aliaksei Syrel
[#4088] support moving a method to `as yet unclassified` protocol

feenkcom/gtoolkit-coder@efc4c7 by Juraj Kubelka
fix `GtFilterDefaultSearchFilters` [#3983]


feenkcom/gtoolkit-coder@953947 by Juraj Kubelka
fix `GtFilterDefaultSearchFilters` [#3983]


feenkcom/gtoolkit-coder@dbf2bb by Juraj Kubelka
add `GtFilterDefaultSearchFilters` [#3983]


feenkcom/gtoolkit-coder@ff1340 by Juraj Kubelka
add a search filter requester context setter [#3983]


feenkcom/gtoolkit-coder@249692 by Aliaksei Syrel
Merge e0eb47eaec76249fa854504e0b77118110e0f3f7

feenkcom/gtoolkit-coder@88b2d2 by Aliaksei Syrel
[#4097] don't cache extended classes in an extension tag

j-brant/SmaCC@6ba455 by John Brant
[#4121] reworking constructor declaration node for typescript

feenkcom/gt4pharo@42e042 by Juraj Kubelka
fix dependencies [#3983]


feenkcom/gt4pharo@b25376 by Juraj Kubelka
fix examples [#3983]


feenkcom/gt4pharo@013a42 by Juraj Kubelka
distinguish between coder and filter search filters [#3983]


feenkcom/gt4pharo@bcce1e by Juraj Kubelka
use `GtFilterDefaultSearchFilters` [#3983]


feenkcom/gt4pharo@ab46b2 by Juraj Kubelka
fix examples [#3983]


feenkcom/gt4pharo@fd0e47 by Juraj Kubelka
add Category filter explicitly in methods coder [#3983]


feenkcom/gt4pharo@0c02dc by Juraj Kubelka
default filter models must be added as additional filters in methods coder [#3983]


feenkcom/gt4pharo@aab686 by Juraj Kubelka
new new filter UI widgets as default [#3983]


feenkcom/gt4pharo@478cf2 by Juraj Kubelka
set hierarchy implementors/references scope [#3983]


feenkcom/gt4pharo@25959b by Juraj Kubelka
add inspect filter button [#3983]


feenkcom/gt4pharo@21e3ee by Juraj Kubelka
`gtFilterTypes` views use `#addOrReplaceFilter:` [#3983]


feenkcom/gt4pharo@7c1d74 by Juraj Kubelka
`Category` filter as default [#3983]


feenkcom/gt4pharo@e0e6ef by Juraj Kubelka
Add class hierarchy and class scopes [#3983]


feenkcom/gt4pharo@c36ca3 by Juraj Kubelka
Merge 438ba4f5aac6b9dc019ba43b150d1c6a7a2f6a7d


feenkcom/gt4pharo@fdabec by Juraj Kubelka
Cover scope search filter [#3983]


feenkcom/gt4pharo@438ba4 by Aliaksei Syrel
Merge bac8bcee001851850473663428d0f335a582b657

feenkcom/gt4pharo@835824 by Aliaksei Syrel
[#4097] only show instanceSide of extended classes in the navigation

feenkcom/PharoLink@6db5e5 by Alistair Grant
[#4072] Use Symbol keys for bindings.


feenkcom/PythonBridge@9c5546 by Sven Van Caekenberghe
Use GtOsSystemInfo>>#findExecutable: in PBPharoPipenvPathFinder class>>#resolvePipenvPath


feenkcom/PythonBridge@2cedbe by Sven Van Caekenberghe
Make PBPharoPipenvPathFinder class>>#macOSSearchPath a bit more robust [#3538]


feenkcom/PythonBridge@56a91b by Sven Van Caekenberghe
Add new PBPharoPipenvPathFinder class>>#macOSSearchPath to support PBPharoPipenvPathFinder class>>#resolvePipenvPath by opening a login shell to figure out the user's full path which is necessary when running an end user GT on macOS started by double clicking since that has a limited search path #3538


feenkcom/gtoolkit-visualizer@db76a1 by Don Roberts
Fix failing examples


feenkcom/gtoolkit-visualizer@ee3b42 by Don Roberts
Fix dominance tree layout with cycles [[#4114]]


feenkcom/lepiter@1ea82b by Alistair Grant
GtShellScriptProcess: don't assume bash location


feenkcom/gtoolkit-demos@a0db11 by Juraj Kubelka
fix examples [#3983]


feenkcom/gtoolkit-demos@12ed5f by Juraj Kubelka
fix a slide [#3983]


feenkcom/gt4famix3@11ace5 by John Brant
[#4121] importing method signatures

feenkcom/iceberg-git-cli@fffbba by Sven Van Caekenberghe
Add PureGitBlameLine>>#history


feenkcom/iceberg-git-cli@850340 by Sven Van Caekenberghe
Extend PureGitBlameLine so that it knows its path


feenkcom/iceberg-git-cli@94e70d by Sven Van Caekenberghe
Added new/old contents line access to UnifiedDiffChangeChunk


feenkcom/iceberg-git-cli@3a3d0b by Sven Van Caekenberghe
Implemented PureGitLocalBranch>>#push


feenkcom/gt4git@5b5994 by Sven Van Caekenberghe
Show commit comment in PureGitBlameLine>>#gtDetailsFor:


feenkcom/gt4git@90320c by Sven Van Caekenberghe
Add PureGitBlameLine>>#gtHistoryFor:


feenkcom/gt4git@cba84e by Sven Van Caekenberghe
Extend PureGitBlameLine so that it knows its path


feenkcom/gt4git@124a3c by Sven Van Caekenberghe
Added PureGitPackage>>#gtActionSetLoadedCommitFor:


feenkcom/gt4git@3355a5 by Sven Van Caekenberghe
Reordering some git gtViews' priorities


feenkcom/gt4git@0a4ed4 by Sven Van Caekenberghe
Added GtLepiterWorkingCopy>>#gtViewDetailsIn:


feenkcom/gt4git@0ce222 by Sven Van Caekenberghe
Added an inspect button to GtGitRepositoryElement's toolbar


feenkcom/gt4git@cb6586 by Sven Van Caekenberghe
Added push to PureGitLocalBranch>>#gtOperations


feenkcom/gt4git@725634 by Sven Van Caekenberghe
Added IceWorkingCopy>>#gtActionRepairFor:


feenkcom/gt4git@667acb by Sven Van Caekenberghe
A set of extra gtViews for (internal) Iceberg classes


feenkcom/gt4git@f36856 by Sven Van Caekenberghe
Add AbstractFileReference>>#gtActionGitRepositoryFor:


feenkcom/gtoolkit-world@3ed2b9 by Juraj Kubelka
do not duplicate the inspect filter button [#3983]


feenkcom/gtoolkit-world@e97b82 by Juraj Kubelka
improve scopes view [#3983]


feenkcom/gtoolkit-world@2542b8 by Juraj Kubelka
add inspect filter button [#3983]


feenkcom/gtoolkit-world@c125b3 by Andrei Chi�
Merge 83c4fe8cd72545ebb3786f313e108f49606db547

feenkcom/gtoolkit-world@27701a by Andrei Chi�
Set the knowledgebase when opening a world with spaces

feenkcom/gt4gemstone@9f8a37 by Alistair Grant
[#4072] Use string keys for properties.


c44b56 by Sven Van Caekenberghe
Add some notes about the implementation of PBPharoPipenvPathFinder to the [Python Bridge troubleshooting] GT book page


e2fe13 by Sven Van Caekenberghe
Added book page [How to use the Pure Git tool]


96ea84 by Sven Van Caekenberghe
Update book page [Using Libgit-CLI as an alternative to Libgit2 FFI in Iceberg]


deab1a by Andrei Chi�
Merge b4c2ee6

ae69e1 by Andrei Chi�
[#4072] Pass on the analysis for extension methods
akgrant43 added a commit to feenkcom/gtoolkit-remoterunner that referenced this issue Oct 23, 2024
syrel pushed a commit that referenced this issue Oct 23, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1235/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-remoterunner@8b8446 by Alistair Grant
Add PlpoGtRrJob>>propertyAt:put:


feenkcom/gtoolkit-remoterunner@bd8285 by Alistair Grant
[#4072] Allow mixed String/Symbol keys for properties


feenkcom/iceberg-git-cli@432927 by Sven Van Caekenberghe
Switch from PureGitQueries>>#logFrom:for: to a more generic PureGitQueries>>#log
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Oct 23, 2024
syrel pushed a commit that referenced this issue Oct 24, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1237/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@561744 by Juraj Kubelka
add `CompiledMethod>>#isSourceSearchable` [#4128]


feenkcom/gt4pharo@61d972 by Juraj Kubelka
Merge 61826a8e995b49e75df35ddf33d49e79b55a79f8


feenkcom/gt4pharo@948072 by Juraj Kubelka
use `CompiledMethod>>#isSourceSearchable` [#4128]


feenkcom/gt4pharo@61826a by Andrei Chi�
Lazy initialize tempVectorName to a symbol

feenkcom/gt4pharo@a33696 by Andrei Chi�
Fix in hierarchy senders

feenkcom/gt4pharo@160d7d by Andrei Chi�
Show the class hierarchy scope above packages

feenkcom/gt4pharo@0dae11 by Andrei Chi�
Push the creation of the filter context to GtSmalltalkSourceCoder so that it can be reused in gemstone coders

feenkcom/gtoolkit-spotter@28488d by Juraj Kubelka
add search method source code spotter extensions [#4128]


feenkcom/gtoolkit-spotter@9a5d1a by Juraj Kubelka
Use `GtPharoIndex` to search method names in a class coder [#4128]


feenkcom/gt4gemstone@35521b by Andrei Chi�
[#4072]  Use #sameContentsAs: when comparing the class name

feenkcom/gt4gemstone@955ef0 by Andrei Chi�
Implement hierarchy implementors/senders using a scope

feenkcom/gt4gemstone@65953e by Andrei Chi�
Merge 9f8a3720f006bf273f81272af740d64006b6b20d

feenkcom/gt4gemstone@a43573 by Andrei Chi�
Expand implementors/references actions for gemstone coders with a search filter context

feenkcom/gt4gemstone@bb5b93 by Andrei Chi�
Add search filter contexts  to gemstone coders
chisandrei added a commit to feenkcom/gtoolkit-coder that referenced this issue Oct 24, 2024
chisandrei added a commit to feenkcom/gtoolkit-remote that referenced this issue Oct 24, 2024
syrel pushed a commit that referenced this issue Oct 24, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1239/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-coder@d22010 by Andrei Chi�
[#4072]  Use same contents for comparing values

feenkcom/gtoolkit-inspector@40edd3 by Andrei Chi�
Use #showObject:from: in #gtActionInspectFor:

feenkcom/gtoolkit-remote@535c57 by Andrei Chi�
[#4072]  Use same contents for comparing class names
syrel pushed a commit that referenced this issue Oct 24, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1243/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4pharo@2cbe80 by Andrei Chi�
Merge 84aef5dda512d6ec464a0b2b7549552b77a23511

feenkcom/gt4pharo@24bae3 by Andrei Chi�
Merge 61d972b7602387427a62a71cc332e1a2be641855

feenkcom/gt4pharo@bca2f0 by Andrei Chi�
[#4072]  Use same contents for comparing class names
akgrant43 added a commit to feenkcom/Pharo-Chrome that referenced this issue Nov 4, 2024
akgrant43 added a commit to feenkcom/zinc that referenced this issue Nov 6, 2024
syrel pushed a commit that referenced this issue Nov 6, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1278/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@003d94 by Alistair Grant
GtSubprocessWithInMemoryOutput>>commandLineString use #storeString instead of #printString


feenkcom/Brick@a97e70 by Juraj Kubelka
Set `BrFromFuture`'s future execution configuration


feenkcom/Brick@11dddd by Juraj Kubelka
`BrFromFuture` registers promises


feenkcom/Brick@c01c9f by Tudor Girba
rework explicit identity normalizer #4140

feenkcom/Brick@1c1411 by Tudor Girba
Merge 1ec98ba794b17a8a786da85749d597f2037562c1

feenkcom/Brick@cab3ee by Tudor Girba
rework explicit identity normalizer #4140

feenkcom/Brick@1ec98b by Andrei Chi�
Merge 38127dddf941f2fc5035d739af59ccf0a9d749e8

feenkcom/Brick@0b6c87 by Andrei Chi�
Fix BrListItemElementWithContextMenuDecorator to not depend on phlow

feenkcom/Brick@38127d by Tudor Girba
adjust the colors of the dots and triangle #4141

feenkcom/gtoolkit-phlow@55d9b1 by Juraj Kubelka
Set `BrFromFuture`'s future execution configuration


feenkcom/gtoolkit-phlow@983c27 by Juraj Kubelka
fix class comment [#4143]


feenkcom/gtoolkit-phlow@6d6445 by Andrei Chi�
Cleanup GtJustContextStackSignal announcement  [#4143]

feenkcom/gtoolkit-phlow@8df69b by Andrei Chi�
Spawn a new tab on the selection using primary + double click [#4143]

feenkcom/gtoolkit-phlow@4ca6e7 by Andrei Chi�
Only spawn a new tab on the selection when both shift and ctrl are pressed in lists [#4143]

feenkcom/gtoolkit-phlow@92c7de by Juraj Kubelka
return existing Phlow change listeners [#4142]


feenkcom/gtoolkit-phlow@25628c by Juraj Kubelka
fix `GtPhlowUpdateDefinitions>>#removeUpdateOnMethodChanged` [#2257]


feenkcom/gtoolkit-phlow@3d8ada by Juraj Kubelka
add `GtPhlowUpdateSingleViewElementOnDefiningMethodChange` [#2257]


feenkcom/gtoolkit-phlow@25bcf6 by Juraj Kubelka
fix examples [#2257]


feenkcom/gtoolkit-phlow@7bd0c4 by Juraj Kubelka
`GtPhlowUpdateOnAnnouncement` can have condition [#2257]


feenkcom/gtoolkit-phlow@a7c3ad by Juraj Kubelka
add `GtPhlowUpdateOnAnnouncement` [#2257]


feenkcom/gt4magritte@03bb39 by Juraj Kubelka
register promises in elements and use Magritte execution group


feenkcom/gt4pharo@a007f7 by Juraj Kubelka
Use default future execution configuration


feenkcom/gt4pharo@5b1188 by John Brant
Merge 19e8fb0ff1c8ecfb63bf44980b5b6dd640c05621

feenkcom/gt4pharo@9252e4 by John Brant
[#4155] reordering parameters should update snippets

feenkcom/gt4pharo@19e8fb by Alistair Grant
GtPharoMethodCoder>>addConvertEqualsToSameContentAsFor:to: ensure node is a message send


feenkcom/gt4pharo@6e3206 by Andrei Chi�
Merge 243b485538ba16d007567d59fe35aa2b4c9b8b13

feenkcom/gt4pharo@7e15b9 by Andrei Chi�
Update tags for variable nodes [#4146]

feenkcom/gt4pharo@243b48 by Juraj Kubelka
Merge 86fa0f5fea3e1b3cdf113a96b3441105399f58c5


feenkcom/gt4pharo@1c6190 by Juraj Kubelka
build coder composite phlows with listeners [#4142]


feenkcom/gt4pharo@86fa0f by Don Roberts
Pharo Styler that hides instrumentation message sends such as assert: and time:during:


feenkcom/gtoolkit-presenter@e594e7 by Juraj Kubelka
remove `BlFrameTelemetry` usage since the code takes no time


feenkcom/gtoolkit-presenter@c65a3e by Juraj Kubelka
remove `BlUseAsyncFeatures` usage, register promise to a space


feenkcom/gtoolkit-presenter@78e155 by Juraj Kubelka
add `GtLiveSlide>>#futureConfiguration`


feenkcom/gtoolkit-inspector@0f849a by Sven Van Caekenberghe
Merge c410b9eb6004985a6fb326baece7853b6babfdb4


feenkcom/gtoolkit-inspector@73b610 by Sven Van Caekenberghe
Change AbstractFileReference>>#gtEditorView to use editor aptitude instead of setting the font on a roped text


feenkcom/gtoolkit-inspector@c410b9 by Andrei Chi�
Merge 17406af46137c1417a53fbe111af363a9aaf7f8d

feenkcom/gtoolkit-inspector@0767a9 by Andrei Chi�
Better distinguigh between temporaries and parameters [#4146]

feenkcom/gtoolkit-inspector@17406a by Sven Van Caekenberghe
Reimplement AbstractFileReference>>#gtSaveContents: to no longer leave behind .backup files but to instead write first to a .new file, then delete the old one and rename the new one to the old one [#4153]


feenkcom/gtoolkit-inspector@a176b9 by Sven Van Caekenberghe
Make AbstractFileReference>>#gtPharoScriptFor: use AbstractFileReference>>#gtSaveContents: [#4153]


feenkcom/gtoolkit-inspector@212df5 by Andrei Chi�
Update tags for variable nodes [#4146]

feenkcom/gtoolkit-inspector@15bd21 by Juraj Kubelka
fix `GtInspectorElementLiveViewContainer`


feenkcom/gtoolkit-inspector@7d02f4 by Juraj Kubelka
`GtInspectorElementLiveViewContainer` handles case when its child is replaced by another element.


feenkcom/gtoolkit-inspector@322eeb by Juraj Kubelka
change Stop action icon


feenkcom/gtoolkit-debugger@f13a1c by Andrei Chi�
Better distinguigh between temporaries and parameters [#4146]

feenkcom/gtoolkit-debugger@5f5b2e by Andrei Chi�
Merge 2703260383ebc588f56731bef2495153499ba7fc

feenkcom/gtoolkit-debugger@270326 by Andrei Chi�
Refactor the creation of variable groups [#4146]

feenkcom/gtoolkit-debugger@bd04cf by Andrei Chi�
Do not use streams in the grouped list with variables [#4146]

feenkcom/gtoolkit-debugger@e2351f by Andrei Chi�
Merge c7cf326cfd8c2014e77c50091b9fb93391854f27

feenkcom/gtoolkit-debugger@c7cf32 by Vincent Blondeau
Add groups instead of list for the variable list

feenkcom/zinc@f1180e by Alistair Grant
[#4072] Support strict symbol comparisons


feenkcom/Pharo-Chrome@4416c5 by Alistair Grant
[#4072] String key lookups


feenkcom/gt4smacc@994a44 by Juraj Kubelka
Use default future execution configuration


feenkcom/gtoolkit-visualizer@25bcb4 by Oscar Nierstrasz
Merge 3a63e96d9a707fc1d2368a9befa98bc175195ad5

feenkcom/gtoolkit-visualizer@0c5d0c by Oscar Nierstrasz
[#4149] Converting element snippets to examples

feenkcom/gtoolkit-visualizer@3a63e9 by Juraj Kubelka
Merge 1e516108f02828e810c74c253444e3eee17880af


feenkcom/gtoolkit-visualizer@812e9d by Juraj Kubelka
improve squarified treemap visualization [#4148]


feenkcom/gtoolkit-visualizer@1e5161 by Veit Heller
Ensure propositions are copied when merging wardley maps

feenkcom/gtoolkit-visualizer@811c0e by Juraj Kubelka
initialize `isReadOnly`


feenkcom/gtoolkit-visualizer@c7a309 by Veit Heller
Add proposition utility method

feenkcom/gtoolkit-visualizer@28e836 by Veit Heller
Add read-only flags to add and remove propositions

feenkcom/gt4json@303889 by Sven Van Caekenberghe
Added NeoJSONPointer (RFC 6901) support


feenkcom/lepiter@0b604b by John Brant
[#4155] reordering parameters should update snippets

feenkcom/gt4changes@fcc6de by Alistair Grant
Add EpMethodChange>>gtDiffFor:


feenkcom/gtoolkit-demos@55bd88 by Oscar Nierstrasz
[#4149] completed

feenkcom/gtoolkit-demos@c3ae30 by Oscar Nierstrasz
[#4149] convert element snippets to example snippets

feenkcom/gtoolkit-demos@73b0f7 by Oscar Nierstrasz
[#4149] Converting element snippets to examples

feenkcom/gtoolkit-demos@48c999 by Oscar Nierstrasz
Merge ce74ad10a506ff9f833285e6e58d2554cb6adea8

feenkcom/gtoolkit-demos@54ddee by Oscar Nierstrasz
[#4149] Converting element snippets to examples

feenkcom/gtoolkit-demos@ce74ad by Juraj Kubelka
fix example [#4136]


feenkcom/gtoolkit-demos@05dce6 by Oscar Nierstrasz
[#4136] Completed remaining examples

feenkcom/gtoolkit-demos@312726 by Oscar Nierstrasz
[#4136] Added a cache for urlData

feenkcom/gtoolkit-demos@c856d5 by Oscar Nierstrasz
[#4136] Added Moldable Data Wrapper scripted figure

feenkcom/gtoolkit-demos@c2b49e by Oscar Nierstrasz
[#4136] Added MoldableObject scripted figure

feenkcom/gtoolkit-demos@6da9fd by Oscar Nierstrasz
[#4136] Added more scripted figures

feenkcom/gtoolkit-remoterunner@da1db6 by Alistair Grant
[#4150] Documentation typo


feenkcom/gtoolkit-remoterunner@64b86a by Alistair Grant
[#4150] Add worker startup scripts.


feenkcom/famix3@12b96d by Tudor Girba
add all model types view

feenkcom/iceberg-git-cli@4b60f5 by Sven Van Caekenberghe
Rename gitHubURL to gitHUbWebUrl and add PureGitRemote>>#gitHubWebUrl


feenkcom/iceberg-git-cli@301abe by Sven Van Caekenberghe
Refactor IceGitCliPlatform and use new GtOsSystemInfo>>#findExecutable:


feenkcom/iceberg-git-cli@1a5694 by Sven Van Caekenberghe
Introduction of Pure-[Code|Diff|Analysis] package tags


feenkcom/iceberg-git-cli@4a7dec by Sven Van Caekenberghe
Change Pure to Pure-Core package tag


feenkcom/iceberg-git-cli@ac5206 by Sven Van Caekenberghe
Added PureGitCodeExamples


feenkcom/iceberg-git-cli@749c7c by Sven Van Caekenberghe
Fix a typo in PureGitMethodVersions>>#tonelMethodClassExtension


feenkcom/iceberg-git-cli@928b49 by Sven Van Caekenberghe
Add PureGitMethodVersions [#4147]


feenkcom/iceberg-git-cli@e2ec4e by Sven Van Caekenberghe
Added PureGitCodeRepository>>#srcPath


feenkcom/iceberg-git-cli@8589f8 by Tudor Girba
improved lineSequence algorithm (still not complete) #4140

feenkcom/iceberg-git-cli@f5f57f by Tudor Girba
add lineSequence algorithm #4140

feenkcom/iceberg-git-cli@0ec80a by Sven Van Caekenberghe
Added PureGitFile>>#logReverse


feenkcom/iceberg-git-cli@a51a5e by Sven Van Caekenberghe
Changing some PureGitTrackedLine constants


feenkcom/iceberg-git-cli@121584 by Sven Van Caekenberghe
Add PureGitTrackedFile>>#selectCommitsSatisfying: and (re)classify some methods


feenkcom/iceberg-git-cli@cef2ac by Sven Van Caekenberghe
Add a guard to PureGitExtendedFileCommit>>#initializeFromParent: for when the estimated number of lines becomes zero


feenkcom/iceberg-git-cli@cfd504 by Sven Van Caekenberghe
Move PureGitTrackedFile>>#gtVersionsFor: from iceberg-git-cli to gt4git


feenkcom/gt4git@ec727f by Sven Van Caekenberghe
Improve flow between PureGitFile and PureGitFileStatus


feenkcom/gt4git@ab5702 by Sven Van Caekenberghe
Fix PureGitFile editor/contents confusion and reimplement AbstractFileReference>>#gtEditorView reuse


feenkcom/gt4git@1c11d5 by Sven Van Caekenberghe
Added some context actions to PureGitMethodVersions>>#gtViewVersionsIn:


feenkcom/gt4git@1f9022 by Sven Van Caekenberghe
Rename gitHubURL to gitHUbWebUrl and add PureGitRemote>>#gitHubWebUrl


feenkcom/gt4git@636616 by Sven Van Caekenberghe
Refactor IceGitCliPlatform and use new GtOsSystemInfo>>#findExecutable:


feenkcom/gt4git@67576c by Sven Van Caekenberghe
Added PureGitCodeExamples


feenkcom/gt4git@ca05d1 by Sven Van Caekenberghe
Add an action button to access 'Pure git method versions' from CompiledMethod>>#gtGitCommitsFor: [#4147]


feenkcom/gt4git@db2350 by Sven Van Caekenberghe
Add PureGitMethodVersions [#4147]


feenkcom/gt4git@503c2e by Sven Van Caekenberghe
Make #gtViewKumpelFor: canvassable [#4140]


feenkcom/gt4git@e749d8 by Sven Van Caekenberghe
Merge c42a32436d9234df41cc62a5564f20bd5e4abc86


feenkcom/gt4git@3b7823 by Sven Van Caekenberghe
Move PureGitTrackedFile>>#gtVersionsFor: from iceberg-git-cli to gt4git


feenkcom/gtoolkit-world@2116e9 by Oscar Nierstrasz
Added missing method

af800b by Alistair Grant
Merge 64d5716


cd7d52 by Alistair Grant
[#4150] Add documentation


64d571 by Oscar Nierstrasz
Tweak

52d2cf by Oscar Nierstrasz
[#4149] completed

e7be9b by Oscar Nierstrasz
[#4149] convert element snippets to example snippets

89e0b4 by Oscar Nierstrasz
[#4149] Converting element snippets to examples

dd48b7 by Oscar Nierstrasz
[#4149] Converting element snippets to examples

a565ea by Oscar Nierstrasz
[#4136] Completed remaining examples

374641 by Oscar Nierstrasz
[#4136] Added MoldableObject scripted figure

7120e4 by Oscar Nierstrasz
[#4136] Added MoldableObject scripted figure

88aae0 by Oscar Nierstrasz
[#4136] Added more scripted figures
akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Nov 15, 2024
akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Nov 15, 2024
syrel pushed a commit that referenced this issue Nov 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1308/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@64d447 by Don Roberts
Improve calculation of free memory on macos systems [[#4178]]


feenkcom/gtoolkit-phlow@5772fe by Juraj Kubelka
rename and fix some phlow element context search methods [#4174]


feenkcom/gtoolkit-phlow@44cb85 by Juraj Kubelka
fix examples [#4176]


feenkcom/gtoolkit-phlow@da0f12 by Juraj Kubelka
ensure error view has a build context [#4176]


feenkcom/gtoolkit-phlow@f79d82 by Aliaksei Syrel
[#4174] slightly update GtPhlowElementContext api

feenkcom/gtoolkit-phlow@a5940f by Aliaksei Syrel
[#4174] deprecate isView and beView

feenkcom/gtoolkit-phlow@c872ec by Aliaksei Syrel
Merge 1c69ee38ccbc67f6a4b7141b44134b52d19abc81

feenkcom/gtoolkit-phlow@badf89 by Aliaksei Syrel
[#4174] don't mark view content as a view

feenkcom/gtoolkit-coder@e50ef9 by Aliaksei Syrel
Merge 68e26218bde50c4225e0c3b8d83ae840bc53dd45

feenkcom/gtoolkit-coder@99425e by Aliaksei Syrel
[#4174] mark coder element as ViewContent

feenkcom/gt4pharo@7ae89e by Alistair Grant
Merge 3579dd5623183bcb6c746ceda3aeaa703b6b5053


feenkcom/gt4pharo@4c9f5f by Alistair Grant
[#4175] GtStrictSymbolEqualityArgumentSignal class>>left:right: use `#lazyXor:` for VW and GemStone compatibility.


feenkcom/gt4pharo@3579dd by Aliaksei Syrel
[#4174] use firstChildWithViewContent

feenkcom/gtoolkit-presenter@035a1c by Aliaksei Syrel
[#4174] use firstChildWithViewContent

feenkcom/gtoolkit-inspector@ea93fc by Juraj Kubelka
rename and fix some phlow element context search methods [#4174]


feenkcom/gtoolkit-inspector@39c53d by Juraj Kubelka
add `GtPhlowElementContext` view [#4176]


feenkcom/gtoolkit-debugger@c62911 by Aliaksei Syrel
[#4174] use firstChildWithViewContent

feenkcom/gt4json@bfbf41 by Sven Van Caekenberghe
Using NeoJSONObject>>#removeAtPath: in NeoJSONPatch<<#applyTo:


feenkcom/lepiter@761427 by Sven Van Caekenberghe
Merge 09ef04deaf601a28df9d8667f79cb7f3c58e4124


feenkcom/lepiter@4b24f8 by Sven Van Caekenberghe
Bring ByteArray>>#neoJsonOn: , Fraction>>#neoJsonOn: and Bitmap>>#neoJsonOn: in line with UUID>>#neoJsonOn:

I.e. do not overwrite from Collection to Object behaviour unless there is a custom mapping

[#4177]


feenkcom/lepiter@f30848 by Sven Van Caekenberghe
Add LeJsonV4SerialisationExamples>>#bitmap and LeJsonV4SerialisationExamples>>#uuid [#4177]


feenkcom/lepiter@09ef04 by Aliaksei Syrel
[#4174] use firstChildWithViewContent

feenkcom/gtoolkit-demos@df3857 by Juraj Kubelka
fix example (slide)


feenkcom/gtoolkit-demos@e11273 by Juraj Kubelka
Merge f26381cf70fcad4a7eec561c6024de86981e5eaa


feenkcom/gtoolkit-demos@8e9b87 by Juraj Kubelka
fix example (slide)


feenkcom/gtoolkit-demos@f26381 by Oscar Nierstrasz
Merge 9113b597268f3a60b651d8ce76f37acf6a0ecce4

feenkcom/gtoolkit-demos@8b607d by Oscar Nierstrasz
Fixed typo in tag name

feenkcom/gtoolkit-demos@9113b5 by Juraj Kubelka
fix examples [#4176]


feenkcom/gtoolkit-demos@2b6dc3 by Oscar Nierstrasz
Merge 18b70bdd302fa7e8b3a7f0e32d3a67031387384c

feenkcom/gtoolkit-demos@871831 by Oscar Nierstrasz
Added action to spawn raw element

feenkcom/gtoolkit-demos@18b70b by Aliaksei Syrel
[#4174] refactor GtInspectorViews demo to use scripter

feenkcom/gtoolkit-world@91fe61 by Alistair Grant
Merge bb92f4ebbf181368623bd2346694e0f29960fbcd


feenkcom/gtoolkit-world@771721 by Alistair Grant
[#4175] Add Boolean>>lazyXor:


feenkcom/gt4gemstone@f15e09 by Alistair Grant
Export gt4gemstone.gs


feenkcom/gt4gemstone@4086cb by Alistair Grant
[#4072] Use string keys in json dictionaries


feenkcom/gt4gemstone@29aff8 by Alistair Grant
[#4072] Use string keys in json dictionaries


c4ebf2 by Oscar Nierstrasz
Added a page on startup scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant