forked from gopherjs/gopherjs
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from gopherjs:master #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
547
commits into
rizalgowandy:master
Choose a base branch
from
gopherjs:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
Signed-off-by: avoidalone <[email protected]>
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
[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
Worked on gopherjs serve
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
Go1.20 update to master
Touchup of go1.20
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )