Wiki

{6} All Tickets By Milestone (Including closed) (381 matches)

A more complex example to show how to make advanced reports.

Results (101 - 200 of 381)

1 2 3 4
Ticket Summary Component Status Resolution Version Type Priority Owner Modified
#225 Support ganged or multivalue Cmdline Option with subOptions Cobra Compiler assigned 0.8.0 enhancement medium Chuck 07/30/10
#228 Cobra Internal Error with IronPython (mscorlib) Cobra Compiler new 0.8.0 defect medium 07/31/10
#233 Weird COBRA INTERNAL ERROR printing event args (Gtk) Cobra Compiler assigned 0.8.0 defect medium nevdelap 09/03/10
#239 -out: does not affect -test Cobra Compiler assigned 0.8.0 defect medium Chuck 02/28/14
#245 Provide framework and implementation for some code metrics Cobra Compiler assigned 0.8.0 enhancement medium Chuck 11/04/10
#247 init for base class called before preconditions on derived class init are tested & compile not protecting it's calls to toString Cobra Compiler assigned 0.8.0 defect medium nevdelap 04/01/13
#253 Provide some minimal allowance for use of multidim and jagged arrays Cobra Compiler assigned 0.8.0 enhancement medium Chuck 09/04/10
#263 Provide Treaps implementation for cobra Cobra Compiler assigned 0.8.0 enhancement medium Chuck 08/19/11
#272 Support generic declaration of sig (delegate) Cobra Compiler new 0.8.0 enhancement medium 01/16/11
#275 More support for Java BackEnd Cobra Compiler assigned 0.8.0 enhancement medium hopscc 06/22/13
#281 Correct cobra rtl String.count consistent with .Net Collections/Linq Cobra Compiler assigned 0.8.0 enhancement medium Chuck 08/25/11
#283 Parser error regarding multi-line collection literals Cobra Compiler assigned 0.8.0 defect medium Chuck 05/12/13
#290 Add DefaultDictionary.cobra to Cobra.Core Cobra Compiler new 0.8.0 enhancement medium 09/01/12
#291 lambda and object initialization compiler error Cobra Compiler new 0.8.0 defect medium 08/17/12
#312 Support some form of conditional compilation Cobra Compiler assigned 0.8.0 enhancement medium Chuck 01/15/13
#320 Provide a tool to automate conversion of C# code to cobra code Cobra Compiler new 0.9.3 task medium 05/06/13
#327 Move to .Net 4.0: Generate C# lambdas for Cobra lambdas (Codegen) Cobra Compiler new 0.9.4 enhancement medium 05/29/13
#329 Move to .Net 4.0: Generate C# Automatic properties and Object Initializers for Cobra property inits (codegen) Cobra Compiler new 0.9.4 enhancement medium 02/05/14
#332 Ref and Lib paths need some platform pattern for 32 vs 64 bit Frameworks Cobra Compiler assigned 0.9.4 enhancement medium Chuck 06/15/13
#338 Cleanup codegen to minimise insertion of invariant/contracts boilerplate code Cobra Compiler new 0.9.4 enhancement medium hopscc 07/11/13
#339 Provide a nil safe dereference operator Cobra Compiler assigned 0.9.4 enhancement medium Chuck 09/04/13
#341 Require (some) binary operators to have spaces around them Cobra Compiler new 0.9.4 enhancement medium 08/03/13
#348 Installer leaves root owned files Cobra Compiler new 0.9.4 defect medium 12/22/13
#357 Internal error for parameter named `result` Cobra Compiler new 0.9.6 defect medium 01/27/14
#364 Cobra snapshot may have been compiled on .NET 4.5 and inadvertently introduced a dependency Cobra Compiler new 0.9.6 defect medium 02/14/14
#368 Dynamic variables that are Arrays should support Indexing Cobra Compiler new 0.9.6 defect medium 04/24/14
#369 Assigning values to enums out-of-order does not work Cobra Compiler new 0.9.6 defect medium 05/05/14
#376 Cannot use stream as paramter type if type name is fully qualified Cobra Compiler new 0.9.6 defect medium 07/28/14
#2 Cannot use "x in someList" where x is dynamic? component1 accepted defect minor Chuck 03/16/08
#6 Add class methods Cobra Compiler new 0.7.4 enhancement minor 11/10/08
#8 Use of old For statement should generate a deprecation warning Cobra Compiler assigned 0.7.4 enhancement minor Chuck 08/31/09
#23 Invoke DLR during dynamic binding Cobra Compiler new 0.8.0 enhancement minor 07/03/08
#24 Create a DLR backend Cobra Compiler new 0.8.0 task minor 07/03/08
#29 Support other types of integer literals, and underscores Cobra Compiler assigned 0.8.0 enhancement minor Chuck 08/31/09
#39 Infer types for method references Cobra Compiler assigned 0.8.0 enhancement minor Chuck 02/16/14
#41 False warning for if statement on box var Cobra Compiler accepted 0.8.0 defect minor Chuck 09/14/08
#44 Cobra always allows combining enum values even when not legal Cobra Compiler new 0.8.0 defect minor 09/24/08
#49 Nested methods Cobra Compiler new 0.8.0 enhancement minor 11/10/08
#65 Suggest System.Text.RegularExpressions when appropriate Cobra Compiler new 0.8.0 enhancement minor 11/10/08
#72 -test with -debug option leaves behind test-*.pdb/.mdb files Cobra Compiler new 0.8.0 defect minor 11/11/08
#79 Command line "resource" options Cobra Compiler new 0.8.0 enhancement minor 11/16/08
#80 Warn for poorly placed underscores in numbers Cobra Compiler new 0.8.0 enhancement minor 11/16/08
#81 Library: Operating system sniffer Cobra Compiler new 0.8.0 enhancement minor 11/16/08
#99 Implement contracts with Microsoft code contracts Cobra Compiler new 0.8.0 enhancement minor 12/19/08
#115 Support StringBuilder as a target for "print to X, ..." Cobra Compiler assigned 0.8.0 enhancement minor Chuck 12/24/08
#118 Improve error message for generic type names that are missing "of" Cobra Compiler new 0.8.0 enhancement minor 07/03/13
#123 support for property with different access modifier visibility Cobra Compiler new 0.8.0 enhancement minor 01/05/09
#141 Cannot effectively put more options after -turbo Cobra Compiler assigned 0.8.0 defect minor nerdzero 02/12/14
#142 problem when using an object variable of nilable generic type Cobra Compiler assigned 0.8.0 defect minor 09/27/12
#144 Add units of measurement Cobra Compiler new 0.8.0 enhancement minor 02/04/09
#145 complete the collection of string.split extension methods Cobra Compiler accepted 0.8.0 enhancement minor jonathandavid 02/10/09
#149 Simplifying internal class VariType Cobra Compiler accepted 0.8.0 enhancement minor jonathandavid 02/11/09
#157 Check for error: initializer cannot call itself Cobra Compiler new 0.8.0 defect minor 06/07/09
#172 Provide an interactive mode for Cobra (REPL) Cobra Compiler new enhancement minor 12/03/10
#179 support shared access modifier on class definitions Cobra Compiler assigned 0.8.0 enhancement minor Chuck 03/21/13
#180 Optimization: Speed up use of literal collections Cobra Compiler new 0.8.0 defect minor 06/01/13
#191 False compilation error with .getType on a generic type Cobra Compiler new 0.8.0 defect minor 11/17/09
#193 Extension to HowTo/29[02]* to include shell sort Cobra Compiler assigned 0.8.0 enhancement minor Chuck 06/29/10
#204 Infer correct types for lambdas and anon methods Cobra Compiler assigned 0.8.0 defect minor Chuck 06/14/10
#210 Spaces after tabs should be allowed for implicit as well as explicit line continuation. Cobra Compiler assigned 0.8.0 defect minor Chuck 05/05/13
#224 'use' statements in partial class files dependent on order on compile command line. Cobra Compiler new 0.8.0 defect minor 12/12/12
#229 -files: could use more power Cobra Compiler new 0.8.0 idea minor 08/09/10
#230 make "a = []" do the right thing when a is of a known type Cobra Compiler assigned 0.8.0 enhancement minor Chuck 03/05/14
#231 all/for in invariant causes COBRA INTERNAL ERROR Cobra Compiler new 0.8.0 defect minor 01/24/14
#232 Small inconsistency in 'if a inherits B' semantics. Cobra Compiler new 0.8.0 defect minor 09/03/10
#235 A numeric literal ending in . such as "2." gives a cryptic error message Cobra Compiler new 0.8.0 defect minor 08/06/10
#236 Specifying -test and -compile-if-needed gets ArgumentOutOfRangeException. Cobra Compiler assigned 0.8.0 defect minor Chuck 09/04/10
#241 -test tests runtime with -ert Cobra Compiler new 0.8.0 defect minor 08/09/10
#244 Cobra gets itself into a state where it puts single quotes around all the strings it is outputting. Cobra Compiler new 0.8.0 defect minor 08/11/10
#256 This code not implementing all interfaces' methods compiles a broken assembly. Cobra Compiler new 0.8.0 defect minor 10/24/10
#267 Cobra Enums not support methods of Enum Baseclass Cobra Compiler new 0.8.0 defect minor 03/29/13
#269 Add Enum handling features Cobra Compiler new 0.8.0 enhancement minor 12/11/10
#278 implanting Doc-strings inside Attributes to keep them in code to be readily assesed while programming Cobra Compiler new 0.8.0 idea minor Charles 03/10/11
#282 Useful compile error (when misusing generics) Cobra Compiler new 0.8.0 enhancement minor 07/03/13
#300 allow to chain a few exceptions with a single body Cobra Compiler new 0.8.0 enhancement minor 10/28/12
#305 Add restrictions for underscores in numeric literals Cobra Compiler new 0.8.0 enhancement minor 11/07/12
#306 Unable to insert underscores into some numeric literals Cobra Compiler new 0.8.0 defect minor 11/07/12
#315 cobra support multiple return values Cobra Compiler assigned 0.9.3 enhancement minor Chuck 01/25/13
#319 Move to .Net 4.0: Cobra dynamic codegen should use 'dynamic' type Cobra Compiler new 0.9.3 enhancement minor 02/04/14
#322 Support immutable/readOnly on class decl Cobra Compiler new 0.9.3 enhancement minor 05/14/13
#328 Move to .Net 4.0: Support Co and ContraVariance Cobra Compiler new 0.9.4 enhancement minor 05/29/13
#333 Implementing ITestRunListener is a little awkward Cobra Compiler new 0.9.4 defect minor 06/18/13
#350 Handle more forward references in `var` initialization expressions Cobra Compiler new 0.9.6 enhancement minor 01/03/14
#359 Confusing interaction between Object? instance and bools Cobra Compiler new 0.9.6 defect minor 02/01/14
#363 -turbo should default disable -dst (?) Cobra Compiler new 0.8.0 defect minor 02/10/14
#366 Compiling the same file twice Cobra Compiler new 0.9.6 defect minor 03/01/14
#371 MSBuild Task: error if no assembly references in .cobraproj file Cobra Compiler new 0.9.6 defect minor 07/04/14
#372 MSBuild Task: a file "cobra" in the project directory causes and error on Windows. Cobra Compiler new 0.9.6 defect minor 06/29/14
#135 misleading/non consistent warning message when assigning result of void returning method Cobra Compiler new 0.8.0 task trivial 01/13/09
#246 warn on overwriting variable as a for loop's variable Cobra Compiler new 0.8.0 enhancement trivial 08/14/10
#279 Warn about unused method's argument Cobra Compiler assigned 0.8.0 enhancement trivial Charles 07/30/11
#375 Confusing error message when omitting `as dynamic` Cobra Compiler new 0.9.6 enhancement trivial 07/26/14
#377 Erroneous incompatible types when casting to enum Cobra Compiler closed invalid 0.9.6 defect minor 08/03/14
#367 Relax class pass warning on partial classes Cobra Compiler closed fixed 0.9.6 enhancement minor 03/31/14
#201 Add Cobra support for namespace aliasing/Masking Cobra Compiler closed fixed 0.8.0 enhancement medium Chuck 03/28/14
#160 Get Cobra working with Silverlight Cobra Compiler closed wontfix 0.8.0 enhancement medium 03/11/14
#34 Compile error with both isnames and assignment on class var Cobra Compiler closed fixed 0.8.0 defect major Chuck 03/08/14
#365 Regression with "has" and initial value on fields from changeset 3104 Cobra Compiler closed fixed 0.9.6 defect major 02/26/14
#358 Stackoverflow on cyclical inheritance Cobra Compiler closed fixed 0.9.6 defect medium Charles 02/02/14
#362 False compilation error for invariants from other namespaces Cobra Compiler closed fixed 0.9.6 defect medium 02/02/14
1 2 3 4
Note: See TracReports for help on using and creating reports.