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

feat: cloudv2 #301

Merged
merged 9 commits into from
Aug 1, 2024
Merged

feat: cloudv2 #301

merged 9 commits into from
Aug 1, 2024

Conversation

Chriscbr
Copy link
Contributor

@Chriscbr Chriscbr commented Jul 30, 2024

Begin the process of migrating built-in cloud resource implementations from TypeScript to Wing. Only sim and tf-aws targets are in scope at the moment.

  • Counter
  • ... the rest

I put this into a new winglib just to avoid the initial issue of stuffing the source code into the bundled winglang package and wiring the compiler to auto-include those source files -- but eventually the code will probably go there.

The implementation of Counter is almost working, but I believe there's a lifting issue causing the tests to fail on AWS (winglang/wing#6960) - I need to look into this.

cloudv2/test/counter/dec.test.w Show resolved Hide resolved
cloudv2/counter.w Outdated Show resolved Hide resolved
cloudv2/counter.w Outdated Show resolved Hide resolved
@Chriscbr Chriscbr marked this pull request as ready for review August 1, 2024 00:35
Copy link

mergify bot commented Aug 1, 2024

Thank you for contributing! Your pull request contains mergify configuration changes and needs manual merge from a maintainer (be sure to allow changes to be pushed to your fork).

@Chriscbr Chriscbr merged commit d04351d into main Aug 1, 2024
5 checks passed
@Chriscbr Chriscbr deleted the cloudv2 branch August 1, 2024 00:44
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.

2 participants