Skip to content

Locally defined / redefined custom and standard operators should be decompiled same as top-level operators #90

@GoogleCodeExporter

Description

@GoogleCodeExporter
Test 'DecompilationTests.locally redefined standard prefix op sprinted as 
prefix op when fully applied' failed: 

"op_UnaryNegation 1" = "-x"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1070,0): at DecompilationTests.locally redefined standard prefix op sprinted as prefix op when fully applied()

Test 'DecompilationTests.locally redefined standard prefix op sprints leading 
tilda when required when no args applied' failed:

"op_UnaryNegation" = "(~-)"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1064,0): at DecompilationTests.locally redefined standard prefix op sprints leading tilda when required when no args applied()

Test 'DecompilationTests.locally defined standard prefix op sprinted as prefix 
op when fully applied' failed: 

"op_TwiddlePlusDot 1" = "+.1"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1059,0): at DecompilationTests.locally defined standard prefix op sprinted as prefix op when fully applied()

Test 'DecompilationTests.locally defined standard infix op sprinted as symbol 
when partially applied' failed: 

"op_PlusPlusPlus 1" = "(+++) 1"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1085,0): at DecompilationTests.locally defined standard infix op sprinted as symbol when partially applied()

Test 'DecompilationTests.locally defined standard infix op sprinted as infix op 
when fully applied' failed: 

"op_PlusPlusPlus 1 1" = "1 +++ 1"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1090,0): at DecompilationTests.locally defined standard infix op sprinted as infix op when fully applied()

Test 'DecompilationTests.locally defined standard prefix op sprints leading 
tilda when required when no args applied' failed:

"op_TwiddlePlusDot" = "(~+.)"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1054,0): at DecompilationTests.locally defined standard prefix op sprints leading tilda when required when no args applied()

Test 'DecompilationTests.locally redefined standard infix op sprinted as infix 
op when fully applied' failed: 

"op_Addition 1 1" = "1 + 1"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1080,0): at DecompilationTests.locally redefined standard infix op sprinted as infix op when fully applied()

Test 'DecompilationTests.locally redefined standard infix op sprinted as symbol 
when partially applied' failed: 

"op_Addition 1" = "(+) 1"
false

    C:\Users\Stephen\Documents\Visual Studio 11\Projects\Unquote\code\UnquoteTests\DecompilationTests.fs(1075,0): at DecompilationTests.locally redefined standard infix op sprinted as symbol when partially applied()


Original issue reported on code.google.com by stephen....@gmail.com on 30 Apr 2012 at 12:05

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions