1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
forgot to unbreak some deliberately broken tests. More... about 13 years ago
fixed issue #12, bad newlines showing up in xunit.gui console due to not using Environment.NewLine. More... about 13 years ago
minor refactor More... about 13 years ago
* fixed issue #10: can't handle types in modules * implemented most of feature #3 request: UnionCaseTest. using dynamic op source sprinting to make things easier. More... about 13 years ago
progress on issue #3: sprinting union case tests. More... about 13 years ago
added test cases for generic du sprinting More... about 13 years ago
Fix bug: error sprinting empty list (issue #8) More... about 13 years ago
fixed issue #6: FSharpName can't handle generic type definitions. More... about 13 years ago
added optimization: local sprint for list cons when no literal list (otherwise isLiteralList is called for each recursive cons sprint). More... about 13 years ago
added more source op and reducy fully op tests for new union cases. More... over 13 years ago
implemented support for literal list constructions; added sourceop tests but still need reduction steps. More... over 13 years ago
major progress on NewUnionCase subexpressions (issue #4): sprinting and reducing correctly, but need to support literal list syntax best we can, currently have some failing tests. More... over 13 years ago
implemented basic support for TupleGet: quite verbose though, need to support better handling of patternInput More... over 13 years ago
removed some rogue code More... over 13 years ago
updated readme for v1.2.1 release More... over 13 years ago
fix bug involving Application rebuild during reduction with lambda Values. More... over 13 years ago
minor refactoring More... over 13 years ago
add logo.png (silly logo for googlecode site) add build.bat (simple build script) More... over 13 years ago
corrected nowarn code More... over 13 years ago
update readme in prep for v1.2.0 release More... over 13 years ago
move raisesResult DU to Private module More... over 13 years ago
polished raises implementation including better messages. wrote raises test cases. More... over 13 years ago
first pass implimentation of raises<'a when 'a :> exn> (expr:Expr). need to refactor testFailed so can reuse delegates for specialized message. More... over 13 years ago
update Getting Started to reflect changes for release More... over 13 years ago
update release date for 1.1.0 More... over 13 years ago
updated readme.html with release notes. More... over 13 years ago
changed Operator.test output to not sure tabs More... over 13 years ago
Print "()" for function calls which 1) do not need explit type arguments 2) take only single unit arg More... over 13 years ago
add release notes to readme.html More... over 13 years ago
added another test case for nest lambda Value cases More... over 13 years ago