Ron Evans

Results 985 comments of Ron Evans
trafficstars

Closing since it appears to have been addressed previously.

We're going to need this in the next few weeks when Go 1.23 is released.

@aykevl please note merge conflict needing to be resolved. Also, I think `1.23` release is about to happen.

Go 1.23 has just been released: https://go.dev/dl/#go1.23.0

@aykevl please see https://github.com/tinygo-org/tinygo/pull/4405 specifically the last commit and the resulting CI build failures.

There are several failures in the CI that need to be addressed: https://github.com/tinygo-org/tinygo/actions/runs/10408226717/job/28825204718?pr=4305 https://github.com/tinygo-org/tinygo/actions/runs/10408226707/job/28825216474?pr=4305 https://github.com/tinygo-org/tinygo/actions/runs/10408226707/job/28825437963?pr=4305 @dgryski @dkegel-fastly @ydnar can you please help @aykevl take a look?

Great work on this @aykevl @dgryski @ydnar thank you very much! Now merging.

> `tinygo flash -target=esp32c3 .` You need to specify an actual board, you cannot just name the processor. For example: ```shell tinygo flash -target xiao-esp32c3 . ```

Seems like this is perhaps not working correctly on the HiFive1b? I tried several times, and also ran some other test code successfully.

@aykevl or anyone else have opinion on this PR?