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

The return value of long[] is attached with "L" in testcase.sample #151

Open
camypaper opened this issue Apr 27, 2014 · 3 comments
Open
Labels

Comments

@camypaper
Copy link

It's occured at TCO Round 1C Med 'FizzBuzzTurbo'.
I'm C# user, and used combination of 'filetest' and 'tescase'.
Error was occurred when the return value was read from "FizzBuzzTurbo.sample", because of suffix 'L'

@wookayin
Copy link
Collaborator

This is an apparent bug, which is expected to be fixed soon. Please refer to #142.

wookayin added a commit to wookayin/topcoder-greed that referenced this issue Jul 6, 2014
Introduced the class 'Argument' to make the argument values of parameters
can be rendered in the templates, depending on the language.

A renderer for Argument is registered, dispatching the actual rendering
on the implemented language traits. For example, long-type integers
are followed by 'LL' suffix in C++ templates, but not in test-cases
templates (issue zen0wu#151).

Just a note for contributors: To make that our previous templates
work correctly, the type of ParamValue#ValueList is changed to Argument[].
@wookayin
Copy link
Collaborator

wookayin commented Sep 2, 2014

Not yet fixed as of now :)

@camypaper
Copy link
Author

I'm sorry. I reopen now.thx:)

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

No branches or pull requests

2 participants