From: Jean Privat Date: Tue, 22 Sep 2015 19:41:23 +0000 (-0400) Subject: Merge: nitc: fix some broken case in equal_test X-Git-Tag: v0.7.8~13 X-Git-Url: http://nitlanguage.org?hp=2b444105cf52cecc254ce225dd85b07f5d8a650f Merge: nitc: fix some broken case in equal_test The code that handle the various cases of comparison when one of the two types is primitive was broken in the specific sub-case of comparison between something tagged and something boxed. The fact that this code date back from before tagging explain that, but the fact that the bug was discovered only now is more mysterious. Reported-by: Lucas Bajolet Pull-Request: #1729 Reviewed-by: Lucas Bajolet ---