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

Do not use #notNil anymore #128

Merged

Conversation

astares
Copy link
Contributor

@astares astares commented Nov 7, 2023

This is a 1:1 backport of the changes from pharo-project/pharo#15253
to the original zinc repository of @svenvc

Additionally the two methods

  • ZnByteArrayEntity>>printContentsOn:
  • ZnStringEntity>>>>printContentsOn:
    had been modified as they were also sending #notNil (but only in Zinc repo which is newer)

This branch is based on latest master of https://github.com/svenvc/zinc/ and has been created with
Pharo 11 and has been created for @svenvc to easily review and reintegrate the changes also into his original repo

@svenvc
Copy link
Owner

svenvc commented Nov 8, 2023

Hmm, the CI failures are relevant: Instance of ZnHeaders did not understand #isNotEmpty

This is pretty crucial and will lead to a cascade of failures.

Also, please make sure that any change also works on Pharo 7+

@astares
Copy link
Contributor Author

astares commented Nov 8, 2023

@svenvc sorry, test pass now

@svenvc svenvc merged commit 37b5ede into svenvc:master Nov 9, 2023
5 checks passed
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.

2 participants