Release version v1.0.1502
Metacello new
baseline: 'GToolkitForPharo9';
repository: 'github://feenkcom/gtoolkit:v1.0.1502/src';
load
All commits (including upstream repositories) since last build:
https://github.com/feenkcom/Brick/commit/72e758 by Don Roberts
Fix missing class reference
https://github.com/feenkcom/Brick/commit/c9e433 by Don Roberts
Refactor BrTextExpandButtonAttribute and fix cursor movement across folded text
https://github.com/feenkcom/Brick/commit/651f97 by Don Roberts
Rename BrTriangle to BrInlineExpanderElement (and associated examples)
https://github.com/j-brant/SmaCC/commit/6226ce by John Brant
fix for saving common parent directory in transformations
https://github.com/feenkcom/gt4pharo/commit/7d8554 by Don Roberts
Refactor BrTextExpandButtonAttribute
https://github.com/feenkcom/gt4pharo/commit/f95ca4 by Don Roberts
Rename BrTriangle to BrInlineExpanderElement (and associated examples)
https://github.com/feenkcom/gt4pharo/commit/5b4764 by Don Roberts
Refactor class fixit actions to eliminate duplication
https://github.com/feenkcom/gt4pharo/commit/567c90 by Don Roberts
Fix failing example
https://github.com/feenkcom/gt4pharo/commit/255bb1 by Don Roberts
Don't fold over decorated text
Reapply "Fix noTested example to be correct for new behavior"
This reverts commit 5107a80603695f89f1fc135bb9586c0b93ca46a3.
Examples to cover not folding over decorated text
Restore old example logic
https://github.com/feenkcom/gt4pharo/commit/5107a8 by Don Roberts
Revert "Fix noTested example to be correct for new behavior"
This reverts commit ee7892e6763f5916d7ee577fe2f36b52bc014099.
Revert "Fix another failing example"
This reverts commit 9066d561bc5cd253550c9cfbd015e953a5406c2c.
Revert "Fix failing examples"
This reverts commit 1f6d7bd29d59b38e2e9fc66d965f9be53505ccd2.
https://github.com/feenkcom/gt4pharo/commit/910b4f by Don Roberts
Disable automatic folding
https://github.com/feenkcom/gtoolkit-inspector/commit/e80931 by Sven Van Caekenberghe
Allow clicking to inspect an element in SequenceableCollection>>#gtBoxesFor: [feenkcom/gtoolkit#4302]
https://github.com/feenkcom/zinc/commit/3fa751 by Andrei ChiÈ
Increase line length in testQuerySearchEngine
https://github.com/feenkcom/gtoolkit-remote/commit/5f6d79 by Alistair Grant
GtProxyRemoteInspectionExamples allow for different titles due to server version.
https://github.com/feenkcom/gtoolkit-remote/commit/6bc31b by Andrei ChiÈ
Update generated code
https://github.com/feenkcom/gtoolkit-remote/commit/dbc45c by Andrei ChiÈ
Add file reference views
https://github.com/feenkcom/gtoolkit-remote/commit/7d1b05 by Andrei ChiÈ
Add #gtDetailsFor: view for file references
https://github.com/feenkcom/gt4smacc/commit/2be052 by John Brant
fix for updating transformation results
https://github.com/feenkcom/gt4smacc/commit/d7c55c by John Brant
adding browse class
https://github.com/feenkcom/gt4lsp/commit/0cd82b by Tudor Girba
Create LICENSE
https://github.com/feenkcom/lepiter/commit/8f0074 by Don Roberts
Merge 893f917948f96a51ce428ef046cdacc61809e161
https://github.com/feenkcom/lepiter/commit/d39c24 by Don Roberts
Rename BrTriangle to BrInlineExpanderElement (and associated examples)
https://github.com/feenkcom/lepiter/commit/893f91 by Andrei ChiÈ
Merge 328f7308092489ef1cf94212abcea2bb1c762dd8
https://github.com/feenkcom/lepiter/commit/9d3d7f by Andrei ChiÈ
Preserve the same order for attributes when serializing text snippets
https://github.com/feenkcom/lepiter/commit/4eeac0 by Andrei ChiÈ
Introduce a superclass for text snippets to simplify the creation of custom text snippets
https://github.com/feenkcom/lepiter/commit/328f73 by Oscar Nierstrasz
Started playing with a LaTeX visitor feenkcom/gtoolkit#4303
https://github.com/feenkcom/lepiter/commit/6bd9b6 by Oscar Nierstrasz
fixed typo in method name
https://github.com/feenkcom/lepiter/commit/a75fd1 by Oscar Nierstrasz
Fixed typo in method comment feenkcom/gtoolkit#4290
https://github.com/feenkcom/gtoolkit-demos/commit/4cb52a by Don Roberts
Merge 76955187ccc1ff962b4b7fffa899ab8521548014
https://github.com/feenkcom/gtoolkit-demos/commit/687110 by Don Roberts
Rename BrTriangle to BrInlineExpanderElement (and associated examples)
https://github.com/feenkcom/gtoolkit-demos/commit/769551 by Oscar Nierstrasz
Fixed the BlockQuoteSnippet UML diagram feenkcom/gtoolkit#4294
https://github.com/feenkcom/gtoolkit-demos/commit/477896 by Oscar Nierstrasz
Fixed code font for block quote snippet feenkcom/gtoolkit#4290
https://github.com/feenkcom/gtoolkit-demos/commit/caaa6d by Andrei ChiÈ
Update the block quote snippet to use the new way of creating text snippets
https://github.com/feenkcom/gtoolkit-demos/commit/6fcc38 by Andrei ChiÈ
LeBlockQuoteSnippetUMLExamples should not inherit a snippet
https://github.com/feenkcom/gtoolkit-demos/commit/66e9a3 by Oscar Nierstrasz
Attempting to fix BlockQuoteSnippet border events
https://github.com/feenkcom/gtoolkit-demos/commit/107efb by Oscar Nierstrasz
UML diagrams
https://github.com/feenkcom/gtoolkit-demos/commit/a22397 by Oscar Nierstrasz
Added missing abstract methods feenkcom/gtoolkit#4290
https://github.com/feenkcom/gtoolkit-demos/commit/2bb096 by Oscar Nierstrasz
Make block quote color even lighter feenkcom/gtoolkit#4290
https://github.com/feenkcom/gtoolkit-world/commit/738525 by Sven Van Caekenberghe
Add a error handler to PositionableStream>>#gtStreamStateFor: so that streams over collections containing non-characters also work [feenkcom/gtoolkit#4302]
https://github.com/feenkcom/gtoolkit-wireencoding/commit/4f0816 by Alistair Grant
GtWireEncoderDecoder class>>defaultMapping and convertToGsFormat
Remove redundant ExecBlock references.
https://github.com/feenkcom/gtoolkit-wireencoding/commit/f25b30 by Alistair Grant
GtWireEncodingExamples>>generalObject adapt for inspection decoder.
https://github.com/feenkcom/gtoolkit-wireencoding/commit/bfaf35 by Alistair Grant
Port to GemStone:
- Add support for Rsr and Oop types
https://github.com/feenkcom/gt4gemstone/commit/4937b2 by Andrei ChiÈ
Add basic transcript examples
https://github.com/feenkcom/gt4gemstone/commit/5b836d by Andrei ChiÈ
Add a trait for attaching a session to a test class
https://github.com/feenkcom/gt4gemstone/commit/bde5f2 by Andrei ChiÈ
Add a view showing the status of the remote transcript
https://github.com/feenkcom/gt4gemstone/commit/d1474f by Alistair Grant
GtRemoteGemStoneInspectionExamples allow for different titles due to server version.
https://github.com/feenkcom/gt4gemstone/commit/9b7632 by Alistair Grant
topaz input should be from /dev/null
https://github.com/feenkcom/gt4gemstone/commit/d9b727 by Alistair Grant
GtRemoteGemStoneWireEncodingExamples update version comparison
https://github.com/feenkcom/gt4gemstone/commit/8def5f by Alistair Grant
shell exe bit set (again)
https://github.com/feenkcom/gt4gemstone/commit/6bfc94 by Alistair Grant
Don't auto-commit #needsCommit and #transactionMode.
https://github.com/feenkcom/gt4gemstone/commit/0e5581 by Andrei ChiÈ
Use #versionString from the class side to avoid creating an object
https://github.com/feenkcom/gt4gemstone/commit/5d18cb by Andrei ChiÈ
Increate the maxVersionString to avoid using the new evaluator
https://github.com/feenkcom/gt4gemstone/commit/e8ad24 by Alistair Grant
GtRemoteGemStoneWireEncodingExamples>>canTestInSession:version: update for semantic gemstone version.
https://github.com/feenkcom/gt4gemstone/commit/55a7d3 by Alistair Grant
Add support for GT Wire Encoding:
- GemStone add Association class>>key:value:, ExecBlock>>isClean
- Add GtRsrWireTransferService
- Add GtRsrWireSerializationStrategy
- Use wire encoding for calling remote services
https://github.com/feenkcom/gt4gemstone/commit/434ae6 by Andrei ChiÈ
Update generated code
https://github.com/feenkcom/gt4gemstone/commit/1cb338 by Andrei ChiÈ
Do not show features views if they do not exist in gemstone
https://github.com/feenkcom/gt4gemstone/commit/97ed65 by Andrei ChiÈ
Fix parsing for the gemstone version
https://github.com/feenkcom/gt4gemstone/commit/5cacda by Andrei ChiÈ
Merge 70f0081f3b314398ca5f4138f407058ff058ebe2
https://github.com/feenkcom/gt4gemstone/commit/b9801d by Andrei ChiÈ
Add views for features
https://github.com/feenkcom/gt4gemstone/commit/90fa18 by Andrei ChiÈ
Pass on the gemstone features model
https://github.com/feenkcom/gt4gemstone/commit/70f008 by Alistair Grant
Add `--gt4gs` option when installing GemStone
Uses the specified version of gt4gemstone instead of loading from the local
image.
https://github.com/feenkcom/gt4gemstone/commit/4586d8 by Alistair Grant
Don't autoCommit when polling the session and inspecting methods.
https://github.com/feenkcom/gt4gemstone/commit/bc5b08 by Andrei ChiÈ
Fix the clear transcript action
https://github.com/feenkcom/gt4gemstone/commit/3fd146 by Andrei ChiÈ
Use a bare proxy for the transcript
https://github.com/feenkcom/gt4gemstone/commit/b0500d by Andrei ChiÈ
Add missing GtBareProxy>>#remoteInspectorProxyDo:
https://github.com/feenkcom/gt4gemstone/commit/f7b870 by Andrei ChiÈ
Redo the interaction with the remote transcript
https://github.com/feenkcom/gt4gemstone/commit/f31e72 by Andrei ChiÈ
Rename the transcript wrapper
https://github.com/feenkcom/gt4gemstone/commit/56272f by Andrei ChiÈ
Expand transcript views
https://github.com/feenkcom/gt4gemstone/commit/a45c3d by Andrei ChiÈ
Experiment with a model for features in GemStone
https://github.com/feenkcom/gt4gemstone/commit/07c391 by Andrei ChiÈ
Do not use a forward view as it does not update
https://github.com/feenkcom/gt4gemstone/commit/f67ff4 by Andrei ChiÈ
Add a view showing the transcript in the session
https://github.com/feenkcom/gt4gemstone/commit/e3d9eb by Andrei ChiÈ
Return the transcript status when toggling its value
https://github.com/feenkcom/gt4gemstone/commit/b4d4f8 by Andrei ChiÈ
Add a menu for toggling the transcript status
https://github.com/feenkcom/gt4gemstone/commit/2f4162 by Andrei ChiÈ
Add an utility method evaluating blocks returning primitive values
https://github.com/feenkcom/gt4gemstone/commit/233bae by Andrei ChiÈ
Use a block for computing the user profile attributes
https://github.com/feenkcom/gt4gemstone/commit/3cb9e2 by Andrei ChiÈ
Pass on the logic for writting line endings
https://github.com/feenkcom/gt4gemstone/commit/2b8d33 by Andrei ChiÈ
Use a block for computing session properties
https://github.com/feenkcom/gt4gemstone/commit/02c6ff by Andrei ChiÈ
Add SystemRepository GemStone stub
https://github.com/feenkcom/gt4gemstone/commit/649d06 by Andrei ChiÈ
Pass on the API of GtGemStoneTranscript
https://github.com/feenkcom/gt4gemstone/commit/78261d by Andrei ChiÈ
Pass on the GemStone transcript
https://github.com/feenkcom/gt4gemstone/commit/2fefb5 by Andrei ChiÈ
Load GToolkit-GemStone-Transcript using Rowan
https://github.com/feenkcom/gt4gemstone/commit/ddcd5d by Andrei ChiÈ
Add GToolkit-GemStone-Transcript
https://github.com/feenkcom/gt4gemstone/commit/95a82f by Andrei ChiÈ
Add a merker indicating that the GemStone session was started from GT.
https://github.com/feenkcom/gt4gemstone/commit/b7ad93 by Andrei ChiÈ
Add PrintStream as a GemStone stub
https://github.com/feenkcom/gt4llm/commit/961fd3 by Veit Heller
Move OpenAIMessage to OpenAI package
https://github.com/feenkcom/gt4llm/commit/708be5 by Don Roberts
Merge 5459185bab14dc5030bd02b2f99cf77ba5ab7fe2
https://github.com/feenkcom/gt4llm/commit/9e6bbb by Don Roberts
Rename BrTriangle to BrInlineExpanderElement (and associated examples)
https://github.com/feenkcom/gt4llm/commit/545918 by Veit Heller
Work on Lepiter booklet, rewriting for new tutors
https://github.com/feenkcom/gt4llm/commit/36abc0 by Veit Heller
Move tutor from LLM-Core to LLM
https://github.com/feenkcom/gt4llm/commit/4804cb by Veit Heller
Remove Aleph package
https://github.com/feenkcom/gt4llm/commit/436632 by Veit Heller
Add cleanup methods for OpenAI API
https://github.com/feenkcom/gt4llm/commit/e3b3a1 by Veit Heller
Fix reification for new tutors
https://github.com/feenkcom/gt4llm/commit/9d43f4 by Veit Heller
Add adding and removing formats and actions from list views
https://github.com/feenkcom/gt4llm/commit/f99b08 by Veit Heller
Better serializer structure
https://github.com/feenkcom/gt4llm/commit/1fee5e by Veit Heller
Add serialization and deserialization of wardley maps
https://github.com/feenkcom/gt4llm/commit/220c92 by Veit Heller
Add serialization of objects to new providers
https://github.com/feenkcom/gt4llm/commit/751dca by Veit Heller
Add actions to wardley map
https://github.com/feenkcom/gtoolkit/commit/f7ef8d by Andrei ChiÈ
Add a page for returning a method starting from the selector in GemStone
https://github.com/feenkcom/gtoolkit/commit/c6374d by Andrei ChiÈ
Add a page for the gemstone transcript
https://github.com/feenkcom/gtoolkit/commit/49481d by Andrei ChiÈ
Remove links to missing methods
https://github.com/feenkcom/gtoolkit/commit/61413d by Oscar Nierstrasz
Revising the snippet tutorial text feenkcom/gtoolkit#4294
https://github.com/feenkcom/gtoolkit/commit/c75b6a by Alistair Grant
gt4gemstone documentation
https://github.com/feenkcom/gtoolkit/commit/58e462 by Oscar Nierstrasz
Added UML daigram to snippet tutorial
https://github.com/feenkcom/gtoolkit/commit/7d5473 by Oscar Nierstrasz
Added a draft page How to implement a new snippet class feenkcom/gtoolkit#4294