kkebo / zyphy

Zyphy is (or will be) a fast web browser engine written in Swift.
MIT License
4 stars 2 forks source link

build: enable Package CMO #80

Closed kkebo closed 4 weeks ago

kkebo commented 4 months ago

I don't know which is better, the existing CMO and the package CMO.

github-actions[bot] commented 4 months ago

Code Metrics Report

main (fa8d66f) #80 (dbd995b) +/-
Coverage 89.2% 89.2% 0.0%
Details ``` diff | | main (fa8d66f) | #80 (dbd995b) | +/- | |-----------|----------------|---------------|------| | Coverage | 89.2% | 89.2% | 0.0% | | Files | 9 | 9 | 0 | | Lines | 1615 | 1615 | 0 | | Covered | 1441 | 1441 | 0 | ```

Reported by octocov

github-actions[bot] commented 4 months ago

Code Metrics Report

main (cd73634) #80 (8ce0eb0) +/-
Coverage 89.1% 89.1% 0.0%
Details ``` diff | | main (cd73634) | #80 (8ce0eb0) | +/- | |-----------|----------------|---------------|------| | Coverage | 89.1% | 89.1% | 0.0% | | Files | 9 | 9 | 0 | | Lines | 1608 | 1608 | 0 | | Covered | 1434 | 1434 | 0 | ```

Reported by octocov

github-actions[bot] commented 3 months ago

Code Metrics Report

main (dd58711) #80 (a92a569) +/-
Coverage 85.1% 85.1% 0.0%
Details ``` diff | | main (dd58711) | #80 (a92a569) | +/- | |-----------|----------------|---------------|------| | Coverage | 85.1% | 85.1% | 0.0% | | Files | 9 | 9 | 0 | | Lines | 1608 | 1608 | 0 | | Covered | 1369 | 1369 | 0 | ```

Reported by octocov

kkebo commented 4 weeks ago

Package CMO requires library evolution, but the module 'DequeModule' can't be compiled with library evolution support.