Improved debugging features #23
Merged
jonnypress merged 3 commits intomasterfrom Jan 6, 2017
Merged
Conversation
…iles are no longer masked
jonnypress
requested changes
Jan 6, 2017
Contributor
jonnypress
left a comment
There was a problem hiding this comment.
Could you make that an if-else rather than a double if? Seems like it would be a bit neater.
Collaborator
|
looks good to me |
jonnypress
approved these changes
Jan 6, 2017
FlyingOE
pushed a commit
to FlyingOE/TorQ
that referenced
this pull request
Mar 10, 2017
* 'master' of https://github.com/AquaQAnalytics/TorQ: (95 commits) Fixed issue where eod would fail when wdb was set to partbyattr and t… (DataIntellectTech#42) Mergereplay (DataIntellectTech#41) Preventing tabsizes appearing in hdb (DataIntellectTech#39) Subcut (DataIntellectTech#38) Added fix to .email.senddefault to terminate if no connection to server (DataIntellectTech#37) added passwords dictionary for connecting to non torq processes and modified opencon function (DataIntellectTech#36) Blog page and short descriptions of previously unmentioned files (DataIntellectTech#35) Documentation kdbappcode (DataIntellectTech#34) updated to 3.0.0 added ldap permissioning Ldap (DataIntellectTech#29) eodtime bugfix, improved error catching at rollover (DataIntellectTech#31) Update utilities.md with comments on API table generation (DataIntellectTech#33) Docsite (DataIntellectTech#32) Delete Documentation pdf (DataIntellectTech#30) Readme update (DataIntellectTech#28) Mkdocs site details (DataIntellectTech#27) Added permissions.q to the documentation (DataIntellectTech#25) Permissions (DataIntellectTech#24) Improved debugging features (DataIntellectTech#23) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved debugging features in the loadf function so that errors inside files are no longer masked. If an error occurs when files are loaded in, it will flag at that point in the file and enter debug mode.
I'm happy in my eyes that this change won't have any other implications and there are no other error traps that will cause issue.