Boo

Statement modifiers and DSL methods

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.8.2, 0.9
  • Fix Version/s: 0.9
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

It looks like statement modifiers are ignored when we use parenthesisless methods.
Test case with 0.8.2:

>>>def foo(a as string):
... print a
...
>>>foo "blah"
blah
>>>foo "blah" if 1 == 1
blah
>>>foo "blah" if 1 == 2
blah
>>>

Activity

Hide
Rodrigo B. de Oliveira added a comment -

Fixed in the repository. Thanks for the report!

Show
Rodrigo B. de Oliveira added a comment - Fixed in the repository. Thanks for the report!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: