On Jun 5, 11:22 am, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > On Jun 5, 2007, at 8:56 AM, JDS wrote: > > > > > Okay, fine, I am doing that. I have a lot of problems with Bake, > > though -- mostly implementation, usability, or bug problems, and not > > actual problems with me getting Bake to work. > > > Examples: > > > - Bug: pressing CTRL-D at many points in cake to quit (which is a > > pretty routine way to quit a running CLI program on Linux) and Cake > > will go into an endless loop > > Try Ctrl+C (break/interrupt). Isn't Ctrl+D usually EOF or a logout > key combo? > <snip!>
Yes, CTRL-D is EOF/logout but is, IMO, a "cleaner" way to exit a CLI program. Example CLI programs that use CTRL-D to exit without forcing a break: PHP CLI MySQL Client Perl CLI bc others.... It is a very common way to end a program without forcing break through CTRL-C, is all. Maybe minor nitpick. But still, I think the effect that Bake shows (infinite loop) is a bug either way. later... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
