Skip to content

runtime/cgo: add support for any type #76340

@alexandre-daubois

Description

@alexandre-daubois

Proposal Details

When using any as param or return type of an exported function, we currently have the error unrecognized Go type any. any is an alias of interface{} which is already supported. It would be nice to be able to use any in exported functions, it's actually already "supported" internally anyway.

This would avoid such change: php/frankenphp#1976

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolProposalIssues describing a requested change to a Go tool or command-line program.compiler/runtimeIssues related to the Go compiler and/or runtime.help wanted

    Type

    No type

    Projects

    Status

    In Progress

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions