-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
469 add initial cwd to session properties #472
469 add initial cwd to session properties #472
Conversation
Oh, it's ok. I'll work on another issue. Go ahead! |
This looks great, and thanks for doing it @franekmagiera. :) I don't love the name |
To me, |
@theacodes Thanks! Now that you mention it I agree I like your propositions, having the name end with |
invocation_dir sounds good to me.
…On Thu, Sep 9, 2021 at 5:05 PM Franek Magiera ***@***.***> wrote:
@theacodes <https://github.com/theacodes> Thanks!
Now that you mention it I agree original_wd does not make much sense
without the context of #469 <#469>.
I like your propositions, having the name end with dir is better I think.
How about just session.starting_dir? It's a bit simpler, but I'm fine
with session.invocation_dir as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#472 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I44SF6XWL3AAD5K4SWTUBEORPANCNFSM5DMQNSAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
How about |
👍
…On Thu, Sep 9, 2021 at 5:19 PM Tom ***@***.***> wrote:
How about invoked_from? I know it doesn't specify dir explicitly but I
think it's nice and clear, especially when in the context of
session.invoked_from
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#472 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I4YD6GDOEFIHP6TYOJDUBEQFXANCNFSM5DMQNSAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I'm okay with that too. It's a tossup for me, I like that the type is in the name with |
Ok, |
@theacodes @henryiii @FollowTheProcess Changed the name to |
Looks good to me! happy to merge in unless anyone has any other suggestions/comments? @theacodes @cjolowicz |
I have one plumbing change I want to make here. Let me do that and I'll merge. :) |
Thanks, everyone! |
Closes #469
Added a working directory nox was originaly invoked from to session propreties.
@DiddiLeija I started working on this issue some time ago, but then had a long break and couldn't find time to finalize it until today and now noticed that you already opened a PR for it. Hopefully we did not duplicate much work, sorry for not mentioning it earlier and please let me know if you are ok with me continuing on this one.