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

Support Pharo 12 #3736

Open
chisandrei opened this issue Apr 28, 2024 · 0 comments
Open

Support Pharo 12 #3736

chisandrei opened this issue Apr 28, 2024 · 0 comments

Comments

@chisandrei
Copy link
Member

Issue to keep track of changes for supporting Pharo 12

chisandrei added a commit to feenkcom/gtoolkit-releaser that referenced this issue Apr 28, 2024
chisandrei added a commit that referenced this issue Apr 28, 2024
syrel pushed a commit that referenced this issue Apr 28, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.711/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-releaser@6cd4e8 by Andrei Chi�
Add MetacelloMCProjectSpec>>projectClass [#3736]
syrel pushed a commit that referenced this issue Apr 28, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.712/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4pharo@89f969 by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

feenkcom/PharoLink@5e8205 by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

feenkcom/gtoolkit-remote@298bdc by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

feenkcom/gtoolkit-releaser@4067d1 by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

feenkcom/lepiter@6f38f2 by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

feenkcom/gtoolkit-world@6573e1 by Andrei Chi�
Rename #forPharo11:forPharo10: to #forPharo11AndPharo12:forPharo10: [#3736]

ecc316 by Tudor Girba
Merge dcf570e

bd8905 by Tudor Girba
improve the moldable development map

dcf570 by Andrei Chi�
Rename #forPharo12* specific dispatch methods [#3736]

bf86fb by Andrei Chi�
Rename page [#3736]

81f466 by Andrei Chi�
Merge 272c04a

afc7ef by Andrei Chi�
Detail changes for Pharo 12 [#3736]
chisandrei added a commit to feenkcom/gt4pharo that referenced this issue May 14, 2024
chisandrei added a commit to feenkcom/PythonBridge that referenced this issue May 14, 2024
chisandrei added a commit to feenkcom/gtoolkit-releaser that referenced this issue May 15, 2024
chisandrei added a commit to feenkcom/gtoolkit-releaser that referenced this issue May 15, 2024
chisandrei added a commit to feenkcom/gtoolkit-releaser that referenced this issue May 15, 2024
syrel pushed a commit that referenced this issue May 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.770/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-glutin@8ce640 by Andrei Chi�
gtoolkit-gleam has the source directly in the root folder [#3736]

feenkcom/gtoolkit-utility@5c023d by Alistair Grant
[#3771] lazy initialisation

feenkcom/gtoolkit-utility@71629a by Alistair Grant
Merge remote-tracking branch 'origin/main'


feenkcom/gtoolkit-utility@9d8f47 by Alistair Grant
[#3771] Pharo 10 compatibility.

feenkcom/gtoolkit-utility@1df5fe by Alistair Grant
[#3771]WeakArray class>>stopFinalizationProcess.

feenkcom/gtoolkit-utility@881d11 by Alistair Grant
[#3771] Remove logging.

feenkcom/gtoolkit-utility@076cf9 by Alistair Grant
[#3771] Assign MournLoopProcess correctly.

feenkcom/gtoolkit-utility@c0e6ef by Alistair Grant
[#3771] Shutdown WeakArray finalization while saving an image

feenkcom/gtoolkit-coder@13ed29 by Juraj Kubelka
use `SmaCCMethodNodeSourceIntervalFinder` [#3735]

delete `GtPharoMethodNodeSourceIntervalFinder`

feenkcom/gtoolkit-coder@b73fb1 by Juraj Kubelka
delegate interval computation to `TGtSourceCoderEvaluatedCode>>#findSourceIntervalForContext:sourceString:` [#3735]

j-brant/SmaCC@2721a3 by John Brant
Merge pull request #24 from JurajKubelka/master

Refactor code to SmaCCMethodNodeSourceIntervalFinder

j-brant/SmaCC@1c4772 by Juraj Kubelka
clean `SmaCCMethodNodeSourceIntervalFinder`

j-brant/SmaCC@cae427 by Juraj Kubelka
clean `SmaCCMethodNodeSourceIntervalFinder`

j-brant/SmaCC@a9e6c0 by Juraj Kubelka
add `SmaCCMethodNodeSourceIntervalFinder`

feenkcom/gt4pharo@a02ad7 by Juraj Kubelka
use `GtPharoMethodNodeSourceIntervalFinder` instead of `SmaCCMethodNodeSourceIntervalFinder` [#3735]


`SmaCCMethodNodeSourceIntervalFinder` needs to be moved to a non-UI package/baseline first. Then we can remove the code duplication.

feenkcom/gt4pharo@886e12 by Juraj Kubelka
use `SmaCCMethodNodeSourceIntervalFinder` [#3735]

feenkcom/gt4pharo@e3b605 by Juraj Kubelka
Merge 657e3bd1007061dfcd095f445999013606e628ea

feenkcom/gt4pharo@f18e9b by Juraj Kubelka
implement `GtPharoEvaluatedSelector` methods [#3735]

feenkcom/gt4pharo@657e3b by Andrei Chi�
Merge 19e0d6368601fe18b530bb65466cd7621c9dcb07

feenkcom/gt4pharo@6f2eac by Andrei Chi�
Use ShiftClassInstaller in Pharo 12 [#3736]

feenkcom/gtoolkit-debugger@31ec0e by Andrei Chi�
Load GToolkit-PharoOverrides-Debugger after all code is loaded [#3736] 

feenkcom/gtoolkit-debugger@4ef5f7 by Andrei Chi�
Merge 5ab6c2dabaf29c1cf15a877f9bf329b100266fb1

feenkcom/gtoolkit-debugger@55f8c4 by Andrei Chi�
Rename and move GToolkit-Pharo9-Debugger to the debugger repository [#3736] 

feenkcom/JSLink@26a8d7 by Andrei Chi�
JavaScriptGenerator has the source in the src folder [#3736]

feenkcom/PythonBridge@6b14bd by Andrei Chi�
Python3Generator has the source in the src folder [#3736]

feenkcom/gt4smacc@a277f3 by Juraj Kubelka
reuse `SmaCCMethodNodeSourceIntervalFinder`

feenkcom/gtoolkit-visualizer@9cebe7 by akevalion
[#3775] added examples for vertical and horizontal bar lines

feenkcom/gtoolkit-releaser@cb6dd2 by Andrei Chi�
Move GToolkit-PharoMigrations to releaser [#3736]

feenkcom/gtoolkit-releaser@d2cb0e by Andrei Chi�
Update the loading using releaser for Pharo 12 [#3736]

feenkcom/gtoolkit-releaser@d49ebd by Andrei Chi�
Update the repository location when releasing for Python3Generator [#3736] 

feenkcom/gt4git@7cbb25 by Sven Van Caekenberghe
added tooltips to some GtGitRepository gtActions

d8a6de by Andrei Chi�
Move GToolkit-PharoMigrations to releaser [#3736]

900be5 by Alistair Grant
Merge 57fbb0a

501780 by Alistair Grant
[#3771] Initialize class vars.

57fbb0 by Andrei Chi�
Load GToolkit-PharoOverrides-Debugger after all code is loaded [#3736] 

1ffe6c by Andrei Chi�
Fix after merge

942442 by Andrei Chi�
Merge 78c548f

4ae043 by Andrei Chi�
Rename and move GToolkit-Pharo9-Debugger to the debugger repository [#3736] 

78c548 by Alistair Grant
[#3771] Add WeakArray class vars.

4946e1 by Andrei Chi�
Move the postload back to the original location [#3736] 

e3ade6 by Andrei Chi�
Fix package dependencies in GToolkitPrerequisites

603a4e by Andrei Chi�
Add GToolkitPrerequisites

3def3f by Andrei Chi�
Merge 07539f2

c86fa0 by Andrei Chi�
Add 'GToolkit-PharoMigrations' a a dependecy
syrel pushed a commit that referenced this issue May 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.771/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-vm-bindings@4bc0fe by Andrei Chi�
Update the Pharo version check in #createFFICalloutLiteralFromSpec: [#3736]

feenkcom/gtoolkit-coder@45c631 by Juraj Kubelka
the locate debugger button is placed in the same place as the embedded debugger [#3735]

j-brant/SmaCC@30b953 by John Brant
moving method node finder to non-ui package

feenkcom/gtoolkit-debugger@56b875 by Juraj Kubelka
the locate debugger button is placed in the same place as the embedded debugger [#3735]

- add `GtEmbeddedDebuggerTextAttributePositionCalculator`

feenkcom/gtoolkit-releaser@6cce00 by Andrei Chi�
More changes for making releaser work in Pharo 12 [#3736]
syrel pushed a commit that referenced this issue May 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.772/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@2b462e by Tudor Girba
add screenshot view for scripter #3777

feenkcom/Brick@95a7b8 by Veit Heller
Add example for toggles with icons and labels

feenkcom/gt4pharo@f27510 by Andrei Chi�
Merge a02ad70cf8137792d943dff84853420efd2405ff

feenkcom/gt4pharo@862b66 by Andrei Chi�
Do not explicitly define a slot named announcer in GtJob [#3736]

feenkcom/gt4pharo@692258 by Andrei Chi�
Explicitly set an announcer in GtJob

feenkcom/gtoolkit-debugger@10cf28 by Juraj Kubelka
the locate debugger button has red border instead of background [#3735]

feenkcom/gtoolkit-demos@f56cce by Tudor Girba
add example of an elaborate scripter #3777

ecdeed by Andrei Chi�
Add a slot named announcer to Job in Pharo 10 &11 [#3736]
chisandrei added a commit to feenkcom/gtoolkit-releaser that referenced this issue May 15, 2024
syrel pushed a commit that referenced this issue May 16, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.773/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/pharo-futures@23a47d by Juraj Kubelka
implement worker logger [#3778]

- add `TAsyncFutureLogger`
- add `AsyncFutureDetailedTranscriptLogger`
- add `AsyncFutureTranscriptLogger`

feenkcom/sparta@d281fa by Andrei Chi�
Update SpartaCairoScaledFont>>#makeTextRunNoReleaseWide: [#3736]

feenkcom/gtoolkit-releaser@2c0515 by Andrei Chi�
Add Object>>#forPharo12:forPharo11AndPharo10: [#3736]

feenkcom/gtoolkit-world@5750fb by Tudor Girba
improve the section title and the book card #3766

5dce37 by Andrei Chi�
Restructure BaselineOfGToolkitForPharo9>>#postLoadGToolkit: [#3736]

a7877c by Andrei Chi�
Merge b094173

6392d0 by Andrei Chi�
Pass over pre/post actions in BaselineOfGToolkitPrerequisites [#3736]

35a117 by Andrei Chi�
Document more changes for Pharo 12 [#3736]

b09417 by Tudor Girba
Merge ecdeed0

afa41e by Tudor Girba
add a case study with an elaborate scripter #3777
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