Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-05 Thread Dmitry Boyarintsev via fpc-pascal
On Wed, Jan 5, 2022 at 5:05 AM Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > I have made some changes, hopefully all is fixed.. > The redirect has been added. Can the search form also be changed to use "https://"; instead of "http://"; as its action? Currently it

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-05 Thread Dmitry Boyarintsev via fpc-pascal
On Wed, Jan 5, 2022 at 2:49 AM Dimitrios Chr. Ioannidis via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > the certificate issued for www.freepascal.org and not for freepascal.org . > > It seems that the let's encrypt script was run with -d freepascal.org > instead of -d *.freepascal.org .

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-04 Thread Dmitry Boyarintsev via fpc-pascal
You probably want to give a bit more context here. 1. The error seems to be visible only in Safari (iOS or macOS). I did test Chrome, it fails to open "https://freepascal.org"; and automagically reopens "www.freepascal.org". Thus the certificate error is not observed. Chrome also suggested that re

[fpc-pascal] Explicit Interface implementation and inheritance

2021-08-14 Thread Dmitry Boyarintsev via fpc-pascal
Hello, Why is interface implementation not inherited, if explicit implementation is used. Example. Here are interfaces: IAAA = interface procedure MethodA; end; IBBB = interface(IAAA) procedure MethodB; end; Interface IBBB inherits from IAAA Here's an implicit interface impleme

Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-11 Thread Dmitry Boyarintsev via fpc-pascal
On Thu, Aug 12, 2021 at 2:00 AM Bo Berglund via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > > What could I replace these svn co (or svn export) calls with? > the current: svn co https://svn.freepascal.org/svn/fpc/tags/$FPCTAG/ $FPCVER turns into: svn co https://github.com/fpc/FPCSource/

Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-11 Thread Dmitry Boyarintsev via fpc-pascal
On Thu, Aug 12, 2021 at 1:34 AM LacaK via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > I have related question: in SVN was possible to checkout specific > sub-directory (for example if I am interested in fcl-db package only I > checkedout only this sub-directory). > Is it possible with g

Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-11 Thread Dmitry Boyarintsev via fpc-pascal
On Thu, Aug 12, 2021 at 12:27 AM Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > It's like switching car brands from a VW to an Audi or so. > Some buttons are in different places, your key will maybe look different, > but that's it. It's a car, it brings you from a t

Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-11 Thread Dmitry Boyarintsev via fpc-pascal
On Wed, Aug 11, 2021 at 5:37 PM Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > > why not to use Github mirror? > Why not encourage people to go with the times ? > it might depend on the use of the version control. Maybe there's a certain automation involved behind t

Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-11 Thread Dmitry Boyarintsev via fpc-pascal
why not to use Github mirror? svn co https://github.com/fpc/FPCSource/trunk or svn co https://github.com/fpc/FPCSource/tags/$FPCTAG/ thanks, Dmitry ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Dmitry Boyarintsev via fpc-pascal
Are signed executables subject to anti-virus inspection? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] bug tracker (bugs.freepascal.org) APPLICATION ERROR #400 (db connection failed)

2020-08-29 Thread Dmitry Boyarintsev via fpc-pascal
The site opens up with: APPLICATION ERROR #400 Database connection failed. Error received from database was #-1: Database connection failed. Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or s

Re: [fpc-pascal] Add API to official documentation search

2019-11-17 Thread Dmitry Boyarintsev via fpc-pascal
On Sunday, November 17, 2019, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > > Either way, that's a pie in the face for Embarcadero. :-) > They probably asked Embarcadero the same question for Delphi language reference thanks, Dmitry ___ fp