You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while update wasm-tools to 1.227.1 version from 1.220.0 , wash build failed
traffic-collector (main*) » wash build ~/projects/traffic-collector 130 ↵
# github.com/Patrick0308/traffic-collector
main.go:136:11: query.Query(`INSERT INTO tenant_traffic_usage (tenant_id, timestamp, data_in, data_out, qps, api_qps, version)
VALUES (?, ?, ?, ?, ?, ?, ?)`, paramList) (no value) used as value
main.go:286:30: runtime.Get("tenant-mapping") (no value) used as value or type
main.go:296:22: runtime.Get("step") (no value) used as value or type
main.go:304:30: runtime.Get("data-in-metric") (no value) used as value or type
main.go:307:31: runtime.Get("data-out-metric") (no value) used as value or type
main.go:310:30: runtime.Get("api-qps-metric") (no value) used as value or type
main.go:313:27: runtime.Get("qps-metric") (no value) used as value or type
main.go:316:32: runtime.Get("metrics-address") (no value) used as value or type
Compiling component failed: exit status: 1
traffic-collector (main*) » wasm-tools --version ~/projects/traffic-collector 1 ↵
wasm-tools 1.227.1
Steps to reproduce
update wasm-tools to 1.227.1
Expected behavior
build successful
Environment
OS: MacOS
Shell: zsh
wasmcloud Version: v1.6.1
Screenshots / Logs / Additional context
No response
The text was updated successfully, but these errors were encountered:
Thanks for filing this @Patrick0308! So this is actually a known issue (see here). You need to use <=1.225 for now. But what it made me realize is that we should probably add this warning in the main Go docs as well and not just in the examples.
@vados-cosmonic before I go add something to the docs, is this just temporary (as in, should be fixed in the next few weeks) or is it going to be a bit and we should add the warnings to the docs?
Affected project(s)
Describe the bug
while update wasm-tools to 1.227.1 version from 1.220.0 , wash build failed
Steps to reproduce
update wasm-tools to 1.227.1
Expected behavior
build successful
Environment
Screenshots / Logs / Additional context
No response
The text was updated successfully, but these errors were encountered: