Yes, sorry. I thought this was affcting gogo runtime, but this isn't. Guillaume
2014-02-24 18:09 GMT+01:00 Felix Meschberger <[email protected]>: > Hi Guillaume > > I am a bit confused: Is this a false negative of some sorts ? > > Thanks > Felix > > Am 24.02.2014 um 15:15 schrieb Guillaume Nodet (JIRA) <[email protected]>: > > > > > [ > https://issues.apache.org/jira/browse/FELIX-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > > > Guillaume Nodet resolved FELIX-3341. > > ------------------------------------ > > > > Resolution: Fixed > > > >> Simple csh-like Command History > >> ------------------------------- > >> > >> Key: FELIX-3341 > >> URL: https://issues.apache.org/jira/browse/FELIX-3341 > >> Project: Felix > >> Issue Type: Improvement > >> Components: Gogo Shell > >> Affects Versions: gogo.shell-0.10.0 > >> Reporter: Felix Meschberger > >> Assignee: Felix Meschberger > >> Fix For: gogo.shell-0.12.0 > >> > >> Attachments: FELIX-3341.patch > >> > >> > >> Suggest to add a simple csh like command line history. > >> * A new command "history" is added to the Shell class listing the > command history > >> * A new History class is added to manage a bounded, in-memory-only > command history > >> * Commands can be reused from the history using commands following this > simple syntax: > >> command = ( '!' spec ) | ( '^' subst ) . > >> spec = '!' event [ ':' [ 'a' | 'g' ] 's' regex ] . > >> event = ( '!' | idx | '?' find | string ) > >> idx = [ '-' ] { 0..9 } . > >> find = string ( '?' | EOL ) . > >> subst = pat '^' repl '^' EOL . > >> regex = str pat str repl str EOL . > > > > > > > > -- > > This message was sent by Atlassian JIRA > > (v6.1.5#6160) > >
