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

Move from manual reference counting to ARC #1182

Open
ychin opened this issue Mar 30, 2021 · 1 comment · May be fixed by #1190
Open

Move from manual reference counting to ARC #1182

ychin opened this issue Mar 30, 2021 · 1 comment · May be fixed by #1190

Comments

@ychin
Copy link
Member

ychin commented Mar 30, 2021

Apple has introduced ARC (Automatic Reference Counting) a long time ago. However, MacVim still mostly uses manual reference counting, which actually introduces bugs like #1164. ARC will not solve everything but should help reduce this class of bugs, and even the lowest required macOS (10.9 at the moment) has long supported it.

@s4y
Copy link
Contributor

s4y commented Mar 30, 2021

I have started working on this.

@s4y s4y linked a pull request Apr 18, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants