pulumi/pkg/codegen/python
Zaid Ajaj 515cf6191c
Fixes panic when generating go from pulumi yaml (#10047)
* Fixes #10033 panic when generating go from pulumi yaml

Co-authored-by: Aaron Friel <friel@pulumi.com>
Co-authored-by: Zaid Ajaj <zaid@pulumi.com>

* rewrite rewriteConversions to accumulate diagnostics, improve errors

* rewrite diags

* update java dependency

* chore: fix go.mod/go.sum

* fix: traversal of multi-part template string expressions

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
Co-authored-by: Aaron Friel <friel@pulumi.com>
Co-authored-by: Zaid Ajaj <zaid@pulumi.com>
2022-07-07 13:15:47 -07:00
..
.gitignore Simplify output-funcs codegen test (#8039) 2021-09-23 13:42:20 -04:00
doc.go Support "lifting" single-valued method returns to their return type (#8111) 2021-10-01 11:33:02 -07:00
gen.go Simplify and harden escaping in Python doc strings SDK gen (#10013) 2022-07-07 09:21:30 +02:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Fix the panic on pulumi convert for package without a version (#9976) 2022-06-30 08:19:26 +02:00
gen_program_expressions.go Fixes panic when generating go from pulumi yaml (#10047) 2022-07-07 13:15:47 -07:00
gen_program_lower.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_quotes.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_quotes_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
gen_program_test.go Expose the check function (#9176) 2022-03-16 11:42:30 -07:00
gen_program_utils.go Implemented filebase64sha256 & fileArchive support for codegen (#7997) 2022-01-21 16:03:25 +02:00
gen_resource_mappings.go [schema] Add IsOverlay option to disable codegen for particular types (#8338) 2021-11-11 17:00:03 -07:00
gen_resource_mappings_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
gen_test.go Simplify and harden escaping in Python doc strings SDK gen (#10013) 2022-07-07 09:21:30 +02:00
importer.go Respect schema versions (toggled via flag) (#8881) 2022-02-03 17:07:13 +01:00
python.go Remove deprecated PyNameLegacy (#9870) 2022-06-15 14:45:55 +02:00
python_test.go Remove deprecated PyNameLegacy (#9870) 2022-06-15 14:45:55 +02:00
requirements.txt Simplify output-funcs codegen test (#8039) 2021-09-23 13:42:20 -04:00
test.go Add an EnumType to the PCL model (#9290) 2022-04-18 11:03:42 +02:00
utilities.go Respect schema versions (toggled via flag) (#8881) 2022-02-03 17:07:13 +01:00
utilities_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00