Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

In P11 dev branch contains broken tests

Open Ducasse opened this issue 3 years ago • 4 comments

I do not know why but in P11 loading the latest dev branch produces broken tests Capture 2022-10-25 at 15 08 57

Ducasse avatar Oct 25 '22 13:10 Ducasse

initialTextAttributesForPixelHeight: aNumber
	"Render undefined same way as defined"
	"Perhaps this is not the right spot to hook into stuff, but it seems to work"
	| dict |
	dict := super initialTextAttributesForPixelHeight: aNumber.
	dict at: #undefinedIdentifier put: (dict at: #instVar).
	dict at: #undefinedKeyword put: (dict at: #keyword).


	dict at: #undefinedBinary put: (dict at: #binary).
	dict at: #undefinedUnary put: (dict at: #unary).
	^ dict

dict at: #undefinedKeyword put: (dict at: #keyword). #keyword is not known.

Ducasse avatar Oct 25 '22 13:10 Ducasse

I have an idea, will look at it soon

kasperosterbye avatar Oct 25 '22 13:10 kasperosterbye

May be ,y repo was not up to date. Retrying now.

Ducasse avatar Oct 25 '22 13:10 Ducasse

No even after pulling all the latest changes.

Ducasse avatar Oct 25 '22 13:10 Ducasse