git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [GSoC][PATCH] microporject test_path_is_*
@ 2019-03-27 12:24 Mooga
  2019-03-27 17:05 ` Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Mooga @ 2019-03-27 12:24 UTC (permalink / raw)
  To: git


So for example  that is git diff

diff --git a/t/t2400-worktree-add.sh b/t/t2400-worktree-add.sh
index 286bba35d8..fc82965a0f 100755
--- a/t/t2400-worktree-add.sh
+++ b/t/t2400-worktree-add.sh
@@ -66,7 +66,7 @@ test_expect_success '"add" worktree' '
test_expect_success '"add" worktree with lock' '
        git rev-parse HEAD >expect &&
        git worktree add --detach --lock here-with-lock master &&
-       test -f .git/worktrees/here-with-lock/locked
+       test_path_is_file .git/worktrees/here-with-lock/locked



I would like to hear feedback if I should commit 





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [GSoC][PATCH] microporject test_path_is_*
  2019-03-27 12:24 [GSoC][PATCH] microporject test_path_is_* Mooga
@ 2019-03-27 17:05 ` Elijah Newren
  2019-03-27 20:29   ` Mooga
  0 siblings, 1 reply; 6+ messages in thread
From: Elijah Newren @ 2019-03-27 17:05 UTC (permalink / raw)
  To: Mooga; +Cc: Git Mailing List

Hi Mooga,

On Wed, Mar 27, 2019 at 5:27 AM Mooga <contact@m-mooga.com> wrote:
>
>
> So for example  that is git diff
>
> diff --git a/t/t2400-worktree-add.sh b/t/t2400-worktree-add.sh
> index 286bba35d8..fc82965a0f 100755
> --- a/t/t2400-worktree-add.sh
> +++ b/t/t2400-worktree-add.sh
> @@ -66,7 +66,7 @@ test_expect_success '"add" worktree' '
> test_expect_success '"add" worktree with lock' '
>         git rev-parse HEAD >expect &&
>         git worktree add --detach --lock here-with-lock master &&
> -       test -f .git/worktrees/here-with-lock/locked
> +       test_path_is_file .git/worktrees/here-with-lock/locked
>
> I would like to hear feedback if I should commit

As you noticed from the other thread, there are folks who are now
unsure whether this microproject suggestion is a good idea anymore.
Personally, I like the test_path_is_* slightly better, but the real
issue is that we didn't have that discussion before starting the GSoC
process and putting it up as a suggestion on the microprojects page.
I think the main purpose is getting people familiar with creating and
submitting patches, so I'd go ahead and make this change as well as
others needed in that file and submit it.  Maybe the patch doesn't get
applied but if you've created a correct commit and submitted it as a
patch to the mailing list, I'd still count it as a successful
microproject.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GSoC][PATCH] microporject test_path_is_*
  2019-03-27 17:05 ` Elijah Newren
@ 2019-03-27 20:29   ` Mooga
  2019-03-28 16:02     ` Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Mooga @ 2019-03-27 20:29 UTC (permalink / raw)
  To: Elijah Newren; +Cc: git

Hi Eliah, 
thanks for the advice, but still after I read the  SubmittingPatches , and see around the Submitting patches process still confussing for me , there's a better way  for explanation as an example  


Regards

On 27.03.19, 18:06, "Elijah Newren" <git-owner@vger.kernel.org on behalf of newren@gmail.com> wrote:

    Hi Mooga,
    
    On Wed, Mar 27, 2019 at 5:27 AM Mooga <contact@m-mooga.com> wrote:
    >
    >
    > So for example  that is git diff
    >
    > diff --git a/t/t2400-worktree-add.sh b/t/t2400-worktree-add.sh
    > index 286bba35d8..fc82965a0f 100755
    > --- a/t/t2400-worktree-add.sh
    > +++ b/t/t2400-worktree-add.sh
    > @@ -66,7 +66,7 @@ test_expect_success '"add" worktree' '
    > test_expect_success '"add" worktree with lock' '
    >         git rev-parse HEAD >expect &&
    >         git worktree add --detach --lock here-with-lock master &&
    > -       test -f .git/worktrees/here-with-lock/locked
    > +       test_path_is_file .git/worktrees/here-with-lock/locked
    >
    > I would like to hear feedback if I should commit
    
    As you noticed from the other thread, there are folks who are now
    unsure whether this microproject suggestion is a good idea anymore.
    Personally, I like the test_path_is_* slightly better, but the real
    issue is that we didn't have that discussion before starting the GSoC
    process and putting it up as a suggestion on the microprojects page.
    I think the main purpose is getting people familiar with creating and
    submitting patches, so I'd go ahead and make this change as well as
    others needed in that file and submit it.  Maybe the patch doesn't get
    applied but if you've created a correct commit and submitted it as a
    patch to the mailing list, I'd still count it as a successful
    microproject.
    



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GSoC][PATCH] microporject test_path_is_*
  2019-03-27 20:29   ` Mooga
@ 2019-03-28 16:02     ` Elijah Newren
  2019-03-28 17:07       ` Mooga
  0 siblings, 1 reply; 6+ messages in thread
From: Elijah Newren @ 2019-03-28 16:02 UTC (permalink / raw)
  To: Mooga; +Cc: Git Mailing List

On Wed, Mar 27, 2019 at 1:31 PM Mooga <contact@m-mooga.com> wrote:
>
> Hi Eliah,
> thanks for the advice, but still after I read the  SubmittingPatches , and see around the Submitting patches process still confussing for me , there's a better way  for explanation as an example
>
>
> Regards

On this list, please respond to emails interleaved or below the
original email; we discourage top-posting.

What part of the process is confusing?  Without knowing that, we're
likely to just repeat the document as it stands.  Also, have you taken
a look at https://gitgitgadget.github.io/ (which is a new thing
designed to make submitting patches to git.git easier)?

Hope that helps,
Elijah

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GSoC][PATCH] microporject test_path_is_*
  2019-03-28 16:02     ` Elijah Newren
