|
#1
|
Extension methods and properties
|
Cobra Compiler
|
|
|
defect
|
Chuck
|
accepted
|
03/10/08
|
|
#3
|
Embed run-time option doesn't prevent namespace collisions
|
Cobra Compiler
|
0.7.4
|
|
defect
|
|
new
|
03/29/08
|
|
#55
|
Support command line format: cobra <progfile> <args>
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
10/28/08
|
|
#60
|
Method overrides can narrow a type from nilable to not-nilable
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/06/08
|
|
#67
|
Partial class merge problem re: inheritance
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/10/08
|
|
#69
|
Consume operator overloads
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/10/08
|
|
#74
|
Cannot pass dynamic values to initializers
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/15/08
|
|
#78
|
Using `raise` on a delegate should generate an error message
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/16/08
|
|
#83
|
Don't require `is shared` for `def main`
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/16/08
|
|
#70
|
Declare operator overloads.
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/10/08
|
|
#84
|
Classes without explicit initializers should inherit the ones from the base class
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/16/08
|
|
#17
|
MSBuild support
|
Cobra IDE: Miscellaneous
|
0.8.0
|
|
task
|
|
new
|
05/08/08
|
|
#18
|
CodeDom Support
|
Cobra IDE: Miscellaneous
|
0.8.0
|
|
task
|
|
new
|
05/08/08
|
|
#19
|
Create a .msi installer
|
Cobra Compiler
|
0.8.0
|
|
task
|
|
new
|
05/11/08
|
|
#7
|
cobra -test generates output for spurious tests from the RTL
|
Cobra Compiler
|
0.7.4
|
|
defect
|
Chuck
|
new
|
04/23/08
|
|
#34
|
Compile error with both isnames and assignment on class var
|
Cobra Compiler
|
0.8.0
|
|
defect
|
Chuck
|
assigned
|
08/02/08
|
|
#52
|
Provide a compile-time form that emits an expression's source and value
|
Cobra Compiler
|
0.8.0
|
|
defect
|
Chuck
|
assigned
|
10/21/08
|
|
#63
|
"print to X" where X is a bad type gives nonsensible error messages
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/08/08
|
|
#71
|
Cannot enumerate an int in a `for` expression
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/10/08
|
|
#76
|
to? should give warnings if the operation is redundant
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/15/08
|
|
#11
|
Selective DbC Compilation
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
assigned
|
04/27/08
|
|
#14
|
Add some (simple) form of exe dependency checking
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
assigned
|
04/30/08
|
|
#26
|
Recognize extension methods in dynamic binding
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
07/05/08
|
|
#42
|
Provide platform independent line terminator metacharacter in strings
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
Chuck
|
assigned
|
09/18/08
|
|
#50
|
Warn about comparisons to the same variable
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
10/20/08
|
|
#51
|
Warn about assignment made to the same variable
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
10/20/08
|
|
#57
|
Provide a trace form without position info
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
Chuck
|
assigned
|
11/01/08
|
|
#68
|
Enable declarations to be marked as test support only
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/10/08
|
|
#73
|
Support other versions of .NET past 2.0
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/15/08
|
|
#2
|
Cannot use "x in someList" where x is dynamic?
|
component1
|
|
|
defect
|
Chuck
|
accepted
|
03/16/08
|
|
#8
|
Use of old For statement should generate a deprecation warning
|
Cobra Compiler
|
0.7.4
|
|
defect
|
Chuck
|
assigned
|
04/23/08
|
|
#41
|
False warning for if statement on box var
|
Cobra Compiler
|
0.8.0
|
|
defect
|
Chuck
|
accepted
|
09/03/08
|
|
#44
|
Cobra always allows combining enum values even when not legal
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
09/24/08
|
|
#64
|
Running Cobra on an empty file gives an internal exception
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/08/08
|
|
#72
|
-test with -debug option leaves behind test-*.pdb/.mdb files
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/10/08
|
|
#75
|
Catch assignments to read-only properties and indexers
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/15/08
|
|
#77
|
Eliminate false 'inherits' warning on 'passthrough' type
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/15/08
|
|
#6
|
Add class methods
|
Cobra Compiler
|
0.7.4
|
|
enhancement
|
|
new
|
04/13/08
|
|
#23
|
Invoke DLR during dynamic binding
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
07/03/08
|
|
#29
|
Support other types of integer literals, and underscores
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
Chuck
|
assigned
|
07/12/08
|
|
#39
|
Infer types for method references
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
08/25/08
|
|
#49
|
Nested methods
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
10/17/08
|
|
#65
|
Suggest System.Text.RegularExpressions when appropriate
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/10/08
|
|
#79
|
Command line "resource" options
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/16/08
|
|
#80
|
Warn for poorly placed underscores in numbers
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/16/08
|
|
#81
|
Library: Operating system sniffer
|
Cobra Compiler
|
0.8.0
|
|
enhancement
|
|
new
|
11/16/08
|
|
#24
|
Create a DLR backend
|
Cobra Compiler
|
0.8.0
|
|
task
|
|
new
|
07/03/08
|
|
#82
|
Library call to get Mono version
|
Cobra Compiler
|
0.8.0
|
|
task
|
|
new
|
11/16/08
|
|
#66
|
Missing error checking on out-of-place "break" or "continue"
|
Cobra Compiler
|
0.8.0
|
|
defect
|
|
new
|
11/10/08
|