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 renaming event class #697

Open
ylazy opened this issue Jul 20, 2023 · 2 comments
Open

Error renaming event class #697

ylazy opened this issue Jul 20, 2023 · 2 comments

Comments

@ylazy
Copy link

ylazy commented Jul 20, 2023

When I rename symbol TickerEvent to FrameTickerEvent, the Event tags in other classes were renamed incorrectly:

	[Event(name = "onTick",			type = FrameTickerEventt")]
	[Event(name = "onTickStart",	type = FrameTickerEventt")]
	[Event(name = "onTickEnd",		type = FrameTickerEventt")]

expected result:

	[Event(name = "onTick",			type = "FrameTickerEvent")]
	[Event(name = "onTickStart",	type = "FrameTickerEvent")]
	[Event(name = "onTickEnd",		type = "FrameTickerEvent")]
@joshtynjala
Copy link
Member

It looks like the Royale compiler is providing the incorrect position. I'll need to fix it there first.

@joshtynjala
Copy link
Member

apache/royale-compiler@e5a22fb

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

2 participants