Christoph Thiede

Results 216 issues of Christoph Thiede

As opposed to other testing frameworks such as Python's unittest (with the command line flag `-v`), smalltalkCI only prints all test results to stdout after the last test has ended....

## Problem statement Given a typical test failure like this: ![image](https://user-images.githubusercontent.com/38782922/95511719-225bb500-09b8-11eb-9de9-c1735fbff538.png) I have to run the complete smalltalkCI build locally if I cannot reproduce the error in my personal image....

enhancement

Has this ever been discussed in the past? For builds based on a Squeak-Trunk image, every single CI build takes nearly 60 seconds just for "preparing [the image] for CI"...

Squeak

Regarding the well-known bot message we all love: ![image](https://user-images.githubusercontent.com/38782922/131231844-0cfafe77-173e-40ad-b5a4-55b445bc84b6.png) I think it would be even nicer if PR creators only needed to give a :+1: reaction to the bot instead...

Relates #524. /cc @tom95 Next steps: - [x] Update SAR file on - [x] Update `Installer class >> #ensureRecentMetacello` as described in https://github.com/Metacello/metacello/issues/524#issue-672970494 - [x] Discuss whether `Metacello-Help` should be...

For instance, I'm trying to specify a package that is only loaded in Squeak versions older than Squeak 6.0Alpha. However, this spec baseline [always loads](https://github.com/LinqLover/SimulationStudio/runs/4068567525?check_suite_focus=true#step:4:167) the package: ```smalltalk spec for:...

https://github.com/Metacello/metacello/blob/master/docs/GettingStartedWithGitHub.md#:~:text=For%20more%20information%20about%20creating%20Metacello%20configurations%2C%20see%20the%20Metacello%20chapter%20of%20Pharo%20by%20Example. I could not find a version of PbE online that contains the Metacello chapter. Can you give me a hint?

question

> `'master'` is still hard-coded somewhere in the system currently the default branch name will still be replaced by `master`. _Originally posted by @LinqLover in https://github.com/Metacello/metacello/issues/537#issuecomment-857800893_

I have a repository with a branch of the form `feat/foo` and was trying to reference it from another baseline using the common syntax: ```smalltalk spec repository: 'github://LinqLover/my-repo:feat/foo/packages'. ``` But...

bug

Steps to reproduce: 1. ```smalltalk repo := MCRepositoryGroup default repositories detect: [:x | x isKindOf: MCGitHubRepository]. repo versionNamed: 'foo'. ``` **Expected output:** `nil`, as the method comment in `MCRepository >>...

bug