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

2466-Remove-unused-variables #2468

Merged

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Feb 8, 2019

Remove unused instance variables.

Fixes #2466

For now it does not fix everything but it's a first step

Fixes pharo-project#2466

For now it does not fix everything but it's a first step
@cdlm cdlm added the review label Feb 8, 2019
@jecisc
Copy link
Member Author

jecisc commented Feb 8, 2019

I cannot commit class instance var removal because of pharo-vcs/iceberg#1168 :(

@jecisc
Copy link
Member Author

jecisc commented Feb 8, 2019

I think I did not removed variables used for tests but I am not 100% sure. I'll wait the checks to verify.

@jecisc jecisc changed the title 2466-Remove-unused-variables [IGNORE]2466-Remove-unused-variables Feb 8, 2019
@jecisc
Copy link
Member Author

jecisc commented Feb 8, 2019

Some broken tests are related. I'll fix them next week.

@MarcusDenker
Copy link
Member

failing tests now seem to be the ones that fail always (not related to the change)

Copy link
Member

@MarcusDenker MarcusDenker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@MarcusDenker MarcusDenker merged commit 09cffbf into pharo-project:Pharo8.0 Feb 12, 2019
@cdlm cdlm removed the review label Feb 12, 2019
@estebanlm
Copy link
Member

this was not in "ignore" status? :P

@jecisc
Copy link
Member Author

jecisc commented Feb 12, 2019

I corrected the tests failures so it was integrable. I just forgot to remove the ignore.

@jecisc jecisc changed the title [IGNORE]2466-Remove-unused-variables 2466-Remove-unused-variables Feb 15, 2019
@jecisc jecisc deleted the 2466-Remove-unused-variables branch June 27, 2019 19:06
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

Successfully merging this pull request may close these issues.

Remove unused variables
4 participants