sitemule / ILEastic

Embedded application server for ILE on IBM i
Apache License 2.0
58 stars 29 forks source link

added more examples #30

Closed m1h43l closed 5 years ago

m1h43l commented 5 years ago

I renamed some of the examples and added some more. The makefile now works with the PASE provided make distribution. The user needs to add the ILEastic library prior to executing the make command.

I also added a new unit test which shows the error in issue #29 .

I refactored the RPG copy book so that there is no problem in using it in a SQLRPGLE program. Too long lines may result in an error because the copybook gets copied to a temp member which may have a too short record length. So I have shortened some lines.

worksofliam commented 5 years ago

@m1h43l

Any chance you can fix the conflict? @NielsLiisberg made a commit last night and therefore your PR should be updated to fix it.

Liam Barry

m1h43l commented 5 years ago

Seems I need to make a new pull request. This one still says there is a conflict.