0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added EitherExt.applyLeft, EitherExt.applyRight added apply for left and right projections added eitherF boxings functions for projections More... about 12 years ago
improved Stack output in macroError More... about 12 years ago
temporary removed inline (compiler bug) More... about 12 years ago
added OptionExt.isSome added OptionExt.withFilter (for Do syntax) More... about 12 years ago
ArrayExt.insertElemFront is now cons ArrayExt.insertElemBack is now append added WithFilter methods (for Do syntax) improved ArrayExt.map function More... about 12 years ago
Moved all Predicate Extensions into PredicateExt More... about 12 years ago
some renaming + docs More... about 12 years ago
added Context.isTypeable clean up unsafe casting function More... about 12 years ago
added PartialApplication macros More... about 12 years ago
refactoring added Foldable for LazyList addeed Box More... about 12 years ago
added test hxmls More... about 12 years ago
added/fixed some Tests More... about 12 years ago
added generators for Eq classes first version for Enum is working Anon version is not working More... about 12 years ago
A lot of fixes to all instances (all compilable) fixed Box und Utils (use Context.followAliases instead of Context.follow) refactored GenEq added some changes due to scutsCore changes More... about 12 years ago
added first version of Do macro for monad comprehensions works like scala for comprehensions More... about 12 years ago
some refactoring (Moved all FunctionXExt to FunctionExt) added Either Left and Right Projections added Validation Fail Projection added OptionExt.flatten added FutureExt.filter moved Dynamic to Either conversions to EitherExt moved Dynamic to Option conversions to OptionExt removed Lazy reference in ArrayExt added ArrayExt.someMapped ImportAllBuilder.build now takes an array of packages More... about 12 years ago
fixed Cast.inlinedUnsafeCastTo2 added Context.followAliases applied some changes due to scutsCore changes added Make.parenthesis and ExprExt.inParenthesis added Select.selectEReturn Type.getTypeFromModule and getType are now returning Options added lazy key in ExprCache fixed TypeExt.eq for TMono/Unknown types More... about 12 years ago
removed trace More... about 12 years ago
clearer error message More... about 12 years ago
added first version of do syntax for monads example: More... about 12 years ago
added OptionExt.each fixed ProgressiveFutureExt.map added ValidationExt.each, eachFailure More... about 12 years ago
added Check.isConstNull fixed Context.getLocalClassAsType and getLocalClassAsClassType added Context.getType2 fixed ExprCache More... about 12 years ago
added runImportAll (checks successfull compilation for all types) added times to tests More... about 12 years ago
added Hash extensions More... about 12 years ago
added a Test More... about 12 years ago
minor fix, causes some compilation troubles More... about 12 years ago
added zip functions and lifting for futures More... about 12 years ago
Either changes from last commit message More... about 12 years ago
added Validation type and extensions (like Either but more explicit) added Either.toValidation removed Either.isFailure and isSuccess (use Validation) added Either.ifLeft, ifRight, toBool, orElse More... about 12 years ago
fixed Lazy for non nullable types (f.e. primitives in flash player) minor fixes for ArrayExt and DynamicExt added toEffect and lazyThunk and promote in Function0Ext added toEffect in Function1Ext added IntExt.eq More... about 12 years ago