Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jun 21, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant