runtimeverification / k

K Framework Tools 7.0
BSD 3-Clause "New" or "Revised" License
444 stars 147 forks source link

Pyk: Parse `ignore_warnings` atoms separately #4479

Open JuanCoRo opened 3 months ago

JuanCoRo commented 3 months ago

PR #4471 adds the ingore_warnings option to Kompile class in pyk to expose the -Wno flag from kompile.

As of now, if we pass -Wno A, -Wno B,C it'll result in ignore_warnings=["A", "B,C"], but ignore_warnings=["A", "B", "C"] is preferable.

JuanCoRo commented 3 months ago

cc @tothtamas28