Hi, I've switched over to using Pair in one of my modules. Problem is, it's not available in 0.3 (at least not in 0.3.7). Questions:
1) is getting Pair into 0.3 something that Compat.jl should handle, or should it be a request to get it backported to the main 0.3 build? 2) what's the best way to determine the version number that introduced Pair in 0.4? (I've tried git bisect but couldn't get a definitive answer.) This would be the approach I'd take immediately: to have the old type available if the version of Julia running didn't support Pair. 3) Am I missing another obvious alternative? Thanks.
