A couple questions about MacVim development:

The current release (snapshot 165) of MacVim targets macOS 10.9+. Does that 
mean that new code can use any Cocoa API from macOS 10.9 or before? For 
example, NSStackView was introduced in macOS 10.9. MacVim doesn't currently 
make use of this API, but if a potential contributor wanted to work on a 
feature, could they use it?

It also appears that MacVim does manual memory management. ARC was 
introduced well before macOS 10.9. Could new code use ARC if it is in its 
own file and compiled with the fobj-arc flag? Is there a reason not to 
migrate MacVim to ARC?

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_mac/37b2f7a4-322c-42e9-9157-e2c68222d061n%40googlegroups.com.

Reply via email to