Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnObsoleteBrStencilBuilder superclass #32

Open
Nyan11 opened this issue Apr 20, 2023 · 2 comments
Open

AnObsoleteBrStencilBuilder superclass #32

Nyan11 opened this issue Apr 20, 2023 · 2 comments

Comments

@Nyan11
Copy link

Nyan11 commented Apr 20, 2023

Hello,

Description

I was trying to load the project using:

[	Metacello new
        baseline: 'Toplo';
        repository: 'github://plantec/Toplo/src';
        onConflictUseIncoming;
        ignoreImage;
        load.
    ]	on: MCMergeOrLoadWarning
      do: [ :warning | warning load ]

and an error occured:

errorKeyNotFound: for AnObsoleteBrStencilBuilder

After looking the commit 6583316

I saw that the class: AlbTextAdornmentStencilBuilder as a problem.

Class {
	#name : #AlbTextAdornmentStencilBuilder,
	"#superclass : #BrStencilBuilder," "<- old version"
	#superclass : #AnObsoleteBrStencilBuilder,
	#instVars : [
		'editorElement',
		'segmentPiece'

severity: high

Other

pharo image : Pharo-12.0.0+build.204.sha.99c16dca53c1b77a4a5d7dad7c56c2d092a785c1 (64 Bit)
album version : [6583316] - 2023-04-20

@tinchodias
Copy link
Collaborator

Hi, sorry for the delay. Is this issue still valid, or fixed?

@plantec
Copy link
Collaborator

plantec commented May 5, 2023

The NU package should not be loaded by default. (NU is for Not Used )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants