Bloc icon indicating copy to clipboard operation
Bloc copied to clipboard

BaselineOfBlocAnimation is not necessary

Open Ducasse opened this issue 5 years ago • 2 comments

baseline: spec
	<baseline>
	spec for: #'common' do: [
		spec 
			baseline: 'BlocCore' with: [
				spec repository: 'github://pharo-graphics/Bloc/src' ].
		spec 
			package: #'Bloc-Animation' with: [
				spec requires: #(#BlocCore ). ] ].

Ducasse avatar Feb 14 '21 14:02 Ducasse

There is a "Bloc-Animation-Tests" package that is ignored by this baseline. And it is also ignored by BaselineOfBloc, which is a flattened version of several baselines in this repository.

@Ducasse what do you propose, to remove this baseline?

BaselineOfNewBloc uses BlocLayout, which uses BaselineOfBlocAnimation.

tinchodias avatar Mar 12 '21 20:03 tinchodias

I do not know :) I would remove it to reduce the cognitive load.

Ducasse avatar Mar 13 '21 20:03 Ducasse

This baseline was removed time ago

tinchodias avatar Apr 12 '23 00:04 tinchodias