Christoph Thiede
Christoph Thiede
Right now, [Metacello has broken again](http://forum.world.st/Metacello-broken-again-tp5121133p5122740.html) which makes it impossible to install Squot into a fresh image even if you can [use a SAR file](https://github.com/Metacello/metacello/issues/524) to install Metacello. Thus I...
_Originally raised in https://github.com/hpi-swa/Squot/issues/341:_ > If I evaluate `self createVersion` manually in `[] in [] in SquotInteractiveSave>>applyToWorkingCopy`, I get an error from tonel: `MessageNotUnderstood: UndefinedObject>>addAll:` from `[] in TonelWriterForFileSystem(TonelWriter)>>writePackage:`, `currentPackageProperties`...
Steps to reproduce: - Install lastest Squot from dev branch (latest-release branch works as well) - Clone [Sandblocks](https://github.com/tom95/sandblocks) - Set tracked packages, set project format to tonel - Check out...
Working with a student's SWA image and was trying to update Squot (`develop` branch). Unfortunately, [this preamble](https://sourcegraph.com/github.com/hpi-swa/Squot@b17b078232440031dcb093d6f15e2690eb1e0d7a/-/blob/src/FileSystem-Git.package/monticello.meta/preamble.st?L10:14) sends `#isInFilemode` which is nowhere implemented in current Squot. Either the script should...
I have already too many `.git` directories directly in some of my image folders because I somehow assumed that Squot would create a new subdirectory by itself, and I just...
It would be nice if restoring a working copy would also restore the contents of newly added class variables. Right now I am committing a bunch of changes from my...
> I could imagine a "Create baseline" feature in the project menu though. People may expect more of this than just an empty baseline subclass with the correct projectClass method,...
Monticello has this Refresh button:  It would be nice if Squot could have it, too. Did not yet investigate anything how to implement this, just noted here before I...
Referring to: https://docs.travis-ci.com/user/using-workspaces#multiple-workspaces-example:~:text=linux-,workspaces%3A,%20%20%20%20%20%20name%3A%20linux%2Dbinaries,-%2D ```yml # ... workspaces: create: name: linux-binaries - # ... ``` If I'm trying to using this syntax, I get the error: > workspaces.create must be a...
If I open a Python file in a Remote-SSH or in a Remote-WSL window rather than in a normal window under Windows, running the command "Visualize this" just produces an...