-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for NSIS 3.03 #1288
Conversation
Thanks and sorry for the all the confusion in #1285 ^^ |
Whoops, sorry about that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there. It appears you removed some tests and I don't understand why. Could you explain the reason? Or restore them if they were removed by mistake?
@@ -22,9 +23,9 @@ | |||
!macro | |||
!makensis | |||
!packhdr | |||
!pragma |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you removed this test by mistake.
@@ -57,9 +59,9 @@ | |||
["important", "!macro"], | |||
["important", "!makensis"], | |||
["important", "!packhdr"], | |||
["important", "!pragma"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
@@ -41,7 +41,6 @@ EnumRegValue | |||
Exch | |||
Exec | |||
ExecShell | |||
ExecShellWait |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. This keyword still exists in the pattern, so it should be tested.
@@ -207,8 +213,6 @@ WriteINIStr | |||
WriteRegBin | |||
WriteRegDWORD | |||
WriteRegExpandStr | |||
WriteRegMultiStr | |||
WriteRegNone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
@@ -259,7 +263,6 @@ XPStyle | |||
["keyword", "Exch"], | |||
["keyword", "Exec"], | |||
["keyword", "ExecShell"], | |||
["keyword", "ExecShellWait"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
@@ -425,8 +435,6 @@ XPStyle | |||
["keyword", "WriteRegBin"], | |||
["keyword", "WriteRegDWORD"], | |||
["keyword", "WriteRegExpandStr"], | |||
["keyword", "WriteRegMultiStr"], | |||
["keyword", "WriteRegNone"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Great, LGTM! Thanks for contributing! |
!getdllversion
and!system