View Bug Report
ErrorHandling - GNOME is nil, generating a LUA error when you make a typo in sequences.lua
Bug #: 8470
File: GSE:Advanced Macro Compiler
Date: 07-05-16 05:40 AM
By: ipaq
Status: Fixed
LUA Error report:

Line 18 of errorhandler.lua

print(format('|cffff0000[%s] syntax error on line %d of Sequences.lua:|r %s', GNOME, line, err, debuglocals(4)))

GNOME is nil

Detail on the setup:

1. Version 0.4;

2. Disable Addon [GS Draik's Macro]

3. Replace Sequences.lua with my old one;

4. Make a typo =D in that case I was a missing } at the end of a block;

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Huldrych - 07-05-16 04:46 PM
Yeah as GNOME hasnt finished initialising its nil at this point in time. Will see what I can do.

Thanks for the heads up.
By: Huldrych - 07-05-16 05:17 PM
I've fixed this in teh GitHub repository and it will be in the next release to the site.