rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
933 stars 174 forks source link

Support (or show a special error) for partition targets starting with 'game' #64

Closed LPGhatguy closed 6 years ago

LPGhatguy commented 6 years ago

Some users mistakenly prefix their partitions with game, which lines up with how you would address an object in a Roblox Lua script.

Rojo should detect this mistake and either support it by silently stripping it, or by warning the user.

LPGhatguy commented 6 years ago

This is irrelevant with the new epiphany refactor!