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

Python Support #319

Merged
merged 130 commits into from
Mar 12, 2019
Merged

Python Support #319

merged 130 commits into from
Mar 12, 2019

Conversation

dstufft
Copy link
Contributor

@dstufft dstufft commented Nov 21, 2018

Compliance

  • primitiveTypes
  • dates
  • collectionTypes
  • dynamicTypes
  • unionTypes
  • createObjectAndCtorOverloads
  • getSetPrimitiveProperties
  • callMethods
  • unmarshallIntoAbstractType
  • getAndSetNonPrimitiveProperties
  • getAndSetEnumValues
  • useEnumFromScopedModule
  • undefinedAndNull
  • arrays
  • maps
  • dataTypes
  • unionPropertiesWithBuilder (skip)
  • exceptions
  • unionProperties (xfailing)
  • subclassing
  • testJSObjectLiteralToNative
  • testFluentApiWithDerivedClasses
  • creationOfNativeObjectsFromJavaScriptObjects
  • asyncOverrides_callAsyncMethod (xfailing)
  • asyncOverrides_overrideAsyncMethod (xfailing)
  • asyncOverrides_overrideAsyncMethodByParentClass (xfailing)
  • asyncOverrides_overrideCallsSuper (xfailing)
  • asyncOverrides_twoOverrides (xfailing)
  • asyncOverrides_overrideThrows (xfailing)
  • syncOverrides (xfailing)
  • propertyOverrides_get_set (xfailing)
  • propertyOverrides_get_calls_super (xfailing)
  • propertyOverrides_set_calls_super (xfailing)
  • propertyOverrides_get_throws (xfailing)
  • propertyOverrides_set_throws (xfailing)
  • propertyOverrides_interfaces (skip?)
  • interfaceBuilder
  • syncOverrides_callsSuper (xfailing)
  • fail_syncOverrides_callsDoubleAsync_method (xfailing)
  • fail_syncOverrides_callsDoubleAsync_propertyGetter (xfailing)
  • fail_syncOverrides_callsDoubleAsync_propertySetter (xfailing)
  • testInterfaces (xfailing)
  • testNativeObjectsWithInterfaces (xfailing)
  • testLiteralInterface (xfailing)
  • testInterfaceParameter (xfailing)
  • structs_stepBuilders
  • structs_buildersContainNullChecks
  • structs_serializeToJsii
  • statics
  • consts
  • reservedKeywordsAreSlugifiedInMethodNames
  • nodeStandardLibrary (xfailing)
  • returnAbstract (xfailing)
  • doNotOverridePrivates_method_public
  • doNotOverridePrivates_method_private
  • doNotOverridePrivates_property_by_name_private
  • doNotOverridePrivates_property_by_name_public
  • doNotOverridePrivates_property_getter_public
  • doNotOverridePrivates_property_getter_private
  • classWithPrivateConstructorAndAutomaticProperties
  • nullShouldBeTreatedAsUndefined
  • testJsiiAgent
  • receiveInstanceOfPrivateClass (xfailing)

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

@dstufft dstufft requested a review from costleya as a code owner February 27, 2019 20:58
Copy link
Contributor

@garnaat garnaat left a comment

Choose a reason for hiding this comment

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

The code looks good. Ship it.

Just need to get the wheel dependency baked into the build image for the tests to pass.

@eladb
Copy link
Contributor

eladb commented Mar 11, 2019

Milestone!

@dstufft dstufft closed this Mar 11, 2019
@dstufft dstufft reopened this Mar 11, 2019
@dstufft dstufft force-pushed the dstufft/python-support branch from 5c59915 to afa8ced Compare March 11, 2019 14:03
@dstufft dstufft closed this Mar 12, 2019
@dstufft dstufft reopened this Mar 12, 2019
@dstufft dstufft force-pushed the dstufft/python-support branch 4 times, most recently from 480ceec to 1ea8652 Compare March 12, 2019 17:33
@dstufft dstufft force-pushed the dstufft/python-support branch from 1ea8652 to cce6d4b Compare March 12, 2019 19:11
@dstufft dstufft changed the title [WIP] Python Support Python Support Mar 12, 2019
@dstufft dstufft merged commit cc3ec87 into master Mar 12, 2019
@dstufft dstufft deleted the dstufft/python-support branch March 12, 2019 19:29
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.

4 participants