Update wd_demo.au3 - Au3Stripper to support @ScriptLineNumber in compiled mode#541
Conversation
|
to be honest, I don't care about the ==> So feel free to add or strip any parts of this file 😇 . My thoughts about it. Best regards |
|
@sven-seyfert did you change your opinion since the post below ? |
Therefore, the program also includes: For me, Feedback should be available regardless of whether you're running the script in a test (development) environment or in a production environment, where the compiled version is most often run.
It is rare for a single PR to immediately generate a new RELEASE. |
|
Fair enough and understandable.
Therefore you can fork the project/repository and build your own version until the new release is available. At least when it comes to personal necessary updates, I would go with that way instead of waiting until the release is published. The downside is that you have to monitor the repo state to avoid unsyncrones behavior. So ones again, feel free to add or strip any parts of Best regards |
|
So waiting for @Danp2 decision. |
Pull request
Proposed changes
Recently I proposed the already merged : #534
Here I propose to continue this topic.
In compiled mode all information in the output should provide according information, all together with script line numbers.
Checklist
Types of changes
What is the current behavior?
In compiled mode in the output the information are not complementary, thus my #540
But script line numbers would be
-1in compiled mode.What is the new behavior?
In compiled mode, the proper line numbers are included in the results outputed to the selected output.
Influences and relationship to other functionality
none
Additional context
#534
#540
System under test
not releated