Felix, I think the FELIX-3340 certainly seems simple enough.
As for FELIX-3341, it isn't too complex either, although I'm not familiar enough with the Gogo shell details to say whether or not this is the best approach for a history command, but it doesn't seem too invasive, so it would be easy to replace if a better approach is discovered later.
I don't know if it makes a difference, but your patch to Console.java uses System.out.println() while existing code uses the member variable out.println() instead.
I'd also change the formatting to match the recommended style, since I believe it is used throughout the rest of the Gogo code.
-> richard On 2/7/12 02:54 , Felix Meschberger wrote:
Hi all, I created two extensions to the Felix Gogo Shell (FELIX-3340, FELIX-3341). Are there any concerns to my just applying the patches ? Regards Felix