[GHC] #10024: This bug tracker: Can not create filter `x contains y && x contains z`

GHC ghc-devs at haskell.org
Mon Jan 26 19:58:08 UTC 2015


#10024: This bug tracker: Can not create filter `x contains y && x contains z`
-------------------------------------+-------------------------------------
              Reporter:  lspitzner   |             Owner:  hvr
                  Type:  bug         |            Status:  new
              Priority:  normal      |         Milestone:
             Component:  Trac & Git  |           Version:
              Keywords:  trac        |  Operating System:  Unknown/Multiple
  filter and                         |   Type of failure:  None/Unknown
          Architecture:  Other       |        Blocked By:
             Test Case:              |   Related Tickets:
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------
 To Reproduce:

 - Start ticket search
 - Create filter "description" and set phrase to "foo"
 - Click the button "And" again, choose "description", set phrase to "bar"
 - The filter now is set to {{{description contains foo || description
 contains bar}}}, instead of the expected {{{s/||/&&/}}}.

 Note that setting phrase to "foo bar" seems to search for "foo bar", not
 {{{fold (||) . words}}}.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10024>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list