Description
I updated STIG to align with what we agreed on at the last ESUG (not quite everything yet, but getting there). I'm trying to sync up with what Jan did for ST/X. I see a major issue though in terms of how we name the package and class directories. For Xtreams I'm generating following directory structure (sample):
Xtreams-Core.package/
Object.extension/
Incomplete.class/
...
Xtreams-Core-Tests.package/
...
In ST/X a similarly packaged structure is coming out as
stx_goodies_xtreams_core.package/
Object.extension/
Xtreams__Incomplete.class/
...
stx_goodies_xtreams_core_tests.package/
...
Both are obviously valid choices, but the ultimate result is that there's no way we can usefully manage these two structures as parallel branches in git. So I'm wondering if we should agree on some additional guidelines for cross-dialect compatibility? Thoughts?
Activity