[Gambas-user] Octal to Integer Conversion
T Lee Davidson
t.lee.davidson at gmail.com
Fri Jan 26 17:31:45 CET 2018
On 01/26/2018 11:15 AM, Tobias Boege wrote:
> On Thu, 25 Jan 2018, T Lee Davidson wrote:
>> On 01/25/2018 11:25 AM, Benoît Minisini wrote:
>>> Le 25/01/2018 à 17:08, T Lee Davidson a écrit :
>>>> While we're waiting for the Octal number representation issue to be resolved,
>>>
>>> For me it works on the development version. Is there something I didn't see?
>>
>> Well I am unsure since I am now a bit confused. When you last asked me what version I was using, I thought you were reporting
>> that you did not have the issue with the IDE auto-reformatting the text "&o". When I responded with my version number, I also
>> reported that I could not even compile an externally-edited source with gbc3. There was no response.
>>
>> Tobi, also, reported that he was unable to compile due to "Unexpected '&'". I do not know what version he is using.
>>
>
> I updated to the latest development version (gbx3 -V => 3.10.90 c1c52f05e),
> lo and behold:
>
> $ gbx3 -e '&o77'
> 63
>
> This didn't work with whatever version I had before (some older 3.10.0).
> I never tested formatting in the IDE.
>
> Regards,
> Tobi
>
Thank you for that report, Tobi. That clears up my confusion where I was thinking that Benoît was talking only about the IDE
issue working in the development version. Now I understand that he meant both the IDE _and_ the compiler, in the development
version, are working correctly regarding octals.
So, we just need to manually compile from master, or wait for the new version to be rolled out to our respective distro
repositories.
--
Lee
More information about the User
mailing list