Goop 1.1.1
Goop 1.1.1
Tests and examples overhaul: prune stale demos, strengthen e2e coverage, fix select channel lowering.
Highlights
- Examples: Removed overlapping demos (
chan_async,channel_race,linear,match_patterns,simple_hl_bot,trading_position); fixedconcurrency.goop(go + send + recv); addedmodules.goopandexceptions.goop - Tests: Dropped non-CI Binance demo and duplicate refinement test; renamed misleading
async/guards/newtypetest files; real asserts for FCM, synthetic TA, list/array helpers - Coverage:
select_test,chan_close_test,effect_multi_test,exception_payload_test; Go unit tests forperform-in-goand LINEAR008 race fixtures - Compiler:
selectlowers throughC0Chan.chwith element type assertions;checkPerformInGowalksParenExpr
Verification
go test ./...(fromsrc/)goop test tests/— 68 passedgoop checkon alldocs/examples/*.goop