norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Delphinus installation files have no Delphi Seattle information #33

Closed Memnarch closed 8 years ago

Memnarch commented 8 years ago

A few days ago, Delphi Seattle support was added to TChromeTabs (according to the commits). However, the given information is still missing for the Delphinus Installer. In the future, incompatible Package will not showup until compatible in the UI. (Currently TChromeTabs is still listed)

landrix commented 8 years ago

ok, i'll take a look later

norgepaul commented 8 years ago

Great, thanks

landrix commented 8 years ago

should work now

Memnarch commented 8 years ago

Thanks(Haven't tried it yet myself). Something you can do is, specify only minversion for package_Compiler and compiler and specify only the min version for the most recent grouproject. Usually the projectstructure does not change that much and is mostly compatible with older ones when a new Delphi is released. I did that for my AsciiImage and so far, the XE6 project compiles fine for recent delphi versions. This removes the need to respond instantly for each release of Delphi

Nuget has a "Non Guilty until proovem Guilty" philosophy, which simplifies things.