Boo

statement modifiers are eaten by code literals

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

"""
	block:
		a = b if a is not null
	"""
	import Boo.Lang.Compiler

	code = [|
		block:
			a = b if a is not null
	|]
	print code.ToCodeString()

Activity

Hide
Rodrigo B. de Oliveira added a comment -

Fixed in rev. 3023.

Show
Rodrigo B. de Oliveira added a comment - Fixed in rev. 3023.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: