|
|
February 08, 2008
- [jira] Updated: (BOO-101) optimize true closures shared variables, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-274) -win32icon option, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-503) Better naming of autogenerated methods that represent closures / callables, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-431) Documentation AST Nodes, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-36) WARNING: local 'xxx' is used before initialization, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-388) Boo.Lang.Useful.Attributes.HandlesAttribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-318) Boo.Lang.Useful.Macros.FireAndForgetMacro, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-288) Jagged array declaration syntax should be fixed., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-144) Error Checking: Module classes can't have instance members, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-217) Add unary overloadable operators, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-87) +, -, +=, -= operators for callable references, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-399) The [Module] attribute should automagically make all members static., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-461) Deriving enums from any integral type., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-293) The compiler throws an exception when a resource file contains a ImageListStreamer, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-444) Lazy value type initialization not shown in ToCodeString(), Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-307) Preprocessor directives, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-118) full slicing semantics for strings, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-205) First static method 10 times slower to call, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-109) move all type casting processing from EmitAssembly to its own step, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-135) given statement for integer values, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-502) Adapters for closures fail when using "as" syntax with incorrect number of parameters., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-479) Custom filtering for boo lexer tokens, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-446) Apply explode operator to non varargs parameters, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-354) Boo.Lang.Useful.Attributes.CacheAttribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-317) Boo.Lang.Useful.Attributes.AsyncMethodAttribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-391) Modify [required] attribute to allow for post-condition checks., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-469) unpacking doesn't work with member refs or slicing expressions, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-5) Document the extensible compilation pipeline, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-386) Check for an existing constructor for classes with [Module], Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-250) overloaded functions cannot be "first class functions", Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-491) Ability to mark macro as debug/release, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-466) Element syntax., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-478) Better lexical information for Boo Tokens, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-498) CollectionAttribute + value type = madness, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-554) AbstractAstMacro.InvalidMacroArguments, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-815) except clause variable names are not being checked by the compiler, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-568) More detail for properties in code completion, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-525) Ast tree information is emptied if there are trailing dots., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-332) automatically create temporary variables for ref/out arguments, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-797) Strong versioning for Boo assemblies, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-547) Assignment inside of conditional: alter the warning message?, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-763) Defining new generic types, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-553) Allow for better detection of Value Types in AST., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-206) Overload assignment operator, and implicit conversion, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-512) Boo.Lang.Useful.Attributes.ResourceFacadeAttribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-462) don't require method body when using abstract keyword, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-731) Problems with Warning BCW0006, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-832) Defining new generic methods, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-837) Avoid emitting superfluous st/ld opcodes, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-818) Shorthand syntax for Nullable of T, like T? in C#., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-294) MD Matrix with initalization builtin., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-319) Boo.Lang.Useful.Attributes.DisposableAttribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-453) Ast literal "block syntax" is broken when not in a binary expression., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-456) Internal Compiler error on accessing a method of a return of a property that has a twin, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-830) Substraction operator for arrays (+ bug on addition operator?), Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-805) Can't use == on nullable types, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-564) Better extension methods syntax., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-647) P/Invokes as instance methods generate bad IL, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-878) Exception Handling: Verify that all catch blocks can be reached, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-922) InheritBaseConstructors ast attribute, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-933) Greedy ExpandVarArgsInvocation, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-921) remove superfluous brackets from if .. else .. construction, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-938) Support for CLR 3.5 Extensions for duck types, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-903) Allow 'of' to be omitted in type references when [] are used, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-839) Boo Docbook documentation, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-842) meta method code reification, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-838) Boo Windows Installer, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-620) better type inference for unpack statement, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-807) Issues with using nullable types in Boo, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-822) Interpretator incorrectly adds two nullable decimals, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-868) slicing for iterators, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-950) Automatic stub creation does not work for properties, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-943) Implicit downcast should warn when used in a assignment expression, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-912) Make CompilerPipelines composable, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-952) Remove all handlers attached to an event though SomeEvent = null syntax, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-886) Bad error message when using variable number of arguments, Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-947) generic callable generates bad IL when generic parameter is itself a parameter., Rodrigo B. de Oliveira (JIRA)
- [jira] Updated: (BOO-803) Generic list and hash builtins, Cedric Vivier (JIRA)
February 06, 2008
- [jira] Resolved: (BOO-960) Compiler cannot disambiguate between regular and generically mapped callables, Avishay Lavie (JIRA)
- [jira] Work started: (BOO-960) Compiler cannot disambiguate between regular and generically mapped callables, Avishay Lavie (JIRA)
- Re: Time for a new release?, Avish
- Re: Time for a new release?, Cedric Vivier
- [jira] Updated: (BOO-938) Support for CLR 3.5 Extensions for duck types, Cedric Vivier (JIRA)
- [jira] Updated: (BOO-432) [IDE Integration] Arbitrary retrieval of AST nodes, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-568) More detail for properties in code completion, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-817) issue an error "event can only be invoked from within the class that declared it", Cedric Vivier (JIRA)
- [jira] Work started: (BOO-817) issue an error "event can only be invoked from within the class that declared it", Cedric Vivier (JIRA)
- [jira] Updated: (BOO-817) issue an error "event can only be invoked from within the class that declared it", Cedric Vivier (JIRA)
February 05, 2008
- [jira] Updated: (BOO-957) CheckedQuackFu - compile-time checking for quack types, Cedric Vivier (JIRA)
- [jira] Updated: (BOO-457) Removal of statically unreachable branches., Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-457) Removal of statically unreachable branches., Cedric Vivier (JIRA)
- [jira] Commented: (BOO-457) Removal of statically unreachable branches., Cedric Vivier (JIRA)
- [jira] Resolved: (BOO-375) char() should accept int literal as argument, Cedric Vivier (JIRA)
- [jira] Resolved: (BOO-882) compiler error on generic types containing multiple generic indexers, Avishay Lavie (JIRA)
- [jira] Work started: (BOO-375) char() should accept int literal as argument, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-375) char() should accept int literal as argument, Cedric Vivier (JIRA)
- Re: Re: [boo-scm] [2844] boo/trunk/src/Boo.Lang.Compiler: BOO-959, Avish
- [jira] Created: (BOO-960) Compiler cannot disambiguate between regular and generically mapped callables, Avishay Lavie (JIRA)
- [jira] Commented: (BOO-882) compiler error on generic types containing multiple generic indexers, Avishay Lavie (JIRA)
- Re: [boo-scm] [2844] boo/trunk/src/Boo.Lang.Compiler: BOO-959, Rodrigo B. de Oliveira
- [jira] Resolved: (BOO-959) Suggest most similar sounding member when member not found error is issued., Cedric Vivier (JIRA)
- [jira] Commented: (BOO-959) Suggest most similar sounding member when member not found error is issued., Cedric Vivier (JIRA)
- [jira] Commented: (BOO-375) char() should accept int literal as argument, Rodrigo B. de Oliveira (JIRA)
- [jira] Commented: (BOO-886) Bad error message when using variable number of arguments, Rodrigo B. de Oliveira (JIRA)
- [jira] Created: (BOO-959) Suggest most similar sounding member when member not found error is issued., Cedric Vivier (JIRA)
- [jira] Work started: (BOO-882) compiler error on generic types containing multiple generic indexers, Avishay Lavie (JIRA)
- [jira] Updated: (BOO-922) InheritBaseConstructors ast attribute, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-922) Generate parameter constructor for a class without explicit defined constructors, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-886) Bad error message when using variable number of arguments, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-886) Bad error message when using variable number of arguments, Cedric Vivier (JIRA)
- [jira] Updated: (BOO-457) Removal of statically unreachable branches., Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-386) Check for an existing constructor for classes with [Module], Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-386) Check for an existing constructor for classes with [Module], Cedric Vivier (JIRA)
- [jira] Commented: (BOO-386) Check for an existing constructor for classes with [Module], Cedric Vivier (JIRA)
- [jira] Resolved: (BOO-449) Improved compiler error for accessing nonexistant members., Cedric Vivier (JIRA)
- [jira] Commented: (BOO-647) P/Invokes as instance methods generate bad IL, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-36) WARNING: local 'xxx' is used before initialization, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-375) char() should accept int literal as argument, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-118) full slicing semantics for strings, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-118) full slicing semantics for strings, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-462) don't require method body when using abstract keyword, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-903) Allow 'of' to be omitted in type references when [] are used, Cedric Vivier (JIRA)
- [jira] Closed: (BOO-185) command line handling with Mono.GetOptions, Rodrigo B. de Oliveira (JIRA)
- [jira] Commented: (BOO-185) command line handling with Mono.GetOptions, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-882) compiler error on generic types containing multiple generic indexers, Avishay Lavie (JIRA)
- [jira] Issue Comment Edited: (BOO-882) compiler error on generic types containing multiple generic indexers, Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-882) compiler error on generic types containing multiple generic indexers, Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-882) compiler error on generic types containing multiple generic indexers, Cedric Vivier (JIRA)
- [jira] Issue Comment Edited: (BOO-882) compiler error on generic types containing multiple generic indexers, Cedric Vivier (JIRA)
- [jira] Commented: (BOO-882) compiler error on generic types containing multiple generic indexers, Cedric Vivier (JIRA)
- Re: Re: [boo-scm] [2841] boo/trunk/src/Boo.Lang.Compiler: do not crash when trying to use generic parameter instantiation though it is not yet supported., Avish
- Re: Re: [boo-scm] [2841] boo/trunk/src/Boo.Lang.Compiler: do not crash when trying to use generic parameter instantiation though it is not yet supported., Rodrigo B. de Oliveira
- Re: Re: [boo-scm] [2841] boo/trunk/src/Boo.Lang.Compiler: do not crash when trying to use generic parameter instantiation though it is not yet supported., Cedric Vivier
- Re: [boo-scm] [2841] boo/trunk/src/Boo.Lang.Compiler: do not crash when trying to use generic parameter instantiation though it is not yet supported., Avish
- [jira] Resolved: (BOO-958) ref keyword for generic parameters causes compiler error, Cedric Vivier (JIRA)
- [jira] Updated: (BOO-958) ref keyword for generic parameters causes compiler error, Cedric Vivier (JIRA)
- [jira] Work started: (BOO-958) ref keyword for generic parameters causes compiler error, Cedric Vivier (JIRA)
- [jira] Assigned: (BOO-958) ref keyword for generic parameters causes compiler error, Cedric Vivier (JIRA)
- [jira] Updated: (BOO-958) ref keyword for generic parameters causes compiler error, Cedric Vivier (JIRA)
|
|