-
Notifications
You must be signed in to change notification settings - Fork 174
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
Create object to represent a LORIS Instance #6022
Labels
Proposal
PR or issue suggesting an improvement that can be accepted, rejected or altered
Comments
driusan
added
the
Proposal
PR or issue suggesting an improvement that can be accepted, rejected or altered
label
Feb 5, 2020
👍 |
Blocked by #6023 |
driusan
added
the
State: Blocked
PR or issue awaiting an external event such as the merge or another PR to proceed
label
Feb 20, 2020
driusan
added a commit
to driusan/Loris
that referenced
this issue
Feb 27, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
driusan
removed
the
State: Blocked
PR or issue awaiting an external event such as the merge or another PR to proceed
label
Feb 27, 2020
driusan
added a commit
to driusan/Loris
that referenced
this issue
Feb 27, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
driusan
added a commit
to driusan/Loris
that referenced
this issue
Feb 27, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
driusan
added a commit
that referenced
this issue
Mar 3, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves #6022
zaliqarosli
pushed a commit
to zaliqarosli/Loris
that referenced
this issue
Mar 3, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
maltheism
pushed a commit
to maltheism/Loris
that referenced
this issue
Apr 7, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
laemtl
pushed a commit
to laemtl/Loris
that referenced
this issue
Jun 10, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
laemtl
pushed a commit
to laemtl/Loris
that referenced
this issue
Jun 16, 2020
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
AlexandraLivadas
pushed a commit
to AlexandraLivadas/Loris
that referenced
this issue
Jun 29, 2021
This adds a class to LORIS to represent an installed LORIS instance. It is primarily a stub that can be expanded in the future. Resolves aces#6022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is currently no concept of an installed LORIS instance for LORIS. Things that would logically belong in such a class tend to be scattered across the codebase in static functions or pseudo-globals (ie. the utility class, singletons, various factories) or be hardcoded with no canonical source of truth (ie. the
project/
directory.)We should create a class to represent the installed LORIS instance, pass it around where appropriate, and use it.
The text was updated successfully, but these errors were encountered: