Closed bbpaulvanharen closed 4 years ago
This is already fixed in version 4.0.2.
I just upgraded to version 4.0.3 and the problem still persists. Noteworthy details:
4.0.3 is freshly released. Release notes will be updated asap.
The default sgen for the python generator should not contain a hyphen anymore. But hyphens are still not allowed, as they are not allowed for package names.
Thx
The default .sgen file for c code generation uses a line
const FOLDER : string = "src-gen"
The same line in the .sgen file for a python project reports an invalid name for the folder. Hence, the project won't compile