Avatar
omochimetaru 4/11/2020 5:05 PM
前フォーラムで、細かいところを文書化して固定しちゃうと、改善もしにくくなっちゃう、ってコアチームの誰かが書いてたと思う
5:05 PM
なんか、コントリビューションを盛り上げるためにももっと内部の説明があったほうがよいのでは、みたいな意見に対して。
5:06 PM
comparing solutions 1 and 0 Comparing declarations func f(_ bb: Int) { } and func f(_ aa: Int, _ bb: Int = 0) { } (isDynamicOverloadComparison: 0) (found solution 0 0 0 0 0 0 0 0 0 0 0 0 0) comparison result: better Comparing declarations func f(_ aa: Int, _ bb: Int = 0) { } and func f(_ bb: Int) { } (isDynamicOverloadComparison: 0) comparison result: not better comparing solutions 1 and 0
5:06 PM
↑さっきのやつ。スコアは同じで comparing declarationが出てくる。
5:09 PM
「意図的」ってのは良い概念ですね、そう言えばいいのか。