IBM / sourceorbit

Dependency Management for IBM i projects
https://ibm.github.io/sourceorbit/
Apache License 2.0
19 stars 10 forks source link

Option to not use `.pgm` notation #61

Closed worksofliam closed 1 month ago

worksofliam commented 6 months ago

Right now, we are forcing projects to use the SO extension naming convention and make use of .pgm.

I'd like an option to ignore it, so users do not have to add .pgm all over the place. This means we will instead detect the object type based on the source code (NOMAIN in RPG, main in C, PGM in CL, etc)

edmundreinhardt commented 6 months ago

I am wondering if that is sufficient. It is possible to be a module without using NOMAIN isn't it?

edmundreinhardt commented 4 months ago

I am warming up to this idea