Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-05 Thread Karoly Balogh via fpc-pascal
Hi, On Thu, 5 Dec 2024, Hairy Pixels via fpc-pascal wrote: > On Dec 5, 2024 at 12:27:37 AM, Michael Van Canneyt via fpc-pascal > wrote: > Yes, this is still on my todo list. The main problem is to have a really > minimal example that demonstrates the issue. (and with minimal I mean

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-05 Thread Hairy Pixels via fpc-pascal
On Dec 5, 2024 at 12:27:37 AM, Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Yes, this is still on my todo list. The main problem is to have a really > minimal example that demonstrates the issue. (and with minimal I mean > something that doesn't require half the

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Sven Barth via fpc-pascal
Michael Van Canneyt via fpc-pascal schrieb am Mi., 4. Dez. 2024, 21:52: > > > On Wed, 4 Dec 2024, Sven Barth via fpc-pascal wrote: > > > Michael Van Canneyt via fpc-pascal > > schrieb am Mi., 4. Dez. 2024, 18:24: > > > >> > >> > >>> > >>> @Michael: do you think you can take a look? I also got th

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Michael Van Canneyt via fpc-pascal
On Wed, 4 Dec 2024, Sven Barth via fpc-pascal wrote: Michael Van Canneyt via fpc-pascal schrieb am Mi., 4. Dez. 2024, 18:24: @Michael: do you think you can take a look? I also got the feeling that it tries to compile more while nothing changed than with 3.2.2, though I did not yet ha

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Adriaan van Os via fpc-pascal
Sven Barth via fpc-pascal wrote: Hairy Pixels via fpc-pascal > schrieb am Mi., 4. Dez. 2024, 13:56: Were there known changes in that area since March 3rd 2023? Honestly they were causing so many crashes maybe they got pulled for incremental bu

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Sven Barth via fpc-pascal
Hairy Pixels via fpc-pascal schrieb am Mi., 4. Dez. 2024, 14:24: > On Dec 4, 2024 at 8:13:08 PM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > >> The likely candidate is the reworked module loading that still has its >> problems. >> >> @Michael: do you think you can take

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Sven Barth via fpc-pascal
Michael Van Canneyt via fpc-pascal schrieb am Mi., 4. Dez. 2024, 18:24: > > > > > > @Michael: do you think you can take a look? I also got the feeling that > it > > tries to compile more while nothing changed than with 3.2.2, though I did > > not yet have the time to nail this down more (or to co

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Michael Van Canneyt via fpc-pascal
On Wed, 4 Dec 2024, Sven Barth via fpc-pascal wrote: Hairy Pixels via fpc-pascal schrieb am Mi., 4. Dez. 2024, 13:56: Were there known changes in that area since March 3rd 2023? Honestly they were causing so many crashes maybe they got pulled for incremental building. I’d rather take the cr

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Hairy Pixels via fpc-pascal
On Dec 4, 2024 at 8:13:08 PM, Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > The likely candidate is the reworked module loading that still has its > problems. > > @Michael: do you think you can take a look? I also got the feeling that it > tries to compile more while nothi

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Sven Barth via fpc-pascal
Hairy Pixels via fpc-pascal schrieb am Mi., 4. Dez. 2024, 13:56: > Were there known changes in that area since March 3rd 2023? Honestly they > were causing so many crashes maybe they got pulled for incremental > building. I’d rather take the crashes though then what I have now. > The likely cand

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Hairy Pixels via fpc-pascal
On Dec 4, 2024 at 6:29:36 PM, Hairy Pixels wrote: > My only thought is that my project makes extensive use of multi helpers > and implicit function specialization both of which were causing serious > crashes in the compiler (I think they were the cause at least). I’m talking > you change a top

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Hairy Pixels via fpc-pascal
On Dec 4, 2024 at 6:29:36 PM, Hairy Pixels wrote: > I’m going to have to rollback and use my old version because it’s not > usable like. Event going to 4 second build times if you change a single > line is too painful. > and I just tried to rollback and the compiler crashes now on a particular

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread Hairy Pixels via fpc-pascal
On Dec 4, 2024 at 6:22:12 PM, James Richters via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > I don’t know what causes this, but I have experienced the same issue. > Just loading the IDE takes like 30 seconds on a version I installed in 2023 > and another in early 2024, and those also c

Re: [fpc-pascal] Incremental compiling not working in new version

2024-12-04 Thread James Richters via fpc-pascal
I don’t know what causes this, but I have experienced the same issue. Just loading the IDE takes like 30 seconds on a version I installed in 2023 and another in early 2024, and those also compile much slower, but I just installed it again last week and the new version installed is fast again..