Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Go 1.13 and Go 1.14 both #964

Open
wants to merge 50 commits into
base: go1.13
from
Open

Commits on Jan 26, 2020

  1. update circle.yml go1.13.6

    visualfc committed Jan 26, 2020

Commits on Jan 29, 2020

  1. compiler/natives/src/syscall/js: update js panic error for Go 1.13 AP…

    …I changes
    visualfc committed Jan 29, 2020

Commits on Jan 31, 2020

  1. add github.com/visualfc/fastmod for build project use go.mod dep

    visualfc committed Jan 31, 2020

Commits on Feb 1, 2020

  1. add go.mod

    visualfc committed Feb 1, 2020

Commits on Feb 9, 2020

  1. update fs_vfsdata.go

    visualfc committed Feb 9, 2020
  2. fix circle.yml CI failing

    visualfc committed Feb 9, 2020
  3. update circle.yml go1.12.9

    visualfc committed Feb 9, 2020
  4. version_check: support Go 1.12 1.13 both

    visualfc committed Feb 9, 2020
  5. fix pkg.Goroot not load mod

    visualfc committed Feb 9, 2020
  6. update circle.yml go1.13.6

    visualfc committed Feb 9, 2020

Commits on Feb 10, 2020

  1. update .std_test_pkg_exclusions

    visualfc committed Feb 10, 2020
  2. tests/sysclljs: add new go113_js_test for Go 1.13 syscall/js

    visualfc committed Feb 10, 2020
  3. tests/sysclljs: add new go114_js_test for Go 1.14 syscall/js

    visualfc committed Feb 10, 2020

Commits on Feb 14, 2020

  1. x

    visualfc committed Feb 14, 2020
  2. x

    visualfc committed Feb 14, 2020
  3. tests: update knownFails for Go 1.13

    visualfc committed Feb 14, 2020
  4. tests: update knownFails:22326 for Go 1.13

    visualfc committed Feb 14, 2020
  5. tests: fix gopherjsvendored_test check GO111MODULE=off

    visualfc committed Feb 14, 2020

Commits on Feb 15, 2020

  1. compiler/natives/src/internal/reflectlite: simplify code with compile…

    …r/expression
    visualfc committed Feb 15, 2020

Commits on Apr 8, 2020

  1. build: fix mod check skip goroot, rename buildImportPathWithSrcData t…

    …o buildImportPathWithParent
    visualfc committed Apr 8, 2020

Commits on Apr 11, 2020

  1. update fastmod version, fix mod root pkg lookup

    visualfc committed Apr 11, 2020
  2. fix gopherjs serve command mod lookup

    visualfc committed Apr 11, 2020

Commits on Apr 15, 2020

  1. build: update fastmod check

    visualfc committed Apr 15, 2020
  2. build: simplify mod check and clear code

    visualfc committed Apr 15, 2020
  3. build: fast mod lookup skip std

    visualfc committed Apr 15, 2020
  4. change force rebuilding flags to -a

    visualfc committed Apr 15, 2020

Commits on Apr 17, 2020

Commits on Apr 18, 2020

  1. gopherjs serve args support custom path (absolute path or relative pa…

    …th starts with . or ..)
    visualfc committed Apr 18, 2020
  2. compiler/natives/src/vendor/golang.org/x/sys/cpu: add pkg for go 1.13…

    … build
    visualfc committed Apr 18, 2020

Commits on May 2, 2020

  1. compiler: fix variadic args nil check when zero length

    visualfc committed May 2, 2020

Commits on May 7, 2020

  1. update fastmod dep: fix replace start with ../ prefix

    visualfc committed May 7, 2020

Commits on May 16, 2020

  1. update goversion deps

    visualfc committed May 16, 2020

Commits on May 28, 2020

  1. update fastmod dep: fix gomod replace set abs path

    visualfc committed May 28, 2020

Commits on Jun 3, 2020

  1. compiler/natives/src/reflect: add reflect.StructOf implement

    visualfc committed Jun 3, 2020

Commits on Jun 4, 2020

  1. test: update fixedbugs

    visualfc committed Jun 4, 2020
You can’t perform that action at this time.