-
Notifications
You must be signed in to change notification settings - Fork 42
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
Auto store items on container based on inscribed regex #608
Open
AquariusPower
wants to merge
38
commits into
Attnam:master
Choose a base branch
from
AquariusPower:AutoStoreOnContainer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
15d64ae
Merge pull request #24 from Attnam/master
AquariusPower 99ef7d6
Merge pull request #25 from Attnam/master
AquariusPower af8c444
Merge pull request #26 from Attnam/master
AquariusPower 9979cf8
Merge pull request #27 from Attnam/master
AquariusPower 8714ec6
Merge pull request #28 from Attnam/master
AquariusPower 47044b9
Merge pull request #29 from Attnam/master
AquariusPower b4be00e
Merge branch 'master' of https://github.com/Attnam/ivan into Attnam-m…
AquariusPower a5387b8
Merge branch 'master' of https://github.com/Attnam/ivan into Attnam-m…
AquariusPower 9f2cf80
Merge pull request #30 from Attnam/master
AquariusPower 6d71776
Merge pull request #31 from Attnam/master
AquariusPower 0f7bbaa
Merge pull request #32 from Attnam/master
AquariusPower 932103d
Merge pull request #33 from Attnam/master
AquariusPower d5bfecc
Merge pull request #34 from Attnam/master
AquariusPower d028bf9
Merge pull request #35 from Attnam/master
AquariusPower 1812c10
Merge pull request #37 from Attnam/master
AquariusPower cf1dc8e
Merge pull request #38 from Attnam/master
AquariusPower 91dd7fd
Merge pull request #39 from Attnam/master
AquariusPower 11f489a
Merge pull request #40 from Attnam/master
AquariusPower 10b7dab
Merge pull request #41 from Attnam/master
AquariusPower 5e97b45
Merge pull request #42 from Attnam/master
AquariusPower 2bcac17
Merge pull request #43 from Attnam/master
AquariusPower 2adf952
Merge pull request #44 from Attnam/master
AquariusPower 2ea63f2
Merge pull request #45 from Attnam/master
AquariusPower e9ef42d
Merge pull request #46 from Attnam/master
AquariusPower 720ec65
Merge pull request #48 from Attnam/master
AquariusPower 57200e5
Merge pull request #49 from Attnam/master
AquariusPower 7c5d75f
Merge branch 'master' of https://github.com/Attnam/ivan into Attnam-m…
AquariusPower a197cd7
NOT WORKING HERE: auto store item in container (some code is missing …
AquariusPower 8159c3b
auto store item in container is working!
AquariusPower 809cbe5
missing #include <iostream>
AquariusPower d59e521
commented helpful output as travis-ci wont compile it even with: #inc…
AquariusPower 29752d7
pcre for igor and mihail
AquariusPower 8965d9a
Merge branch 'master' into AutoStoreOnContainer
AquariusPower 73c3e10
Merge branch 'master' into AutoStoreOnContainer
ryfactor e9735fe
Merge branch 'master' into AutoStoreOnContainer
AquariusPower 9af0add
Merge branch 'master' into AutoStoreOnContainer
ryfactor 4c5829a
Merge branch 'master' into AutoStoreOnContainer
ryfactor c9d5657
Merge branch 'master' into AutoStoreOnContainer
ryfactor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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 changing this line to
if(!itc->IsLocked() && itc->IsAutoStoreMatch(itToStore->GetName(DEFINITE))){
suffices to solve #608 (comment) request