Page MenuHomeFreeBSD

devel/superhtml: Update to 0.7.0
Needs ReviewPublic

Authored by dave_freedave.net on Wed, Jun 10, 3:44 PM.

Details

Reviewers
adamw
Group Reviewers
Contributor Reviewers (ports)
Summary

Unfortunately this wasn't just a simple update. Two of the dependencies required a development version of zig not available in ports (scripty and lsp-kit).

This probably only worked because lsp-kit still has a 0.16 branch and scripty has just one additional change to move it to 0.17-dev.

Test Plan

output from make test:

Build Summary: 11/11 steps succeeded; 66/66 tests passed
test success
├─ check success
│  └─ compile exe superhtml ReleaseSmall native-native success 2s MaxRSS:245M
│     ├─ options cached
│     ├─ run exe language-tag-parser (registry.zon) cached
│     │  └─ compile exe language-tag-parser Debug native cached 35ms MaxRSS:104M
│     ├─ run exe lsp-codegen (lsp_types.zig) cached
│     │  └─ compile exe lsp-codegen Debug native cached 35ms MaxRSS:104M
│     └─ options cached
└─ run test 66 pass (66 total) 4ms
   └─ compile test ReleaseSmall native-native success 8s MaxRSS:312M
      ├─ run exe language-tag-parser (registry.zon) (+1 more reused dependencies)
      └─ options (reused)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dave_freedave.net created this revision.

output of poudriere testport -j FreeBSD16 -p local devel/superhtml