On 31/03/2019 23:31, Jerry James wrote:
On Fri, Mar 29, 2019 at 7:29 AM David Matthews <David.Matthews at prolingua.co.uk> wrote:
Thanks for that. I'll bear it in mind. I've actually managed to fix the problem with 5.8 on big-endian machines and it now builds and runs the test suite correctly on the big-endian Mips.
Jerry: Can you test again with the S390x and confirm if it works now? This is in master. I'll add the fixes to fixes-5.8 if it works.
It doesn't crash anymore, but "polyimport polytemp.txt -I . < ./exportPoly.sml" exits with exit code 1 without printing any error messages. I have tried the various --debug options without seeing anything alarming. Is there some way of figuring out the reason for the exit code?
That's odd because that was the problem I had on the Mips BEFORE I fixed the bug. This is the commit: https://github.com/polyml/polyml/commit/195a36f7a587df9b391755668867d31af911... Before I investigate further can you check that you have actually tested it with that commit applied?
Regards, David