Christoph Thiede

Results 128 comments of Christoph Thiede

Could this be related to #11601? Short summary is in https://github.com/LinqLover/downstream-repository-mining/issues/65#issuecomment-866255883 or here: > In the last weeks, I have noticed a number of failing builds in my repository which...

In some cases, I also see some of my tests timing out. This is a problem of myself, of course, but could jest maybe fail to show up a proper...

This is weird: ``` thrown: "Exceeded timeout of 5000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." ``` In the very...

This is the most obvious output I have gotten so far: ``` yarn run v1.22.10 $ cross-env NODE_OPTIONS=--experimental-vm-modules jest (node:1806) ExperimentalWarning: VM Modules is an experimental feature. This feature could...

Further investigation has revealed that the issue only appears when running tests from all test files together but not when I only run a single test file. I added some...

## Reproduction ```bash $ git clone https://github.com/LinqLover/downstream-repository-mining.git $ cd downstream-repository-mining $ git checkout 0316d80141db5681eb53e59b306a0b13e851f7f8 $ yarn install $ yarn test test/references.test.ts # optionally run with option -i yarn run v1.22.10...

Thanks for the reply! My concrete issue is not related to setting method to nil but to setting sender to an Integer. Kernel-eem.1489 looks logical, but I can still do...

This one is not yet ready. :-) It depends on SUnit coverage for traits.2.cs for Traits which is not yet merged but I still need to apply some feedback and...

# Performance report Comparing the build times from the self-tests before/after this patch: ``` $ paste

Hmm, from my naive perspective of a CI user running a build on smalltalkCI for Squeak x.y should *always* have the same effect as downloading the latest image for Squeak...