Marlin
Marlin
Also, if I use `basic_new_heap` instead of `basic_new_stack`, there is no error.
Thanks @certik . I have added the static assert and it compiles successfully and the behaviors remain the same. I think I am also using the same compiler for the...
Removing the declaration will lead to: ``` cpptest.cpp: In function ‘int main()’: cpptest.cpp:23:11: error: elements of array ‘basic_struct var [1]’ have incomplete type 23 | basic var; | ^~~ cpptest.cpp:23:11:...
It seems that the error occurs when freeing the vecbasic. Note if I switch the order of freeing the basic and vecbasic like the following, there is no error. ```...
@certik Do you think this is due to the conflict of destructor of `SymEngine::RCP` and `basic_free_stack` due to https://github.com/symengine/symengine/blob/master/symengine/cwrapper.h#L86 when compiled in C++?
> If I see correctly, their build is failing in the development version :/ (Not a good sign!) What I can tell is that the core C++ library and its...
> @Marlin-Na , I was asking if we continue our development in sympy(due to stability reasons) and at some later point decide to move to symengine, how much efforts would...
@shreyasbapat The plot you want : ) 
One other error which is related to `agc context deploy` (after creating and using a custom cromwell ECR mirror): ``` Partition "aws" is not valid for resource "arn:aws:ecr:cn-northwest-1::repository/aws/cromwell-mirror". (Service: AmazonIdentityManagement;...
Thanks for your response. I understand it is not supported yet, but want to report the errors anyway to see if that can help you (in future) when you plan...