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

Drop deprecated definitions #10386

Merged
merged 14 commits into from
Mar 9, 2021
Merged

Conversation

bcardiff
Copy link
Member

I think these are all the deprecated definitions. If some are really recent and we will prefer to keep them during 1.x please comment.

For example I am not dropping the recent alias HTTP::Params mostly because there is no deprecation warning on it. But if others prefer it can be dropped in this PR also.

@HertzDevil
Copy link
Contributor

has_attribute? should be removed by reverting 1340fd9 and 5ebf6f0 since there is some extra code there to deal with a tentative macro deprecation mechanism.

@bcardiff
Copy link
Member Author

@HertzDevil you mean reverting the name_loc forwarding to the macro interpreter, right? I think I prefer to keep those. Granted they are not used, but is a nice addition to improve error reporting in macros on future messages. The rest of those commits was reverted or adapted to annotations.

@bcardiff bcardiff merged commit bd1d44c into crystal-lang:master Mar 9, 2021
@HertzDevil
Copy link
Contributor

Looks like we missed Enumerable#join...?

@straight-shoota
Copy link
Member

Yeah. But that's not a big deal. Can be removed any time.

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

Successfully merging this pull request may close these issues.

3 participants