pydantic-pycharm-plugin icon indicating copy to clipboard operation
pydantic-pycharm-plugin copied to clipboard

Make it available for PY-223-*

Open chbndrhnns opened this issue 3 years ago • 1 comments

I'd like to use the plugin in the 223* builds.

chbndrhnns avatar Sep 24 '22 08:09 chbndrhnns

A couple of tests are currently failing after these changes:

  • Bump javaVersion to 17
  • Bump org.jetbrains.intellij version to 1.9.0
  • Change platformVersion to 223.4884-EAP-CANDIDATE-SNAPSHOT
  • Change pluginUntilBuild to 223.*
com.koxudaxi.pydantic.PydanticCompletionTest > testClassFields FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

com.koxudaxi.pydantic.PydanticCompletionTest > testParameterAnnotationType FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

com.koxudaxi.pydantic.PydanticCompletionTest > testClass FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

com.koxudaxi.pydantic.PydanticCompletionTest > testClassValidatorCls FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

com.koxudaxi.pydantic.PydanticCompletionTest > testKeywordArgumentDotName FAILED
    java.lang.NullPointerException at PydanticCompletionTest.kt:36

com.koxudaxi.pydantic.PydanticCompletionTest > testKeywordArgumentDot FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

com.koxudaxi.pydantic.PydanticCompletionTest > testClassMethodCls FAILED
    junit.framework.AssertionFailedError at PydanticCompletionTest.kt:43

chbndrhnns avatar Sep 24 '22 16:09 chbndrhnns

@chbndrhnns Thank you for your comment. I released the new version as 0.3.14

koxudaxi avatar Oct 25 '22 14:10 koxudaxi