Skip to content
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

Fix capitalization for generated fs.readdirSync #11478

Merged
merged 1 commit into from Nov 29, 2022

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Nov 28, 2022

This lets us reenable the "aws-s3-folder" programgen test for nodejs.

@iwahbe iwahbe self-assigned this Nov 28, 2022
@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2022-11-28)

Bug Fixes

  • [programgen/nodejs] Fix capitalization when generating fs.readdirSync.
    #11478

@iwahbe
Copy link
Member Author

iwahbe commented Nov 28, 2022

bors r+

@@ -66,13 +66,12 @@ var PulumiPulumiProgramTests = []ProgramTest{
{
Directory: "aws-s3-folder",
Description: "AWS S3 Folder",
ExpectNYIDiags: allProgLanguages.Except("go"),
SkipCompile: allProgLanguages.Except("dotnet"),
ExpectNYIDiags: codegen.NewStringSet("dotnet", "python"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ExpectNYI was only for go but now also for dotnetand python? The equivalent in dotnet is a simple function Directory.EnumerateFiles from the System.IO namespace

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nevermind, I read that incorrectly 😓 my bad

bors bot added a commit that referenced this pull request Nov 28, 2022
11478: Fix capitalization for generated `fs.readdirSync` r=iwahbe a=iwahbe

This lets us reenable the `"aws-s3-folder"` programgen test for nodejs.

Co-authored-by: Ian Wahbe <ian@wahbe.com>
@bors
Copy link
Contributor

bors bot commented Nov 28, 2022

Build failed:

@iwahbe
Copy link
Member Author

iwahbe commented Nov 28, 2022

bors retry

bors bot added a commit that referenced this pull request Nov 28, 2022
11478: Fix capitalization for generated `fs.readdirSync` r=iwahbe a=iwahbe

This lets us reenable the `"aws-s3-folder"` programgen test for nodejs.

Co-authored-by: Ian Wahbe <ian@wahbe.com>
@bors
Copy link
Contributor

bors bot commented Nov 28, 2022

Build failed:

@iwahbe
Copy link
Member Author

iwahbe commented Nov 29, 2022

bors retry

@bors
Copy link
Contributor

bors bot commented Nov 29, 2022

Build succeeded:

@bors bors bot merged commit c0b521d into master Nov 29, 2022
@bors bors bot deleted the iwahbe/nodejs/aws-s3-folder-programgen branch November 29, 2022 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants