Hi Juan, On Nov 18, 2007, at 10:35 AM, Juan Manuel Palacios wrote:
On Nov 18, 2007, at 5:23 AM, Ryan Schmidt wrote:
On Nov 18, 2007, at 00:20, Juan Manuel Palacios wrote:
And while we're at it, I just created an rc2 tag for 1.6.0, differing from rc1 only in James' turning readline support into an optional configuration (r31139-31139 and merged into the release_1_6 branch in r31190) and in the Tcl cd command hiding reversion thing (r31193 only in the release_1_6 branch). Every developer/committer should reinstall MacPorts off this tag and test as extensively as possible!
Apparently the lack of readline is making interactive mode very strange. Note how the prompt doesn't appear until after the thing I typed.
We were missing a flush after the prompt was output, before the get operation. I added that single line in r31338:31339. Hope that can get into 1.6. James