From 9e32e4736dc12479e3855e8d29ba7ecb6ac50ff6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 8 Jul 2017 21:34:52 -0700 Subject: 3963 Narrow the scope of implicit type conversions. Now only numbers can be freely converted to from other scalars (booleans, characters). We want in particular to make this an error: x:character <- new [abc] --- html/032array.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/032array.cc.html') diff --git a/html/032array.cc.html b/html/032array.cc.html index abe96768..a75e343b 100644 --- a/html/032array.cc.html +++ b/html/032array.cc.html @@ -164,7 +164,7 @@ if ('onhashchange' in window) { 99 ] 100 +app: foo: 3 14 15 16 101 -102 :(before "End types_coercible Special-cases") +102 :(before "End types_coercible Special-cases") 103 if (is_mu_array(from) && is_mu_array(to)) 104 return types_strictly_match(array_element(from.type), array_element(to.type)); 105 -- cgit 1.4.1-2-gfad0