@ 2019-03-28 17:07       ` Mooga
  2019-03-28 18:01         ` Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Mooga @ 2019-03-28 17:07 UTC (permalink / raw)
  To: Elijah Newren; +Cc: git@vger.kernel.org

I have done what is https://gitgitgadget.github.io/ but the problem is
my pull request not being successful even what I have changed is " test_path_is_dir " in test file "t2400", it returns

PowerShell exited with code '1'.
Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\t\failed-test-artifacts

I have contributed before in open source community and I just need a quick review to continue the proposal

On 28.03.19, 17:03, "Elijah Newren" <git-owner@vger.kernel.org on behalf of newren@gmail.com> wrote:

    On Wed, Mar 27, 2019 at 1:31 PM Mooga <contact@m-mooga.com> wrote:
    >
    > Hi Eliah,
    > thanks for the advice, but still after I read the  SubmittingPatches , and see around the Submitting patches process still confussing for me , there's a better way  for explanation as an example
    >
    >
    > Regards
    
    On this list, please respond to emails interleaved or below the
    original email; we discourage top-posting.
    
    What part of the process is confusing?  Without knowing that, we're
    likely to just repeat the document as it stands.  Also, have you taken
    a look at https://gitgitgadget.github.io/ (which is a new thing
    designed to make submitting patches to git.git easier)?
    
    Hope that helps,
    Elijah
    



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GSoC][PATCH] microporject test_path_is_*
  2019-03-28 17:07       ` Mooga
@ 2019-03-28 18:01         ` Elijah Newren
  0 siblings, 0 replies; 6+ messages in thread
From: Elijah Newren @ 2019-03-28 18:01 UTC (permalink / raw)
  To: Mooga; +Cc: git@vger.kernel.org

Hi Mooga,

On Thu, Mar 28, 2019 at 10:08 AM Mooga <contact@m-mooga.com> wrote:
>
> I have done what is https://gitgitgadget.github.io/ but the problem is
> my pull request not being successful even what I have changed is " test_path_is_dir " in test file "t2400", it returns
>
> PowerShell exited with code '1'.
> Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\t\failed-test-artifacts
>
> I have contributed before in open source community and I just need a quick review to continue the proposal

Please don't top-post.

I may have to allow others to respond as I haven't used Windows
meaningfully in over two decades and don't know how to do anything
useful on that OS, but the fact you are attempting to run these bourne
shell scripts with PowerShell suggests you are not invoking them
correctly.  You'll need to get and use some version of Bash; see
https://github.com/git-for-windows/git/blob/master/CONTRIBUTING.md


Hope that helps,
Elijah


> On 28.03.19, 17:03, "Elijah Newren" <git-owner@vger.kernel.org on behalf of newren@gmail.com> wrote:
>
>     On Wed, Mar 27, 2019 at 1:31 PM Mooga <contact@m-mooga.com> wrote:
>     >
>     > Hi Eliah,
>     > thanks for the advice, but still after I read the  SubmittingPatches , and see around the Submitting patches process still confussing for me , there's a better way  for explanation as an example
>     >
>     >
>     > Regards
>
>     On this list, please respond to emails interleaved or below the
>     original email; we discourage top-posting.
>
>     What part of the process is confusing?  Without knowing that, we're
>     likely to just repeat the document as it stands.  Also, have you taken
>     a look at https://gitgitgadget.github.io/ (which is a new thing
>     designed to make submitting patches to git.git easier)?
>
>     Hope that helps,
>     Elijah
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-28 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 12:24 [GSoC][PATCH] microporject test_path_is_* Mooga
2019-03-27 17:05 ` Elijah Newren
2019-03-27 20:29   ` Mooga
2019-03-28 16:02     ` Elijah Newren
2019-03-28 17:07       ` Mooga
2019-03-28 18:01         ` Elijah Newren

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).