Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Apr 10, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Apr 10, 2022
nevkontakte and others added 29 commits February 24, 2024 23:41
 - typeswitch5.go now uses fmt.Println() and passes.
 - Most generics-related tests added in 1.19 also pass now.
Previously it was masked by missing generics support, but now it
revealed another latent bug:
#1271.
I tried to fixup original comments to keep the history tidier, but that
generated far too many merge conflicts than it's worth. Let it be my
lesson for why pull requests shall be of a modest size.
An alternate approach to generics support
[go1.20] Starting 1.20 updates
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
- [Commits](indutny/node-ip@v1.1.5...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
This will be useful for testing cross-package generic instance
discovery.
 - Add PackageInstanceSets type to organize instances by package the
   instantiated object belongs to.
 - Update Collector and related code to work with PackageInstanceSets.

Changes necessary to use this on the compiler side are not implemented
yet, so we still can't _compile_ the code with generic instances across
packages.
…yscall/ip-1.1.9

Bump ip from 1.1.5 to 1.1.9 in /node-syscall
chore: remove repetitive words
Refactor srctesting to support parsing and checking multiple packages.
Support collecting instances across packages in typeparams.Collector.
[go1.20] Context import update for 1.20
This commit adds support for GOPHERJS_EXPERIMENT environment variable
that can be used to enable experimental functionality in the compiler.

Experiment flags can be easily added or removed by updating fields of
the internal/experiments.Flags struct. For now, only boolean flags are
supported, but it should be easy enough to extend if needed.

Users need to have GOPHERJS_EXPERIMENT=generics set in their environment
to enable support. Adding the flag will allow us to merge generics
support into the main branch before it's fully production-ready without
creating unnecessary confusion for the users.
[go1.20] Added temporary generics override for sync.Map
Guard generics support behind an experiment flag.
[go1.20] Added temporary generics override for time formatting
[go1.20] Update runtime_beforeExit to have exit code parameter.
[go1.20] Updated the linkname to handle new directives
grantnelson-wf and others added 30 commits August 15, 2025 15:25
[generics][go1.19] Enable generics and remove overrides for generics
[go1.20] go1.20 branch update to master
Update to align with policies
Fixing a problem with reserved words being used in labels
Update caching to use serialization of sources
Include original function names into GopherJS source maps.
Adding JS writer to source map filter
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.8.3.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.8.1...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…om/sirupsen/logrus-1.8.3

Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3
Request to merge Go1.20 into master
Updated the list of reserved keywords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants