All,
We just had our
September meeting.
John Ganci, Larry Simmons, and Abe Kornelis were present.
We discussed the zCobol
progress.
Abe is working on importing the NIST test suite.
The work is stalled because he has created a nested class
and feels unsure how to get the details right.
Anthony is not present,
so he cannot inform us about
progress on the port of the MVS Cobol compiler.
We then discussed the
optable support for z17.
The initial definition of the instructions is complete.
Abe has added a bash script to supplement the
existing bat and groovy scripts for testing opcode tables.
But he fails to get the bash script to work properly.
John offers to have a look into it.
Bob has been working on
a floating point issue.
Since he's not present there is no update on progress.
John brought up the
issue of non-default file extensions.
Whereas differences in casing make no difference on
a Windows system, they do make a difference on
Linux and macOS systems. This makes test cases
behave differently, depending on the host OS.
Abe has made changes to
the build procedure
to adjust the option string being passed to the java compiler
to the java version being used. This was needed
because the current standard option string uses
keywords that Java V8 did not yet support.
John suggests we may
want to drop Java V8 support.
It is really old. We've tried to migrate to a newer
version of Java a couple of years back, but we ran
into some issues. From memory, we think it had to do
with security. Since we don't really understand why
those calls to the security package were coded,
we decided to ask Don if he still has some memory of that.
And agreed to address the issue again next month.
Kind regards to you all
& Happy Programming!
Abe
===