integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Add note about precompiled BPL #52

Closed denieu closed 2 months ago

denieu commented 2 months ago

Adds note about possible problems in precompiled BPLs, as reported in the issue #51.

I'm not sure which version the Delphi 12 Athens BPL is compiled in, but I'll adjust it after the review if necessary.

fourls commented 2 months ago

Hi @denieu,

I'm wondering if it might be better to add a message like this at the bottom of each release, since it may change between releases. I could do that fairly easily without needing a code change.

I guess we could still include a brief disclaimer in the README, just saying something like "Please note that there may be some compatibility issues when installing the precompiled packages on a different version than they were compiled for."

What do you think?

denieu commented 2 months ago

I think it's great, this way we prevent the README from becoming outdated when the compiler used changes.