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

v0.2.0 release #149

Closed
adsharma opened this issue Apr 30, 2021 · 5 comments
Closed

v0.2.0 release #149

adsharma opened this issue Apr 30, 2021 · 5 comments

Comments

@adsharma
Copy link
Collaborator

Most other languages are passing tests now:

SKIPPED [1] tests/test_cli.py:64: infer_ops.kt doesnt compile
SKIPPED [1] tests/test_cli.py:64: infer_ops.nim doesnt compile
SKIPPED [1] tests/test_cli.py:64: expected/str_enum.cpp not found
SKIPPED [1] tests/test_cli.py:64: expected/str_enum.go not found
============ 189 passed, 4 skipped, 5 warnings in 388.63s (0:06:28) ============

79% code coverage

C++/go need string enum support (type inference is done)
Kotlin/Nim needs some type casts (copy-pasta from rust should fix).

@adsharma
Copy link
Collaborator Author

adsharma commented May 3, 2021

@jayvdb first test run with no skips and no failures since you set up CI

https://github.com/adsharma/py2many/pull/156/checks?check_run_id=2494093580

================= 193 passed, 5 warnings in 309.69s (0:05:09) ==================

@jayvdb
Copy link
Member

jayvdb commented May 3, 2021

Well, that is easy to fix - I have lots of test cases that were not passing for various languages.

And incorporate grumpy test suite #116 ;-)

@adsharma
Copy link
Collaborator Author

I'm thinking of tagging the tree with 0.2 and uploading a new version to pypi

@jayvdb
Copy link
Member

jayvdb commented May 12, 2021

Up to you whether you want to merge #214 into v0.2.0 . It fixed the code to work with g++, which seems worth including.

I'd appreciate it if you could also pull in john-michaelburke@8b7574a before cutting the release. Then my internal project using py2many can use the released version.

@adsharma
Copy link
Collaborator Author

@jayvdb jayvdb mentioned this issue Jul 7, 2021
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

No branches or pull requests

2 participants