Skip to content

fix(build): Resolve path after .aws-sam is created#1110

Merged
sriram-mv merged 2 commits intoaws:dotnet_build_supportfrom
jfuss:fix-windows-abs-path
Apr 10, 2019
Merged

fix(build): Resolve path after .aws-sam is created#1110
sriram-mv merged 2 commits intoaws:dotnet_build_supportfrom
jfuss:fix-windows-abs-path

Conversation

@jfuss
Copy link
Contributor

@jfuss jfuss commented Apr 9, 2019

Issue #, if available:
#1101

Description of changes:
See #1101 (comment) for more details.

Checklist:

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


os_patch.listdir.assert_called_once()
path_mock.exists.assert_called_once()
path_mock.mkdir.assert_called_once_with(mode=0o755, parents=True, exist_ok=True)
Copy link
Contributor

@sriram-mv sriram-mv Apr 9, 2019

Choose a reason for hiding this comment

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

nit: can we use BuildContext._BUILD_DIR_PERMISSIONS here instead of 755 explicitly.

edit: thought about it, it would be like accessing protected member, so never mind.

@sriram-mv sriram-mv changed the base branch from develop to dotnet_build_support April 10, 2019 16:39
@sriram-mv sriram-mv merged commit 6b6a3ba into aws:dotnet_build_support Apr 10, 2019
sriram-mv pushed a commit that referenced this pull request Apr 16, 2019
* chore(version): set 0.14.3.dev1 version (#1112) (#1113)

* Depend on development version of lambda-builders for dev builds (#1111)

* Depend on development version of lambda-builders for dev builds

* Adding prod.txt to manifest

* Splitting dev and tool dependencies

* fix(build): Resolve path after .aws-sam is created (#1110)

* fix(build): Resolve path after .aws-sam is created

* fix: build (make pr)

* Design and implementation for producing debug build artifacts (#1095)

* design: Initial Design for producing debug artifacts

* initial implementation

* Adding unit tests

* Integration test with debug build mode

* Adjust Design doc and add keyword arg to a call

* fix(dotnet): init template fixes (#1117)

* chore(version): set 0.15.0 (#1125)

* Revert "Depend on development version of lambda-builders for dev builds (#1111)" (#1128)

This reverts commit 7e9de79.

* Bumping to Lambda Builders 0.3.0 (#1129)

Bumping to Lambda Builders 0.3.0

* fix(func-tests): add dependency manager param (#1130)
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.

3 participants