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

Automatic Reference Counting #236

Open
jmcintyre opened this issue Mar 15, 2020 · 3 comments
Open

Automatic Reference Counting #236

jmcintyre opened this issue Mar 15, 2020 · 3 comments

Comments

@jmcintyre
Copy link
Collaborator

I've implemented ARC in the past for metal but never checked it in. I plan to work on this again to simplify the codebase.

@jmcintyre
Copy link
Collaborator Author

@griff, I was thinking this would make sense to check into the main repo as a feature branch to make it easier for folks to pull it and test instead of developing it in my own fork. What do you think?

@griff
Copy link
Owner

griff commented Mar 16, 2020

You are free to make any feature branch you want and do pretty much whatever you want in that feature branch. More or less.

I gave you commit rights and that trust also applies to you being free to make feature branches.

@jmcintyre
Copy link
Collaborator Author

I have a current attempt here:

https://github.com/jmcintyre/metaz/tree/feature/arc

I seem to have an issue with plugin eventing. Both search plugins and the writing part of the atomic parsley plugin are crashing after they have completed their tasks. I'm having a hard time tracking through the eventing model to find where the callbacks are crashing. You might find it faster if you have some time to look at it. Just try searching (or do a write)

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

No branches or pull requests

2 participants