Just a friendly reminder: the first release of Pike 8.0 is coming up on October 15th. I’ll be making a pre-release build in the next few days in order to test everything out. Please get your last minute changes and change-log entries in! Bill
H. William Welliver III wrote:
Just a friendly reminder: the first release of Pike 8.0 is coming up on October 15th. I???ll be making a pre-release build in the next few days in order to test everything out. Please get your last minute changes and change-log entries in!
I just checked in three crucial pgsql driver fixes. So pgsql-wise you have my blessing to release (if it hasn't happened already).
Incidentally, the reason I couldn't check in these fixes earlier is because they contained a rather oblivious bug. The code in question ran Thread.Thread(0) at some point (by accident), but the error message that this generates is devoid of any stacktrace or source code location information.
Would it be hard to at least log a file and line number of the offending Thread.Thread statement?
Incidentally, the reason I couldn't check in these fixes earlier is because they contained a rather oblivious bug. The code in question ran Thread.Thread(0) at some point (by accident), but the error message that this generates is devoid of any stacktrace or source code location information.
Would it be hard to at least log a file and line number of the offending Thread.Thread statement?
Better now?
pike-devel@lists.lysator.liu.se