Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

golang/go

gopherbot created a comment on a pull request on golang/go
This PR is being closed because [golang.org/cl/622239](https://go-review.googlesource.com/c/go/+/622239) has been abandoned. Not doing this.

View on GitHub

gopherbot closed a pull request on golang/go
regex: remove use of panic as a control flow mechanism and cleanup
It seems that panic is used as a control flow mechanism and can be replaced with regular errors to make it easier to track the flow. No interface or behavior changes are expected. Remove unused ...
lorypelli created a comment on an issue on golang/go
and that would also be an infinite loop which is not that cool

View on GitHub

lorypelli created a comment on an issue on golang/go
> Duplicate of #55868 that issue was closed and I don't like using `break` keyword

View on GitHub

seankhliao created a comment on an issue on golang/go
Duplicate of #55868

View on GitHub

seankhliao closed an issue on golang/go
proposal: add `do...for` loop
### Go Programming Experience Intermediate ### Other Languages Experience JS, TS, Python, C, Java, Kotlin ### Related Idea - [ ] Has this idea, or one like it, been proposed before? ...
ianlancetaylor created a comment on an issue on golang/go
CC @golang/freebsd

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [proposal: Go 2: Do-While Extension to For-Loops #55868 (closed)](https://github.com/golang/go/issues/55868) <!-- score=0.90364 --> - [proposal: Go 2: fix ...

View on GitHub

lorypelli opened an issue on golang/go
proposal: add `do...for` loop
### Go Programming Experience Intermediate ### Other Languages Experience JS, TS, Python, C, Java, Kotlin ### Related Idea - [ ] Has this idea, or one like it, been proposed before? - [ ] Does...
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [cmd/compile: teach BCE about copy return value #16833](https://github.com/golang/go/issues/16833) <!-- score=0.84888 --> - [cmd/compile: compiler does not...

View on GitHub

FiloSottile opened an issue on golang/go
cmd/compile: bounds check elimination unaware of copy return value
``` go version devel go1.24-140308837f Mon Oct 21 15:30:47 2024 +0200 darwin/arm64 ``` The return value of copy is guaranteed to be `<= len(x)` for x being both the arguments, so the following...
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [cmd/compile: bce: if slice\[n\] is in bounds, then slice\[:n+1\] should have bounds check eliminated #32431 (closed)](https://github.com/golang/go/issues/3...

View on GitHub

FiloSottile opened an issue on golang/go
cmd/compile: missed bounds check elimination when paired slices are resliced
``` go version devel go1.24-140308837f Mon Oct 21 15:30:47 2024 +0200 darwin/arm64 ``` When the lengths of two slices are "paired" (`dst = dst[:len(src)]`), the compiler is smart enough to app...
kgminhtet-dev starred golang/go
yazaldefilimone starred golang/go
mauri870 created a comment on an issue on golang/go
Currently there are many tests that fail with ASAN/MSAN enabled, I looked a bit into this in separate issues. It seems that most of the failures are related to the number of allocations. - https...

View on GitHub

istiak101 created a comment on an issue on golang/go
Bump

View on GitHub

istiak101 created a comment on an issue on golang/go
Bump

View on GitHub

sayem314 starred golang/go
rahulsalgare starred golang/go
arl created a comment on an issue on golang/go
@Arup-Chauhan the problem has already been worked on, the changes should be in next go release and also backported to go.123. In fact, we're on the backporting issue here. See #68587

View on GitHub

seankhliao created a comment on an issue on golang/go
Duplicate of #61898

View on GitHub

seankhliao closed an issue on golang/go
proposal: maps: add functions to filter and transform map values
### Proposal Details I propose to add the following general-purpose functions to the `maps` package: ```go // FilterFunc returns an iterator with filtered key-value pairs. func FilterFunc[M ~...
seankhliao created a comment on an issue on golang/go
This is just `xiter.Filter(f, maps.All(m))` and `xiter.Map(f, maps.All(m))` from #61898 No need for specialized functions

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [proposal: maps: new package to provide generic map functions (discussion)](https://github.com/golang/go/discussions/47330) <!-- score=0.83339 --> - [propo...

View on GitHub

pixel365 opened an issue on golang/go
proposal: maps: add functions to filter and transform map values
### Proposal Details I propose to add the following general-purpose functions to the `maps` package: ```go // FilterFunc returns an iterator with filtered key-value pairs. func FilterFunc[M ~...
appleicat starred golang/go
SimonVonXCVII starred golang/go
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621841 mentions this issue: `gopls/internal: stubcalledfunction: improve logic of selecting insert position`

View on GitHub

seankhliao created a comment on an issue on golang/go
Closing as working as intended.

View on GitHub

Load more