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

Error when translating - "Mark TODO 4" #118

Open
Pharmhaus-2 opened this issue Apr 14, 2019 · 3 comments
Open

Error when translating - "Mark TODO 4" #118

Pharmhaus-2 opened this issue Apr 14, 2019 · 3 comments

Comments

@Pharmhaus-2
Copy link

Original Author: Ghouly-The-Ghost

I have a project that I made, in late 2017 when I was first learning Monkey2, and I wanted to let others have access to it. With the latest Monkey2 version it fails to build and there is no trace at all for me to diagnose myself.

This is all the console tells me:

Parsing...
Semanting...
Translating...
Build error: Mark TODO 4
Translate error: Mark TODO 4

You can get access to the repo through this invitation link: https://github.com/Ghouly-The-Ghost/FBMonkey2/invitations

There's not much code to look through... but if you know what the error indicates it would be much easier for me to just find what I need to change and then I can post the project quickly for others to learn from! Thanks!

@Pharmhaus-2
Copy link
Author

Unfinished work in mx2cc\translator_cpp.monkey2

@Pharmhaus-2 Pharmhaus-2 added this to the Bugfix Release milestone Apr 14, 2019
@Pharmhaus-2 Pharmhaus-2 self-assigned this Apr 14, 2019
@Pharmhaus-2
Copy link
Author

MCVE:

#Import "<std>"

Class Test222
	Method New(atype:String[] = New String[]("Test") )
		Self.New()
	End
End

Function Main()
End Function

@Pharmhaus-2
Copy link
Author

@Ghouly-The-Ghost Would you mind checking with the current develop?
I would appreciate some feedback.

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