new features:
- gop fmt -t: test if Go+ files are formatted or not (#1476)
- gop/ast: walk add Go+ expr and stmt (#1480)
- gop/ast: add FuncDecl.Shadow (#1490)
- gop/parser: parseGlobalStmts set main.FuncType.Pos (#1485)
- gop/parser: ParseExprFrom/ParseExpr (#1486)
- gop/x/typesutil.Checker (#1472 #1473 #1475 #1477 #1478 #1481 #1482 #1483 #1484 #1486 #1488 #1494 #1496 #1497 #1498 #1499 #1500 #1501 #1503)
- gop/env.Installed (#1471)
changes:
- gop/ast.File.Pos() fix (#1471)
- gop/parser: parsePrimaryExpr fix LiteralValue check (#1493)
- gox: newScope support start..end (#1491 goplus/gox#294)
- gop: fix restore mod (#1502)
- update
gop_autogen.go
import style (#1489 goplus/gox#293) - TestSpxPkgOverload (#1468, goplus/gox#303)
- TestGenericTypeCompositeLit (#1495)
- mod: github.com/fsnotify/fsnotify v1.7.0
- mod: github.com/goplus/mod v0.11.8
- mod: github.com/goplus/gox v1.12.8