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

remove redundant trait information from export #48

Open
estebanlm opened this issue Sep 12, 2018 · 0 comments
Open

remove redundant trait information from export #48

estebanlm opened this issue Sep 12, 2018 · 0 comments

Comments

@estebanlm
Copy link
Contributor

when exporting a class with traits, I have this output:

Class {
	#name : #BlPoint,
	#superclass : #Object,
	#traits : 'TBlDebug',
	#classTraits : 'TBlDebug classTrait',
	#category : 'Bloc-Basic-Math'
}

The classTraits section is redundant (and is actually not needed to rebuild the class). This section has sense when there are rules that modifies the trait composition, but otherwise is cleaner not including it.

@estebanlm estebanlm added this to the 1.0.10 milestone Sep 12, 2018
@guillep guillep removed this from the 1.0.13 milestone May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants