Re: [Gambas-user] Different digit number in master version

2017-08-22 Thread Christof Thalhofer
Am 22.08.2017 um 18:14 schrieb Gianluigi:
> If you have already been asked, I apologize but I haven't seen it:
> Why on git the master version has a number more than my version?
> 3.10.90 f05e6bc (master) => f05e6bc0

These are both part of the real address of the commit:
f05e6bc0ca31f4211d46201618a79f65e78f16ae

You can use the smallest unique part to address it.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Different digit number in master version

2017-08-22 Thread Gianluigi
Sorry Tobias,
You're right, it's the fault of my bad English.
Now I understand, thank you very much.

Regards
Gianluigi

2017-08-22 20:27 GMT+02:00 Tobias Boege :

> On Tue, 22 Aug 2017, Gianluigi wrote:
> > Sorry Tobias,
> > but I don't have understod.
> > I refer to the f05e6bc master version code, which I get from gbx3 -V as
> > compared to what is in Commit f05e6bc[0] which has one number more, in
> this
> > case zero.
> > You mean that I not extracted the latest version?
> >
>
> I'm not sure I understand which difference you talk about, but could it be
> that you're unaware that git commit IDs are SHA-1 hashes? They are pretty
> long and the current commit is identified by this hash:
>
>   f05e6bc0ca31f4211d46201618a79f65e78f16ae
>
> Now "gbx3 -V" shortens this to the first 8 characters in the hope that
> these
> still uniquely identify the commit, and whatever other source of the commit
> hash you're looking at shortens it to 7 characters.
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Different digit number in master version

2017-08-22 Thread Tobias Boege
On Tue, 22 Aug 2017, Gianluigi wrote:
> Sorry Tobias,
> but I don't have understod.
> I refer to the f05e6bc master version code, which I get from gbx3 -V as
> compared to what is in Commit f05e6bc[0] which has one number more, in this
> case zero.
> You mean that I not extracted the latest version?
> 

I'm not sure I understand which difference you talk about, but could it be
that you're unaware that git commit IDs are SHA-1 hashes? They are pretty
long and the current commit is identified by this hash:

  f05e6bc0ca31f4211d46201618a79f65e78f16ae

Now "gbx3 -V" shortens this to the first 8 characters in the hope that these
still uniquely identify the commit, and whatever other source of the commit
hash you're looking at shortens it to 7 characters.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Different digit number in master version

2017-08-22 Thread Gianluigi
Sorry Tobias,
but I don't have understod.
I refer to the f05e6bc master version code, which I get from gbx3 -V as
compared to what is in Commit f05e6bc[0] which has one number more, in this
case zero.
You mean that I not extracted the latest version?

Regards
Gianluigi

2017-08-22 18:22 GMT+02:00 Tobias Boege :

> On Tue, 22 Aug 2017, Gianluigi wrote:
> > If you have already been asked, I apologize but I haven't seen it:
> > Why on git the master version has a number more than my version?
> > 3.10.90 f05e6bc (master) => f05e6bc0
> >
>
> Because it's newer. The x.y.90 version signifies the "rolling" unstable
> development version of Gambas, which is all the snapshots of Gambas that
> happen between two stable releases.
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Different digit number in master version

2017-08-22 Thread Tobias Boege
On Tue, 22 Aug 2017, Gianluigi wrote:
> If you have already been asked, I apologize but I haven't seen it:
> Why on git the master version has a number more than my version?
> 3.10.90 f05e6bc (master) => f05e6bc0
> 

Because it's newer. The x.y.90 version signifies the "rolling" unstable
development version of Gambas, which is all the snapshots of Gambas that
happen between two stable releases.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Different digit number in master version

2017-08-22 Thread Gianluigi
If you have already been asked, I apologize but I haven't seen it:
Why on git the master version has a number more than my version?
3.10.90 f05e6bc (master) => f05e6bc0

Regards
Gianluigi
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user