Marcus Denker

Results 295 comments of Marcus Denker

No, the same tests fail on Pharo12, too. There are now three PRs for this fix, maybe we should close all but Pharo13 and backport when we now that it...

The random tests are not related,added an issue: https://github.com/pharo-project/pharo/issues/16763 But there are tests failing like TraitFileOutTest and more

I think the Code just can not yet handle class instance variables (aka class side slots). It uses RBRenameInstanceVariableRefactoring, but the condisoon checking there uses the *name* of the class:...

Build fails: ``` MetacelloNotification: Fetched -> BeautifulComments-tonel.1 --- github://pillar-markup/BeautifulComments:v1.0.0/src --- github://pillar-markup/BeautifulComments:v1.0.0/src MetacelloNotification: Project: NewToolsDocumentBrowser baseline MetacelloNotification: ...RETRY->BaselineOfMicrodown MetacelloNotification: ...RETRY->BaselineOfMicrodown FileDoesNotExistException: '/tmp/github--pillarmarkupMicrodownintegration219820944924360708700770148181567648417.zip' File>>openForWrite: File>>openForRead File>>readStream FileHandle>>binaryReadStream FileSystem>>binaryReadStreamOn: FileReference>>binaryReadStream ZipArchive>>readFrom: ``` This...

I think the FileOut files out categories wrongly: If you look at your fileout, the preamble has the protocol wrongly as "Protocol (*TimTools) - 1 selector(s)" ``` !StRewriterDemoRules class methodsFor:...

One place where this might happen is ChangeRecord>>#fileOutOn:

My main motivation was to avoid having to put () everywhere. I will check the suggestions. We need to do a pass anyway, as we have to add some way...

These are all just for windows: ``` self isWindows ifTrue: [ { (#'OS Details' -> #reportWin32OSDetails:). (#'VM Configuration' -> #reportWin32VMConfig:). (#'Hardware Details' -> #reportWin32HardwareDetails:). (#'GFX Hardware Details' -> #reportWin32GFXDetails:). }...