xushiwei
|
9a634b22a7
|
Merge pull request #991 from cpunion/update-doc
doc: update install instructions
|
2025-02-15 12:02:45 +08:00 |
|
xushiwei
|
54f5f38637
|
Merge pull request #946 from cpunion/testing
llgo test
|
2025-02-15 12:01:49 +08:00 |
|
Li Jie
|
21a5180b2f
|
cl: regenerate test snapshots
|
2025-02-15 11:18:03 +08:00 |
|
Li Jie
|
8116d34a60
|
runtime: runtime.Callers, runtime.CallersFrames
|
2025-02-15 11:18:03 +08:00 |
|
Li Jie
|
c6462cbcc7
|
ssa: fix type assertion of same type
|
2025-02-15 11:18:03 +08:00 |
|
Li Jie
|
4e34ce7470
|
runtime: fix incorrect function signature
|
2025-02-15 11:18:03 +08:00 |
|
Li Jie
|
c2299818cd
|
compiler: fix llgo build test
|
2025-02-14 19:02:35 +08:00 |
|
Li Jie
|
2d06dc5cfe
|
demo: call println, c.Printf, fmt.Println
|
2025-02-14 19:02:35 +08:00 |
|
Li Jie
|
5329f28580
|
runtime: testing runtime
|
2025-02-14 19:02:32 +08:00 |
|
Li Jie
|
66909b3000
|
ci: continue on error
|
2025-02-14 15:56:19 +08:00 |
|
Li Jie
|
ae92904e7d
|
ssa: show type assertion failed details
|
2025-02-14 15:56:19 +08:00 |
|
Li Jie
|
70fb5ec7e1
|
ci: replace setup-go with custom action to avoid cache error and test pre-release go
|
2025-02-14 15:56:19 +08:00 |
|
Li Jie
|
058f74c12c
|
deps: add libuv into system deps
|
2025-02-14 15:56:18 +08:00 |
|
Li Jie
|
3a2d24d7cc
|
doc: update doc test for installation instructions
|
2025-02-13 16:16:25 +08:00 |
|
Li Jie
|
49f2f0dbfd
|
doc: update install instructions
|
2025-02-13 15:52:11 +08:00 |
|
Li Jie
|
5b216153e9
|
cl: LLGO_TRACE
|
2025-02-13 15:47:53 +08:00 |
|
Li Jie
|
43175bb642
|
build: supports LLGoFiles in patches
|
2025-02-13 15:47:53 +08:00 |
|
Li Jie
|
c1da220a99
|
ssa: toType(ssa.TypeParam)
|
2025-02-13 15:47:53 +08:00 |
|
Li Jie
|
164c3e0e7b
|
cl: fix null pointer in processing debug location
|
2025-02-13 15:47:52 +08:00 |
|
Li Jie
|
491a23b21e
|
cl: don't ignore standard libraries
|
2025-02-13 15:47:52 +08:00 |
|
Li Jie
|
727ec8a5cf
|
build: weak syscall.init for syscall imported but not compiled
|
2025-02-13 15:47:52 +08:00 |
|
Li Jie
|
28b3ec322c
|
build: show cgo compile errors
|
2025-02-13 15:47:52 +08:00 |
|
Li Jie
|
38cb89a946
|
build: show full link errors
|
2025-02-13 15:47:52 +08:00 |
|
Li Jie
|
b07116f302
|
build: patch packages supports cgo
|
2025-02-13 15:47:15 +08:00 |
|
Li Jie
|
623b5a511a
|
cl: process llgo:skip on const, type declaration, deprecate llgo:skip on import
|
2025-02-13 15:47:15 +08:00 |
|
Li Jie
|
d5d2d6826f
|
build: patch package with ID
|
2025-02-13 15:47:14 +08:00 |
|
Li Jie
|
227f6a4ed7
|
build: update go/parser/resolve.go (compatible go 1.23)
|
2025-02-13 15:47:14 +08:00 |
|
Li Jie
|
e23d7082fe
|
build: overlay testing/testing.go for defer in loop
|
2025-02-13 15:47:14 +08:00 |
|
Li Jie
|
569a29454e
|
build: run llgo test
|
2025-02-13 15:47:14 +08:00 |
|
Li Jie
|
a07f711e22
|
build: only limit run command to single package
|
2025-02-13 15:47:13 +08:00 |
|
Li Jie
|
946f304bb2
|
compiler: add go test command
|
2025-02-13 15:47:13 +08:00 |
|
Li Jie
|
6b11c100ba
|
cl: process all go directives
|
2025-02-13 15:47:13 +08:00 |
|
Li Jie
|
6048693423
|
ssa: remove unused funcs
|
2025-02-13 15:47:13 +08:00 |
|
Li Jie
|
a7287754be
|
compiler: remove unused func llgoRuntimeImported
|
2025-02-13 15:47:13 +08:00 |
|
Li Jie
|
d9037a7fce
|
build: remove generated code after link
|
2025-02-13 15:47:12 +08:00 |
|
Li Jie
|
f06d292382
|
test: regenerate test files with gentests
|
2025-02-13 15:47:12 +08:00 |
|
Li Jie
|
85d01d6f28
|
compiler: make main function normally to compatible multiple main functions in testing mode
|
2025-02-13 15:47:12 +08:00 |
|
xushiwei
|
5cfeddef73
|
Merge pull request #988 from visualfc/reflect_typeof
runtime/internal/lib/reflect: fix TypeOf check nil
|
2025-02-13 15:20:24 +08:00 |
|
xushiwei
|
b975e77a63
|
Merge pull request #990 from cpunion/install-and-devel
Install and devel scripts
|
2025-02-13 15:19:52 +08:00 |
|
Li Jie
|
ba46181365
|
add llgo.sh for ease development
|
2025-02-13 13:46:44 +08:00 |
|
Li Jie
|
370604f8eb
|
add install.sh for local and remote installation
|
2025-02-13 13:34:45 +08:00 |
|
visualfc
|
368c7d6cda
|
runtime/internal/lib/reflect: fix TypeOf check closure
|
2025-02-13 10:28:36 +08:00 |
|
xushiwei
|
0a9dfdc5c0
|
Merge pull request #986 from goplus/dependabot/go_modules/compiler/github.com/goplus/mod-0.13.17
build(deps): bump github.com/goplus/mod from 0.13.16 to 0.13.17 in /compiler
|
2025-02-12 17:28:06 +08:00 |
|
dependabot[bot]
|
72d0d4e274
|
build(deps): bump github.com/goplus/mod in /compiler
Bumps [github.com/goplus/mod](https://github.com/goplus/mod) from 0.13.16 to 0.13.17.
- [Release notes](https://github.com/goplus/mod/releases)
- [Commits](https://github.com/goplus/mod/compare/v0.13.16...v0.13.17)
---
updated-dependencies:
- dependency-name: github.com/goplus/mod
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-11 00:29:06 +00:00 |
|
xushiwei
|
d0067ccf68
|
Merge pull request #981 from visualfc/reflectlite
runtime/internal/lib/reflectlite: implement func
|
2025-02-10 13:55:16 +08:00 |
|
xushiwei
|
409793cb21
|
Merge pull request #980 from cpunion/fix-env-injection
build: fix goreleaser env injection
|
2025-02-10 13:52:16 +08:00 |
|
xushiwei
|
a9eb65926f
|
Merge pull request #984 from goplus/dependabot/go_modules/compiler/github.com/qiniu/x-1.13.12
build(deps): bump github.com/qiniu/x from 1.13.11 to 1.13.12 in /compiler
|
2025-02-10 13:51:08 +08:00 |
|
dependabot[bot]
|
18d8677fe6
|
build(deps): bump github.com/qiniu/x in /compiler
Bumps [github.com/qiniu/x](https://github.com/qiniu/x) from 1.13.11 to 1.13.12.
- [Release notes](https://github.com/qiniu/x/releases)
- [Commits](https://github.com/qiniu/x/compare/v1.13.11...v1.13.12)
---
updated-dependencies:
- dependency-name: github.com/qiniu/x
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-10 00:46:38 +00:00 |
|
visualfc
|
09c8567e39
|
runtime/internal/lib/reflectlite: implement func
|
2025-02-07 12:04:54 +08:00 |
|
Li Jie
|
6bbd4b214a
|
build: fix goreleaser env injection
|
2025-02-07 09:58:23 +08:00 |
|