code_generator icon indicating copy to clipboard operation
code_generator copied to clipboard

Add using type declaration

Open rafaelrojasmiliani opened this issue 2 years ago • 3 comments

Add feature to write using keyword to define types as

using FooType = double;

rafaelrojasmiliani avatar Feb 23 '23 07:02 rafaelrojasmiliani

Thank you for your contribution! Did you check unit tests passed? because, if you change the test logic, usually you should change test assets as well

yuchdev avatar Feb 23 '23 08:02 yuchdev

Good question. I will check it soon.

rafaelrojasmiliani avatar Feb 23 '23 08:02 rafaelrojasmiliani

I fixed the file create_assets.py. All the tests passed. I hope this is ok for your project. Thanks!

rafaelrojasmiliani avatar Feb 25 '23 14:02 rafaelrojasmiliani