IBM / sourceorbit

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

Bring `iproj` support into base #60

Closed worksofliam closed 2 months ago

worksofliam commented 6 months ago

Right now, iproj support only exists in the makefile generation to get the list of include paths, but we actually need this in the base for include resolving.

edmundreinhardt commented 6 months ago

I wanted to meet with you on that. I.e have the Code 4 i LSPs respect the includePath. Thanks for being ahead of the curve again.

worksofliam commented 6 months ago

@edmundreinhardt Code for IBM i already supports includePaths in iproj! But, Source Orbit does not.

worksofliam commented 2 months ago

Closing as I didn't provide enough context here.

AIforIBMi commented 2 months ago

The issue is that the RPG (and COBOL etc) LSPs do not respect the includePath specified in the iproj.json @worksofliam