peterdocter / objectiveclipse

Automatically exported from code.google.com/p/objectiveclipse
0 stars 0 forks source link

Message send admits [a b c] #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following are not valid Objective C message sends:

[a]
[a b c]
[a b:]
[a b:c d]

Currently these get parsed by the parser as valid syntax. There's some test 
cases in ParseTest that 
have been commented out which should check that problem, but there's been a 
regression since 
applying bug 8

Original issue reported on code.google.com by alex.ble...@gmail.com on 2 Jul 2009 at 11:09

GoogleCodeExporter commented 9 years ago
Alex,

Heres a patch for this regression.

Original comment by rrusaw@gmail.com on 4 Jul 2009 at 5:04

Attachments:

GoogleCodeExporter commented 9 years ago
Checked in fix and uncommented tests in rev 50

Original comment by alex.ble...@gmail.com on 6 Jul 2009 at 12:28

GoogleCodeExporter commented 9 years ago
Sorry, should be rev 83

http://code.google.com/p/objectiveclipse/source/detail?r=83

Original comment by alex.ble...@gmail.com on 6 Jul 2009 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by alex.ble...@gmail.com on 9 Jul 2009 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by alex.ble...@gmail.com on 10 Jul 2009 at 2:40