Hi Gil, That did not work as I expected it to. The upload of readme.pdf failed. I rebuilt twice but the problem was exactly the same. These 3 files were uploaded: ooRexx-5.2.0beta-pdf.zip ooRexx-5.2.0beta-all.zip readme-html.zip But for readme.pdf I have this error message (I masked the IP) Files read from disk: 16 Archive size: 36050768 bytes (35 MiB) Everything is Ok Received disconnect from x.x.x.x port xx❌ Too many authentication failures Disconnected from x.x.x.x port x /usr/bin/scp: Connection...
Hi Gil, I have copied the pdf.xsl from bldoc_orx to the documentation build machine and mades some changes to readme.pdf to provoke a new build of the documentation. I did some rudimentaty editing (removing references to support for Windows Vista etc) but It would be great if someone with more knowledge of what is actually NEW could work through readme.pdf. Before the new release. I noticed that you did not upgrade pdf.xsl in bldoc_win, is this intentional? I copied it to oorexxdocs_macOS, I have...
Replacing pdf.xsl; revising readme.pdf book
Dear Gil, Before you commit the change would you be so kind and build everything once locally? I am not at home so I cannot make a local build myself. Are there any changes needed on the documentation build machine (my Mac)? Hälsningar/Regards/Grüsse, P.O. Jonsson oorexx@jonases.se Am 11.04.2026 um 21:19 schrieb Josep Maria Blasco jmblasc2@users.sourceforge.net: No reason at all, Gil. Go ahead. And thank you! [documentation:#360] Widows and orphans in ooRexx books Status: open Group: 5.2.0 Created:...
+1 Von meinem iPhone gesendet P.O. Jonsson Am 31.03.2026 um 15:03 schrieb Gil Barmwater orange-e@users.sourceforge.net: Let me offer a hypothetical syntax that might satisfy your requirements. It is based on Rick's suggestion to add instance methods to the .File class. Let 'fileLines' be an array that contains or receives the data in the file 'fileName'. fileLines = .File~new(fileName)~toArray -- read and close the file, -- return an array .File~new(fileName)~fromArray(fileLines) -- write/repace...
Hi, I am not sure if anyone is maintaining this, the copyright is from 2012. On my Intel Mac at least Sqlite 3 is part of the macOS installation. I use that version in combination with the address-with-using concept (available as of ooRexx 5.0.0) directly from within ooRexx. I have 18 different databases with a total of 150+ million records and it answers within 7 milliseconds on a 10 years old Laptop. Open a terminal and enter sqlite3, if it is there you can use it directly from within ooRexx without...
Am 20.03.2026 um 17:29 schrieb jfaucher jfaucher@users.sourceforge.net: Erich, This bug seems fixed, I don't find "segfault" in recent test logs for OpenBSD7. Erich may have more detail but we do have segfaults when we run the whole test suite. To avoid that we have split up the testing in multiple sections. I just did a run on the whole test suite just now with no limitation and sure enough it ended in a segfault. If you think a specific test is now good to go remove the limitation (-x test case)...
adding information on release procedure and pointing to release-steps.md and the script used for Jenkins