[fpc-pascal] Case statement for class introspection

Michael Van Canneyt michael at freepascal.org
Wed Jan 19 10:15:06 CET 2022



On Wed, 19 Jan 2022, Ryan Joseph via fpc-pascal wrote:

>
>
>> On Jan 19, 2022, at 1:26 PM, Sven Barth <pascaldragon at googlemail.com> wrote:
>> 
>> We also take merge requests. If you have a fork anyway, then a merge request is probably easier. Though you need to have your repository set up to use rebasing instead of merging, see here: https://wiki.freepascal.org/FPC_git#Update
>
> Sorry I'm not following. Before starting this branch I did  a pull from the main branch so I'm up to date. 
>
> What other steps do I need to do? If I do a "git pull --rebase" on the feature branch does that even do anything?

It's explained in the page that Sven referred to ?

It's only when you merge into your feature branch from the main branch that you will see an effect.

Michael.


More information about the fpc-pascal mailing list