Avatar
omochimetaru 6/12/2018 4:56 AM
Issue If we pass a raw SIL file as input to sil-opt, we get duplicated import declarations like below. Here is commands to reproduce sil-opt $sil-opt input.sil > output.sil input.sil sil_stage ...
4:56 AM
@kitasuke このパッチって、sil-optの制御で固定で出しちゃう処理と、SILPrinterが出しちゃう処理の2つあるうちの
4:56 AM
後者を潰したんだと理解しているけど
4:57 AM
その他に ・前者を潰す ・前者の処理で後者で出力しているかどうかを判定した上で重複するなら潰す というアプローチがありえると思っていて
4:57 AM
どういう判断で ・後者を潰す にしたのか知りたい