root / cobra

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1884 [1884] 32 hours Chuck.Esterbrook Better error checking on Foo() expressions.
(edit) @1883 [1883] 35 hours Chuck.Esterbrook Fix test case from last checkin.
(edit) @1882 [1882] 35 hours Chuck.Esterbrook Instead of raising an internal exception, give the error message: Cannot …
(edit) @1881 [1881] 35 hours Chuck.Esterbrook Fixed: Cannot qualify an attribute. ticket:121 Forgot these files with a …
(edit) @1880 [1880] 38 hours Chuck.Esterbrook Code cleanup.
(edit) @1879 [1879] 38 hours Chuck.Esterbrook Fixed: Cannot qualify an attribute. ticket:121
(edit) @1878 [1878] 3 days Chuck.Esterbrook Relax warning on lowercase namespaces for those that came in through a …
(edit) @1877 [1877] 3 days Chuck.Esterbrook New warning to match treatment of other declarations like classes and …
(edit) @1876 [1876] 3 days Chuck.Esterbrook Fix a bug when assembly level attributes cannot be found. I don't know if …
(edit) @1875 [1875] 4 days Chuck.Esterbrook Improve error messages around parameters and the use of in, inout and …
(edit) @1874 [1874] 4 days Chuck.Esterbrook Fixed a bug from the recently introduced "extension methods on generics". …
(edit) @1873 [1873] 4 days Chuck.Esterbrook Code cleanup.
(edit) @1872 [1872] 4 days Chuck.Esterbrook Code cleanup. New phase, computeMatchingBaseMembers, comes in between …
(edit) @1871 [1871] 5 days Chuck.Esterbrook A fix from a problem created by a recent checkin. Update the tests.
(edit) @1870 [1870] 5 days Chuck.Esterbrook * Improved error checking on listen and ignore statements.
(edit) @1869 [1869] 5 days Chuck.Esterbrook Changed the default Trace.prefix from 'trace:' to ' trace:'. The …
(edit) @1868 [1868] 5 days Chuck.Esterbrook Fixed: Cobra compiler passes -pkg: options down to the C# compiler which …
(edit) @1867 [1867] 5 days Chuck.Esterbrook For NameSpace?.addDecl, relax the restriction that declarations cannot …
(edit) @1866 [1866] 6 days Chuck.Esterbrook Fix up problems with CobraCore?.findCobraExe from last checkin.
(edit) @1865 [1865] 6 days Chuck.Esterbrook Disable CobraInfo?.cs which is problematic right now.
(edit) @1864 [1864] 6 days Chuck.Esterbrook Happy New Year
(edit) @1863 [1863] 6 days Chuck.Esterbrook New snapshot and changes to go with it (success semantics were fixed).
(edit) @1862 [1862] 6 days Chuck.Esterbrook Fixed: A return statement in the try block of a try...success
(edit) @1861 [1861] 7 days Chuck.Esterbrook Code cleanup.
(edit) @1860 [1860] 7 days Chuck.Esterbrook Normally the compiler and libraries to be installed are compiled with …
(edit) @1859 [1859] 7 days Chuck.Esterbrook Fix bug in DecimalTools?.pow.
(edit) @1858 [1858] 8 days Chuck.Esterbrook Fix test cases for DecimalTools.pow.
(edit) @1857 [1857] 8 days Chuck.Esterbrook Fix errors regarding overrides and nilable argument types.
(edit) @1856 [1856] 8 days Chuck.Esterbrook Use new -out: option instead of -sharp-args:
(edit) @1855 [1855] 8 days Chuck.Esterbrook Fix a bug regarding the return statement. I don't think this bug existed …
(edit) @1854 [1854] 8 days Chuck.Esterbrook Add OldExpr?.toCobraSource.
(edit) @1853 [1853] 8 days Chuck.Esterbrook Added extensions on generic types like List<of T> and IDictionary<of K, …
(edit) @1852 [1852] 9 days Chuck.Esterbrook Correct maintenance of .compiler.boxStack. (internal change only) Code …
(edit) @1851 [1851] 10 days Chuck.Esterbrook Add new bang-equals source correction.
(edit) @1850 [1850] 10 days Chuck.Esterbrook Forgot to add this file with the last checkin.
(edit) @1849 [1849] 10 days Chuck.Esterbrook Code cleanup.
(edit) @1848 [1848] 10 days Chuck.Esterbrook Improved error message for a != b when erroneously used as "does not …
(edit) @1847 [1847] 10 days Chuck.Esterbrook Fixed: Using invalid types such as double suggests the .NET System …
(edit) @1846 [1846] 10 days Chuck.Esterbrook Add "TPK in Cobra". See doc string for details.
(edit) @1845 [1845] 10 days Chuck.Esterbrook Add .pow and .sqrt to decimal to make it uniform with float. This is …
(edit) @1844 [1844] 11 days Chuck.Esterbrook Added new .bat for creating Cobra.Lang.Compiler.
(edit) @1843 [1843] 11 days Chuck.Esterbrook New snapshot.
(edit) @1842 [1842] 11 days Chuck.Esterbrook Added new -namespace: command line option. From the help: Set the …
(edit) @1841 [1841] 12 days Chuck.Esterbrook Code cleanup.
(edit) @1840 [1840] 12 days Chuck.Esterbrook Fix non-nilable args in overrides where the arg in the base method is …
(edit) @1839 [1839] 12 days Chuck.Esterbrook Update various docs.
(edit) @1838 [1838] 12 days Chuck.Esterbrook Change -correct-case option to -correct-source. Support new command line …
(edit) @1837 [1837] 2 weeks Chuck.Esterbrook Fix a bug introduced by the last checkin.
(edit) @1836 [1836] 2 weeks Chuck.Esterbrook Update the -help for -embed-run-time.
(edit) @1835 [1835] 2 weeks Chuck.Esterbrook Fixed: Embed run-time option doesn't prevent namespace …
(edit) @1834 [1834] 2 weeks Chuck.Esterbrook * Fixed: Cobra does not give a sensible error message when the X in …
(edit) @1833 [1833] 2 weeks Chuck.Esterbrook Fixed: Cobra does not read "non-nilable" from DLL parameter types.
(edit) @1832 [1832] 2 weeks Chuck.Esterbrook Fixed: Cobra allows overriding methods to narrow parameter types by making …
(edit) @1831 [1831] 3 weeks Chuck.Esterbrook Fixed: Cannot access nested types.
(edit) @1830 [1830] 3 weeks Chuck.Esterbrook Fixed: Small floating point literals such as 0.00001 cause false …
(edit) @1829 [1829] 3 weeks Chuck.Esterbrook Fixed: for-expr enumerate int and slice-like …
(edit) @1828 [1828] 3 weeks Chuck.Esterbrook Fix a bug recently introduced, but not covered by the test suite. Covered …
(edit) @1827 [1827] 4 weeks Chuck.Esterbrook Fixed: Raise on a delegate should generate error …
(edit) @1826 [1826] 4 weeks Chuck.Esterbrook Code cleanup. Rename "raise-exception" test to more general …
(edit) @1825 [1825] 4 weeks Chuck.Esterbrook Fixed: Cannot expect Exception due to false compilation …
(edit) @1824 [1824] 4 weeks Chuck.Esterbrook * Limit internal exception errors to 1024 chars. * Fixed: Accessing a …
(edit) @1823 [1823] 4 weeks Chuck.Esterbrook Added How To Use Arrays. ticket:88 credit:hopscc,Chuck
(edit) @1822 [1822] 4 weeks Chuck.Esterbrook Fixed: Compiler experiences internal error if the args list of a method …
(edit) @1821 [1821] 4 weeks Chuck.Esterbrook Fix bug in "Clean up workspace" phase. reported-by:agustech
(edit) @1820 [1820] 4 weeks Chuck.Esterbrook Drop minimum Mono version to 1.9.
(edit) @1819 [1819] 4 weeks Chuck.Esterbrook Fix bug when using anonymous methods inside control …
(edit) @1818 [1818] 4 weeks Chuck.Esterbrook Support bitwise-and for testing enums. reported-by:gauthier
(edit) @1817 [1817] 4 weeks Chuck.Esterbrook Fix test case to invoke the intended generic method. reported-by:gauthier
(edit) @1816 [1816] 4 weeks Chuck.Esterbrook Show an example of ... is protected, override
(edit) @1815 [1815] 4 weeks Chuck.Esterbrook Fix a bug in the new streams where you could not yield in a method with …
(edit) @1814 [1814] 4 weeks Chuck.Esterbrook Added String extension for new split overloads to take and return …
(edit) @1813 [1813] 4 weeks Chuck.Esterbrook Expose more information of the frame through properties. Label args and …
(edit) @1812 [1812] 5 weeks Chuck.Esterbrook Fix bug where key+value pairs were listed twice in the property grid.
(edit) @1811 [1811] 5 weeks Chuck.Esterbrook Code cleanup. Minor.
(edit) @1810 [1810] 5 weeks Chuck.Esterbrook * Use the new HasAppendNonPropertyKeyValues? interface to flesh out …
(edit) @1809 [1809] 5 weeks Chuck.Esterbrook Make CobraFrame? implement HasAppendNonPropertyKeyValues? for better …
(edit) @1808 [1808] 5 weeks Chuck.Esterbrook Add -ert:yes like comp.bat. This ensures the compiler is built with the …
(edit) @1807 [1807] 5 weeks Chuck.Esterbrook Updates for last checkin/code-cleanup.
(edit) @1806 [1806] 5 weeks Chuck.Esterbrook New snapshot.
(edit) @1805 [1805] 5 weeks Chuck.Esterbrook Code cleanup. Rename IObjectView to HasAppendKeyValue?. Provide …
(edit) @1804 [1804] 5 weeks Chuck.Esterbrook Show the detailed stack trace in the Cobra compiler ObjectExplorer?. Great …
(edit) @1803 [1803] 5 weeks Chuck.Esterbrook In addition to showing the contents of lists and dictionaries, show the …
(edit) @1802 [1802] 5 weeks Chuck.Esterbrook Change default target to -t:exe so print and trace output can be seen …
(edit) @1801 [1801] 5 weeks Chuck.Esterbrook Code cleanup. Reflect current syntax and coding style.
(edit) @1800 [1800] 5 weeks Chuck.Esterbrook Fix.
(edit) @1799 [1799] 5 weeks Chuck.Esterbrook Further fix for overloaded methods in extensions. ticket:1
(edit) @1798