Skip to content

Releases: goplus/gogen

Release v1.7.14

15 Nov 16:02
Compare
Choose a tag to compare

new features:

  • Func.SetComments

changes:

  • codecov v2

Release v1.7.13

11 Nov 06:42
161292e
Compare
Choose a tag to compare

changes:

  • fix goplus/gop#855: binary op Gop_EQ and Gop_NE not mapped in generated code

Release v1.7.12

10 Nov 18:08
Compare
Choose a tag to compare

changes:

  • bugfix: TestForRangeUDT3_NoAssign

Release v1.7.11

07 Nov 16:05
550726d
Compare
Choose a tag to compare

changes:

  • tutorial/01-Basic
  • README: Quick start

Release v1.7.10

08 Oct 08:58
Compare
Choose a tag to compare

changes:

  • important: CommentedStmt => CommentedNodes, to make our AST is understandable

Release v1.7.9

06 Oct 15:26
Compare
Choose a tag to compare

changes:

  • matchFuncType error test

Release v1.7.8

01 Oct 18:03
Compare
Choose a tag to compare

new features:

  • NewLabel, LookupLabel

changes:

  • Label, Goto, Break, Continue: use (label *Label) as parameter instead of (name string)
  • golang.org/x/tools 0.1.7

Release v1.7.7

28 Sep 01:36
Compare
Choose a tag to compare

new features:

  • pkgRef.TryRef
  • pkgRef.Ref(name) will panic if name not exists
  • support methods of builtin types:
    • 1.string, 3.14.string
    • "Hi".len, "100".int, "3.14".float, "gop run foo.gop".fields, "1,2,4".split(",")
    • [1, 2, 3].len, ["Hello", "Go+"].join(" ")
    • {"Hi": 1, "Go+": 2}.len

Release v1.7.5

24 Sep 06:34
Compare
Choose a tag to compare

new features:

  • unsafe.Offsetof as constant
  • cb.SetBodyHandler

changes:

  • TestErrBinaryOp

Release v1.7.3

20 Sep 06:43
75ebee8
Compare
Choose a tag to compare

new features:

  • Func.Ancestor
  • CheckSignature

changes:

  • TestErrTemplateRecvMethod
  • TestErrWriteFile