Skip to content

common_templates.node_library() is not deterministic #1103

@SurferJeffAtGoogle

Description

@SurferJeffAtGoogle

As demonstrated by this pull request:

googleapis/nodejs-web-security-scanner#48

The first time common_templates.node_library() ran, it generated the following code:

export {v1, v1alpha, v1beta, WebSecurityScannerClient};

And the second time, it generated:

export {v1alpha, v1, v1beta, WebSecurityScannerClient};

Metadata

Metadata

Labels

priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions