SciSharp / CodeMinion

A code generator framework capable of auto-generating the APIs of several SciSharp libraries.
Apache License 2.0
35 stars 13 forks source link

ISSUE-7 - Static modules do not generate static classes #8

Closed epignatelli closed 5 years ago

epignatelli commented 5 years ago

Solves #7

As discussed in #7, the classes in the following files are now static:

Notes: I cannot build Numpy.Bare :

Severity    Code    Description Project File    Line    Suppression State
Error   CS1503  Argument 1: cannot convert from '(Numpy.NDarray<int>, Numpy.NDarray)' to 'NDarray[]'    Numpy.Bare.UnitTest codeminion\test\Numpy.UnitTest\NumPy_array_manipulation.tests.cs    980 Active

I think it has to do with this manual addition of concatenate in https://github.com/SciSharp/Numpy.NET/commit/766dd522a25af8761179a09beb83a62a296f7389