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

Lepiter: support non-blocking GemStone execution #3942

Closed
akgrant43 opened this issue Aug 6, 2024 · 1 comment
Closed

Lepiter: support non-blocking GemStone execution #3942

akgrant43 opened this issue Aug 6, 2024 · 1 comment

Comments

@akgrant43
Copy link
Contributor

No description provided.

akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Aug 6, 2024
akgrant43 added a commit to feenkcom/gt4gemstone that referenced this issue Aug 6, 2024
akgrant43 added a commit to feenkcom/gtoolkit-coder that referenced this issue Aug 6, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 7, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 7, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 7, 2024
syrel pushed a commit that referenced this issue Aug 8, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1049/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@08f8f0 by Juraj Kubelka
Scripter: add targets and steps [#3941]

feenkcom/gtoolkit-utility@8d79c2 by Alistair Grant
GtVmRuntimeStatisticsDiffReport>>gcRunningTimePercentage replace `= 0` with the more polymorphic `isZero`.


feenkcom/Brick@1e901c by Juraj Kubelka
Anchored aptitude: reset root element if widget is displayed in another space [#3945]

feenkcom/Brick@d3c8e7 by Juraj Kubelka
Merge 25400ac921e638115cbc7251ed9325958eddd69b

feenkcom/Brick@48f456 by Juraj Kubelka
add `BrEditorStep` [#3941]

feenkcom/Brick@25400a by Don Roberts
Correct clicking behavior on BrEditor scroll bar


feenkcom/Brick@57f70e by Alistair Grant
Add BrGlamorousVectorIcons>>playAsynchronous


feenkcom/gtoolkit-pager@64892f by Juraj Kubelka
add `GtPagerStep` [#3941]

feenkcom/gtoolkit-coder@2ae554 by Juraj Kubelka
Merge 3d630d88d92f1719407158bf6ca99ba491f0c090

feenkcom/gtoolkit-coder@1007e9 by Juraj Kubelka
`GtCoderToolSpawnRequest`: set and check requester object [#3941]

feenkcom/gtoolkit-coder@3d630d by Alistair Grant
Merge remote-tracking branch 'origin/main'


feenkcom/gtoolkit-coder@e52af5 by Alistair Grant
[#3942] Add GtSourceCoderEvaluationContext


feenkcom/gt4pharo@8982a1 by Juraj Kubelka
Do not duplicate inherited targets for click steps [#3941]

feenkcom/gt4pharo@86d018 by Juraj Kubelka
Do not duplicate inherited targets for click steps [#3941]

feenkcom/gt4pharo@261753 by Juraj Kubelka
add `GtPharoMethodCoderStep` actions [#3941]

feenkcom/gtoolkit-inspector@c5fb1d by Juraj Kubelka
add `GtInspectorStep` [#3941]

feenkcom/gtoolkit-debugger@e226b2 by Juraj Kubelka
Embedded debugger: skip empty Phlow views [#3935]

feenkcom/gtoolkit-remote@f3964e by Andrei Chi�
update generated code


feenkcom/gtoolkit-remote@d0ef2e by Andrei Chi�
Disable for now the usage of the proxy inspector for the print string [#3951]

feenkcom/gtoolkit-remote@440f9e by Andrei Chi�
Store the print string for the remote object in the inspector specification [#3951]

feenkcom/gtoolkit-remote@e5ba6a by Andrei Chi�
Get the print string from the inspector proxy also in the simulation [#3951]

feenkcom/gtoolkit-remote@3ab388 by Andrei Chi�
Get the print string from the inspector proxy [#3951]

feenkcom/gtoolkit-remote@9c05a5 by Andrei Chi�
update generated code


feenkcom/gtoolkit-remote@c14ed7 by Andrei Chi�
Removed unused temporary

feenkcom/gtoolkit-remote@310f6e by Andrei Chi�
Move to #asAsyncForkedFuture in GtRemoteInspectorListingBufferedStream

feenkcom/gtoolkit-remote@b80bd3 by Andrei Chi�
Use accessor methods in remote phlow objects

feenkcom/gt4lsp@9cf4e0 by Don Roberts
Add scrollbar to python LSP coder

feenkcom/lepiter@3cd74b by Juraj Kubelka
add inspector playground lepiter resizer id [#3941]

feenkcom/gtoolkit-demos@1f3999 by Tudor Girba
fix obsolete looks

feenkcom/gt4git@70e604 by Veit Heller
Better example text on remote repository addition [#3946]

feenkcom/gtoolkit-world@4d6adf by Juraj Kubelka
exemplify bug case [#3941]

When doing a browse action, or another action that spawns a tool (apart from doits) it is delegated through the coder model without passing the view model. In case the same page is opened multiple times browse actions will open in the wrong pane.

feenkcom/gt4gemstone@501cda by Andrei Chi�
Add proxy method for getting the print string [#3951]

feenkcom/gt4gemstone@203f40 by Andrei Chi�
Slight refactor print string [#3951]

feenkcom/gt4gemstone@222af5 by Andrei Chi�
Use the print string from the adapter object [#3951]

feenkcom/gt4gemstone@e2db56 by Andrei Chi�
update generated code


feenkcom/gt4gemstone@a99869 by Andrei Chi�
Removed unused variable [https://github.com/feenkcom/gtoolkit#3942]


feenkcom/gt4gemstone@f1f37f by Andrei Chi�
Use the old mechanism for async calls [https://github.com/feenkcom/gtoolkit#3942]

feenkcom/gt4gemstone@54e109 by Andrei Chi�
Revert for now the usage of two evaluation contexts [#3942]


feenkcom/gt4gemstone@2de2ad by Andrei Chi�
Readd isBroken as it used in some tests [https://github.com/feenkcom/gtoolkit#3942]

feenkcom/gt4gemstone@7f4699 by Andrei Chi�
Fix the creation of an exception context [#3942]


feenkcom/gt4gemstone@2b8d22 by Andrei Chi�
Implement serialize/deserialise in the legacy strategy [#3942]


feenkcom/gt4gemstone@c4b88c by Andrei Chi�
Use the async all when doing async execution [https://github.com/feenkcom/gtoolkit#3942]

feenkcom/gt4gemstone@531417 by Andrei Chi�
Merge 31fe75c168cf7290e07bcf6f3ad905ab0bffda22

feenkcom/gt4gemstone@31fe75 by Andrei Chi�
Handle the two execution contexts present now in GemStone  [feenkcom/gtoolkit/#3942]

feenkcom/gt4gemstone@553d86 by Andrei Chi�
Split the execution context into two: one for exceptions and for normal executions [#3942]


feenkcom/gt4gemstone@2dff53 by Andrei Chi�
Add an experimental asnc evaluation [https://github.com/feenkcom/gtoolkit#3942]

feenkcom/gt4gemstone@561a88 by Andrei Chi�
Fix status attributes to nor create a release instance

feenkcom/gt4gemstone@160d40 by Andrei Chi�
Add a way to start an async computation [#3942]


feenkcom/gt4gemstone@b8e248 by Andrei Chi�
Merge 1e3a03cd107b8da0c93976e0603ec6a0bed6eb75

feenkcom/gt4gemstone@1e3a03 by Alistair Grant
[#3942] Initial changes to support async lepiter GemStone snippets.  Work-in-progress.


feenkcom/gt4gemstone@6ae6bf by Andrei Chi�
Refactor the printing of GemStone proxies

feenkcom/gt4gemstone@b349d4 by Alistair Grant
[#3942] Iniitial changes in support of non-blocking calls from lepiter.


feenkcom/gt4gemstone@54bbe6 by Andrei Chi�
Move the main logic for printing to GtBareProxy

feenkcom/gtoolkit-webview@80eaa8 by Aliaksei Syrel
[#3849] introduce webview events
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 14, 2024
syrel pushed a commit that referenced this issue Aug 14, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1059/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/pharo-futures@8bad74 by Aliaksei Syrel
[#3948] add event handling to the forked future

feenkcom/Brick@e41d96 by Andrei Chi�
Merge 1e901c5ed6b6f77118c41b1abb5f7a105875cab2

feenkcom/Brick@475e33 by Andrei Chi�
Add an utility method for stopping the time update task [#3942]

feenkcom/gtoolkit-phlow@a3c282 by Andrei Chi�
Add utility elements for creating phlow tools

feenkcom/gtoolkit-coder@9f5112 by Andrei Chi�
Update icon for the search tool

feenkcom/gt4pharo@abe320 by John Brant
adding leSubstringMatch and leASTMatches lepiter filters

feenkcom/lepiter@19c1a3 by John Brant
adding leSubstringMatch and leASTMatches lepiter filters

feenkcom/gt4gemstone@3a09b4 by Andrei Chi�
Add a button in the tool for controling the automatic replacement of content [#3942]

feenkcom/gt4gemstone@d97179 by Andrei Chi�
Control if async executions automatically replace the pane content [#3942]

feenkcom/gt4gemstone@6daedd by Andrei Chi�
Merge cd35932611502b8b8a6b4d7268710f2549830e2e

feenkcom/gt4gemstone@48571c by Andrei Chi�
Pass on the UI for non-blocking gemstone calls [#3942]
chisandrei added a commit to feenkcom/gtoolkit-remote that referenced this issue Aug 21, 2024
syrel pushed a commit that referenced this issue Aug 21, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1068/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@7bc41d by Don Roberts
Clicking jumps to scroll location on editor scroll bars


feenkcom/Bloc@5812d5 by Juraj Kubelka
add a memory logger step assertion [#3947]

feenkcom/Brick@db2f44 by Don Roberts
Clicking jumps to scroll location on editor scroll bars


feenkcom/gtoolkit-phlow@eab2de by Juraj Kubelka
`GtPhlowForwarderView>>#updateContent:` is supposed to be synchronous [#3947]

feenkcom/gtoolkit-phlow@1e5cef by Juraj Kubelka
use `#allActionsFuture` instead of `#allActionsPromise` [#3947]

j-brant/SmaCC@c052d9 by John Brant
adding a couple helper methods

feenkcom/gtoolkit-inspector@d763da by Juraj Kubelka
Merge 024ee43648b666be268b0c866d5cf2b87581aa1e

feenkcom/gtoolkit-inspector@9f8b8b by Juraj Kubelka
exemplify forward view not computing its object if not displayed [#3947]

feenkcom/gtoolkit-inspector@024ee4 by Veit Heller
Add API for removing playground from inspector

feenkcom/gtoolkit-inspector@311e99 by Tudor Girba
add the file system tool to the default tool for a directory

feenkcom/gtoolkit-debugger@ea5eca by Juraj Kubelka
use `#allActionsFuture` instead of `#allActionsPromise` [#3947]

feenkcom/gtoolkit-remote@388dcc by Juraj Kubelka
Merge 9f958c9a3b14bab538d47b2f28cac0f999bd78c7

feenkcom/gtoolkit-remote@563c1c by Juraj Kubelka
use `#allActionsFuture` [#3947]

feenkcom/gtoolkit-remote@9f958c by Andrei Chi�
Move retrieveRemotePhlowSpecificationsProvider to another package (dependency issue) [#3942]

feenkcom/gtoolkit-remote@ff35d1 by Andrei Chi�
Move getRemoteObject to another package (dependency issue) [#3942]

feenkcom/gtoolkit-remote@5313bc by Andrei Chi�
Merge fb2f1140073014f5bc22a3a6eca3aba16840bdf3

feenkcom/gtoolkit-remote@e52216 by Andrei Chi�
Fix more dependency errors

feenkcom/gtoolkit-remote@29f2ee by Andrei Chi�
Fix dependency in GtRemotePhlowDeclarativeViewsLocalViewedObjectExamples

feenkcom/gt4smacc@ac1607 by John Brant
splitting transformations tab into new class

feenkcom/gt4git@dcc478 by Sven Van Caekenberghe
Improved IceGitCliPlatform GT views and actions (tooltip)


feenkcom/gt4git@be9c3c by Sven Van Caekenberghe
Improved IceGitCliPlatform GT views and actions (install/uninstall/update)


feenkcom/gtoolkit-world@098b87 by Juraj Kubelka
enable example [#3947]

feenkcom/gtoolkit-world@c797a6 by Juraj Kubelka
exemplify forward view not computing its object if not displayed [#3947]

ff6b9a by Sven Van Caekenberghe
Fix minor typo in book page [How to produce signed and verified GitHub commits]


4b4c88 by Sven Van Caekenberghe
Add an example signed and verified commit to page [How to produce signed and verified GitHub commits]


de061e by Sven Van Caekenberghe
Finised book page [How to produce signed and verified GitHuh commits] [#3973]

c8a3fc by Sven Van Caekenberghe
Created placeholder book page [How to produce signed and verified GitHuh commits] and added it to the index [#3973]

42086c by Sven Van Caekenberghe
Updated book page [Using Libgit-CLI as an alternative to Libgit2 FFI in Iceberg] [#3972]

044bbd by Tudor Girba
Merge ae45ef5

cccbe1 by Tudor Girba
add adornments only at the end of the string. #3965
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 26, 2024
syrel pushed a commit that referenced this issue Aug 26, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1072/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@89120c by Don Roberts
Merge branch 'main' of https://github.com/feenkcom/Brick


feenkcom/Brick@a40200 by Andrei Chi�
Merge ef17c7f41094d3597437691c23b66fbdc6f8d994

feenkcom/Brick@db4494 by Don Roberts
Fix scrollbar error and refactor BrFileSelectOrCreate>>buildUI


feenkcom/Brick@3f35ce by Andrei Chi�
Add "BrGlamorousIcons class>>playAsynchronous" [#3942]

feenkcom/gtoolkit-filebrowser@65da24 by Don Roberts
Fix inspecting case-sensitive fileReferences [#3981]


feenkcom/gtoolkit-remote@ad46d3 by Andrei Chi�
Merge 388dcc7dc2e66e8372987313feae730594539ad6

feenkcom/gtoolkit-remote@a90b44 by Andrei Chi�
update generated code


feenkcom/gt4gemstone@903a03 by Andrei Chi�
Fix failing examples [#3942]

feenkcom/gt4gemstone@80d956 by Andrei Chi�
Temporary disable gemstone scripter async examples [#3942]

feenkcom/gt4gemstone@57f6c6 by Andrei Chi�
update generated code


feenkcom/gt4gemstone@93404d by Andrei Chi�
Add examples for async GemStone execution [#3942]

feenkcom/gt4gemstone@536ce2 by Andrei Chi�
Add an example executing remote code using scripter [#3942]

feenkcom/gt4gemstone@3a59b6 by Andrei Chi�
Pass on tests for interrupting the remote computation [#3942]

feenkcom/gt4gemstone@b0b488 by Andrei Chi�
Add basic tests for async gemstone computation [#3942]

feenkcom/gt4gemstone@76c46f by Andrei Chi�
Refactor #resume [#3942]


feenkcom/gt4gemstone@20e27b by Andrei Chi�
Put the inspect aync at the beginning [#3942]

feenkcom/gt4gemstone@7da28e by Andrei Chi�
Fix resume action for blocking calls [#3942]


feenkcom/gt4gemstone@11a2d5 by Andrei Chi�
Handle errors when resuming in case of blocking calls [#3942]

feenkcom/gt4gemstone@e329fe by Andrei Chi�
Add action for resuming an async computation [#3942]


feenkcom/gt4gemstone@9b9cd4 by Andrei Chi�
Skip debugger update if debugging session is nil [#3942]

feenkcom/gt4gemstone@802b69 by Andrei Chi�
Fix isResumedExecutionResult [#3942]

feenkcom/gt4gemstone@e10b4b by Andrei Chi�
Handle resume after an async execution [#3942]

feenkcom/gt4gemstone@c937e6 by Andrei Chi�
Update priority for cancel action [#3942]

feenkcom/gt4gemstone@706469 by Andrei Chi�
Add support for interrupting the async execution on the GemStone side [#3942]


feenkcom/gt4gemstone@78ed67 by Andrei Chi�
Add interrupt support on the client side [#3942]

feenkcom/gt4gemstone@f71305 by Andrei Chi�
Merge e9832203a492b8f138d03a4d59523f9d2fbfc526

feenkcom/gt4gemstone@e98322 by Andrei Chi�
Update the logic for determining if a promise can be cancelled [#3942]

feenkcom/gt4gemstone@dab4ca by Andrei Chi�
Fix class references after rename [#3942]


feenkcom/gt4gemstone@ba0ad8 by Andrei Chi�
Update the state of a snippet promise when the process is terminated from the debugger [#3942]

feenkcom/gt4gemstone@2e4f36 by Andrei Chi�
Use GtGemstoneEvaluationTerminatedResult when canceling an async computation [#3942]


feenkcom/gt4gemstone@4eb73f by Andrei Chi�
Add extension methods removed after rename [#3942]


feenkcom/gt4gemstone@fea530 by Andrei Chi�
Fix GtGemStoneEvaluationContext>>wait [#3942]


feenkcom/gt4gemstone@c7fdc5 by Andrei Chi�
Add a result for when a computation is terminated [#3942]

feenkcom/gt4gemstone@db0293 by Andrei Chi�
Rename the evaluation results [#3942]

feenkcom/gt4gemstone@b7dd08 by Andrei Chi�
Add a state to GtGemStoneSnippetPromise [#3942]

feenkcom/gt4gemstone@6f6b60 by Andrei Chi�
Return the execution result in wait [#3942]


feenkcom/gt4gemstone@16a398 by Andrei Chi�
Fix loading in GemStone [#3942]

feenkcom/gt4gemstone@e2aa4e by Andrei Chi�
Return an explicit evaluation result when getting the result of the remote execution [#3942]

feenkcom/gt4gemstone@24dca4 by Andrei Chi�
Integrate the cancellation of async computations in the UI [#3942]

feenkcom/gt4gemstone@3fbda3 by Andrei Chi�
Add terminateAsyncComputation [#3942]


feenkcom/gt4gemstone@c1a5be by Andrei Chi�
Properly handle the termination of a process [#3942]

feenkcom/gt4gemstone@f56ddb by Andrei Chi�
Update the GemStone snippet to use the new async execution [#3942]

feenkcom/gt4gemstone@c38594 by Andrei Chi�
Fix the update action [#3942]

feenkcom/gt4gemstone@e05277 by Andrei Chi�
Add GtpoGtGemStoneEvaluationContext>>#wait [#3942]

feenkcom/gt4gemstone@6948ef by Andrei Chi�
Return nil in case for some reason the evaluation result is not available [#3942]


feenkcom/gt4gemstone@013a06 by Andrei Chi�
Add different wait  methods depending on the returned result [#3942]


feenkcom/gt4gemstone@64bdb4 by Andrei Chi�
Pass an evaluation result when resuming from the debugger [#3942]

feenkcom/gt4gemstone@3a6566 by Andrei Chi�
Return the evaluation context in case we need to [#3942]

feenkcom/gt4gemstone@339027 by Andrei Chi�
Remove some unused methods [#3942]


feenkcom/gt4gemstone@aa81d6 by Andrei Chi�
Fix return value in signalGemStoneDebugger [#3942]

feenkcom/gt4gemstone@d87666 by Andrei Chi�
Use the evaluation result also when handling errors [#3942]

feenkcom/gt4gemstone@7337af by Andrei Chi�
Update the execution of messages on proxy objects to use evaluation results [#3942]


feenkcom/gt4gemstone@de9845 by Andrei Chi�
Fix compilation in GemStone [#3942]

feenkcom/gt4gemstone@2e020d by Andrei Chi�
Use the evaluation result [#3942]

feenkcom/gt4gemstone@9bdfb6 by Andrei Chi�
Use dedicated result objects when evaluating code [#3942]


feenkcom/gt4gemstone@ad4e6b by Andrei Chi�
Add serialisation to execution results


feenkcom/gt4gemstone@297f29 by Andrei Chi�
Add a hierarchy of evaluation results
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 27, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 27, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 27, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 27, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Aug 27, 2024
syrel pushed a commit that referenced this issue Aug 27, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1077/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/bloc-pac@9ff431 by Don Roberts
Fix scrollbar dragging

feenkcom/Brick@b07467 by Don Roberts
Fix scrollbar dragging

feenkcom/gt4pharo@2d9a3f by Don Roberts
Fix class slot reference menu item [#3959]


feenkcom/gt4gemstone@bb296b by Andrei Chi�
Fix testSnippetPromiseWrapper_returnProxy [#3942]

feenkcom/gt4gemstone@2bd3fe by Andrei Chi�
Add an example for the snipper proxy wrapper [#3942]

feenkcom/gt4gemstone@ef58fe by Andrei Chi�
Add examples for the resolution logic [#3942]

feenkcom/gt4gemstone@81850d by Andrei Chi�
Enable async execution [#3942]

feenkcom/gt4gemstone@b54a6d by Andrei Chi�
Rename promise classes [#3942]

feenkcom/gt4gemstone@ff0d0b by Andrei Chi�
Pass on making the gemstone async promise more generic [#3942]
syrel pushed a commit that referenced this issue Aug 28, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1081/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4gemstone@9b0aca by Andrei Chi�
Limit for now the features in the gs asnc tool [#3942]
syrel pushed a commit that referenced this issue Aug 29, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1085/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@aca35d by Don Roberts
Remove unused methods


feenkcom/bloc-pac@bbfea5 by Don Roberts
Remove unnecessary help class


j-brant/SmaCC@bd5d19 by John Brant
js parser change for class element names to allow keywords

feenkcom/PythonBridge@2f70b1 by Veit Heller
remove generator peeking code


feenkcom/PythonBridge@8e138f by Veit Heller
version bump gtoolkit_bridge


feenkcom/PythonBridge@a63f6d by Veit Heller
allow list view in generator


feenkcom/PythonBridge@4e3b0e by Veit Heller
version bump gtoolkit_bridge


feenkcom/PythonBridge@d68bbe by Veit Heller
allow list view in generator


feenkcom/PythonBridge@57f8e6 by Veit Heller
Fix newCommandStringFactory method on PBObject

feenkcom/gtoolkit-demos@77f318 by Veit Heller
Add dependency graph visualization to nanogpt network

feenkcom/gt4gemstone@f3849b by Andrei Chi�
update generated code


feenkcom/gt4gemstone@77afca by Andrei Chi�
Load extensions to  RsrConcurrentTestServer also only in GT  [#3942]

feenkcom/gt4gemstone@c8c371 by Andrei Chi�
Load extensions to  RsrConcurrentTestClient only in GT  [#3942]

feenkcom/gt4gemstone@0252b4 by Andrei Chi�
Add utility RsrConcurrentTestClient>>#counter:  [#3942]

feenkcom/gt4gemstone@1d5e89 by Andrei Chi�
update generated code


feenkcom/gt4gemstone@fd5188 by Andrei Chi�
Add back the buttons for controlling a non-blocking execution [#3942]

feenkcom/gt4gemstone@be990a by Andrei Chi�
Lower the process priority when executing non-blocking calls [#3942]


feenkcom/gt4gemstone@0178f3 by Andrei Chi�
Add a testing utility for starting a process doing some computation [#3942]
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Sep 2, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Sep 2, 2024
syrel pushed a commit that referenced this issue Sep 2, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1091/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-presenter@4dde1d by Oscar Nierstrasz
Fixed class comment

feenkcom/gtoolkit-presenter@d2b2e6 by Oscar Nierstrasz
Renamed GtTitleWithFootersLiveSlide

feenkcom/gtoolkit-presenter@22367d by Oscar Nierstrasz
Refactored GtTitleWithFooterLiveSlide

feenkcom/gtoolkit-presenter@adcea9 by Oscar Nierstrasz
Added GtTitleWithCenteredTextsSlide

feenkcom/gtoolkit-demos@bd8d81 by Oscar Nierstrasz
Renamed GtTitleWithFootersLiveSlide

feenkcom/gtoolkit-demos@15e47e by Oscar Nierstrasz
title slide with underlined presenter

feenkcom/gtoolkit-demos@d0f22b by Oscar Nierstrasz
Added example for titleWithCenteredTexts

feenkcom/iceberg-git-cli@4e0f54 by Sven Van Caekenberghe
Rename ancestor to parent in PureGitCommit


feenkcom/iceberg-git-cli@666640 by Sven Van Caekenberghe
Reimplement IceGitCliRepository>>#contentsOfFile: using IceGitCliExecutor>>#runGitRawWithArgs:for:


feenkcom/iceberg-git-cli@04d41e by Sven Van Caekenberghe
Fix IceGitCliRepository>>#upstreamForBranch:


feenkcom/iceberg-git-cli@9bb805 by Sven Van Caekenberghe
Move git call in IceGitCliLocalBranch>>#upstreamIfNone: to IceGitCliRepository>>upstreamForBranch:


feenkcom/iceberg-git-cli@6c5e90 by Sven Van Caekenberghe
Generalized log viewing in Pure Git


feenkcom/iceberg-git-cli@7ed026 by Sven Van Caekenberghe
Introduced PureGitExamples
Added PureGit[Local|Remote]Branch


feenkcom/gt4git@10e7cb by Sven Van Caekenberghe
Rename ancestor to parent in PureGitCommit


feenkcom/gt4git@207030 by Sven Van Caekenberghe
Add PureGitRepository class>>#gtViewGitCallsIn:


feenkcom/gt4git@8ea748 by Sven Van Caekenberghe
Make IceGitCliRepository class>>#gtViewGitCallsIn: more specific


feenkcom/gt4git@35adbc by Sven Van Caekenberghe
Generalized log viewing in Pure Git


feenkcom/gt4git@571077 by Sven Van Caekenberghe
Introduced PureGitExamples
Added PureGit[Local|Remote]Branch


feenkcom/gt4gemstone@b611f3 by Andrei Chi�
Fix testPromiseResolution_terminateProcess [#3942]

feenkcom/gt4gemstone@2dfa8e by Andrei Chis
Return in GtRsrEvaluatorAsyncPromise>>#stopEvaluation if we get an error [#3942]

feenkcom/gt4gemstone@a888d2 by Andrei Chis
Improve the canceling of a remote execution [#3942]
chisandrei added a commit to feenkcom/gtoolkit-coder that referenced this issue Sep 3, 2024
chisandrei added a commit to feenkcom/gt4gemstone that referenced this issue Sep 3, 2024
@chisandrei
Copy link
Member

First version is done.

Screenshot 2024-09-03 at 15 36 40 Screenshot 2024-09-03 at 15 36 44

syrel pushed a commit that referenced this issue Sep 4, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1097/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@800b5c by Andrei Chi�
Add icons for gemstone async computation [#3942]

feenkcom/gtoolkit-coder@ee819c by Andrei Chi�
Return the computation result from GtCoderCodeExecutor [#3942]

feenkcom/gtoolkit-coder@951896 by Andrei Chi�
Expand coder actions with custom properties and an enabled status [#3942]

feenkcom/gt4pharo@ad105f by John Brant
[#3990] moving reflective method annoucement to prereqs

feenkcom/gt4pharo@38c81c by John Brant
[#3990] adding an event for reflective method installation

feenkcom/PharoLink@0d36eb by Andrei Chi�
Merge 1840ef97aed2df76268ed5b1765684c46ae4535a

feenkcom/PharoLink@9ca775 by Andrei Chi�
Handle OrderedCollection instances when they are serialised from the remote side

feenkcom/iceberg-git-cli@8a8669 by Sven Van Caekenberghe
Added PureGitTreeEntry>>#modeDescription


feenkcom/iceberg-git-cli@b2f2a3 by Sven Van Caekenberghe
Read PureGitTreeEntry mode as octal integer


feenkcom/gt4git@4ed7e1 by Sven Van Caekenberghe
Added PureGitTreeEntry>>#modeDescription


feenkcom/gt4git@3a9320 by Sven Van Caekenberghe
Add inspect context menu to PureGitTree>>#gtViewEntriesFor:


feenkcom/gt4gemstone@b6909e by Andrei Chi�
Update examples after changing the serialisation of OrderedCollection

feenkcom/gt4gemstone@e7981b by Andrei Chi�
update generated code


feenkcom/gt4gemstone@4a5137 by Andrei Chi�
Add an example for the serialization of OrderedCollection when using local objects

feenkcom/gt4gemstone@343490 by Andrei Chi�
Enable the serialisation of OrderedCollection


feenkcom/gt4gemstone@d0fd6d by Andrei Chi�
Disable all coder execution actions while an async computation is in progress [#3942]

f8d7cd by Andrei Chi�
Update gtoolkit-builder.version

5766a2 by John Brant
Update gtoolkit-builder.version

359a5f by John Brant
[#3990] moving reflective method annoucement to prereqs
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

2 participants