Re: Official devcontainer config

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrey Borodin <amborodin86(at)gmail(dot)com>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Subject: Re: Official devcontainer config
Date: 2024-08-24 14:18:58
Message-ID: CAEG8a3JycnXedKOcPvhtuVyzF5gm5=LPBZH4+Pe4PnrYqcEoGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 24, 2024 at 9:47 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>
> On 24.08.24 14:49, Junwang Zhao wrote:
> > What I haven't addressed is that the repo still uses specific local
> > paths, I think
> > this is ok since the code is not going into the core.
>
> I'm not among the target users of this, but I imagine that that would
> significantly reduce the utility of this for everyone besides you?

Yeah, the reason why I started this thread is that we(at least Jelta and I)
think it may make some potential new contributors' lives easier.

>
> > One thing I want to ask is, is there any objection to adding the
> > .devcontainer and .vscode to the .gitignore file?
>
> The standing policy is that files related to IDEs and editors should not
> be in our .gitignore, but you can put them into your personal ignore
> file somewhere.

Sure, I can put them in global ignore file in various ways.

I just saw the policy in the comment, so I'm ok with it.

>
> > There are *.vcproj and pgsql.sln in .gitignore, so I guess it's ok to add
> > .devcontainer and .vscode?
>
> Those are files generated by the build process, so it is appropriate to
> have them there. But in fact, they should have been removed now that
> the MSVC build system is done.
>

--
Regards
Junwang Zhao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-24 14:27:23 list of acknowledgments for PG17
Previous Message Heikki Linnakangas 2024-08-24 13:55:06 Re: thread-safety: getpwuid_r()