Skip to content

Conversation

@MrArnoldPalmer
Copy link
Contributor

@MrArnoldPalmer MrArnoldPalmer commented Aug 17, 2020

Defines go runtime library package and begins layout of process management and request/response flow. Begins test suite that initializes client and verifies expected response from node runtime. Adds build scripts for embedding js runtime lib and generating jsii-calc go modules for testing.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mergify
Copy link
Contributor

mergify bot commented Aug 17, 2020

The title of this Pull Request does not conform with [Conventional Commits] guidelines. It will need to be adjusted before the PR can be merged.
[Conventional Commits]: https://www.conventionalcommits.org

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 17, 2020
"description": "",
"main": "index.js",
"scripts": {
"fmt": "go fmt ./jsii",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could/should this be lint?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fmt actually rewrites files, I'll create a separate lint task for fmt "check"

@MrArnoldPalmer MrArnoldPalmer force-pushed the feature/golang-runtime branch from 97ff125 to 9c6e72a Compare August 21, 2020 17:54
@SoManyHs SoManyHs mentioned this pull request Aug 25, 2020
4 tasks
@MrArnoldPalmer MrArnoldPalmer force-pushed the feature/golang-runtime branch 3 times, most recently from 9f07ab4 to bf51fd5 Compare August 26, 2020 23:18
Scaffolding for go runtime library implementation. Defines steps for
building, unit testing, and integration testing with generated jsii-calc
modules.
@MrArnoldPalmer MrArnoldPalmer changed the title feature: golang runtime library definition feat: golang runtime library definition Sep 9, 2020
@MrArnoldPalmer MrArnoldPalmer marked this pull request as ready for review September 9, 2020 23:22
): void {
const result = spawnSync(command, args, {
...opts,
shell: process.platform === 'win32',
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: might be worth constantizing this?

@MrArnoldPalmer
Copy link
Contributor Author

Closing in favor of #1996, branch on origin instead of form allows for easier collaboration pre-merge.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-Blkkw9bQFn8A
  • Commit ID: 3839b50
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants