delphi-blocks / WiRL

WiRL: RESTful Library for Delphi
https://wirl.delphiblocks.dev/
Apache License 2.0
238 stars 84 forks source link

Minor problem with packages #22

Closed fperana closed 3 years ago

fperana commented 4 years ago

In one of the latest commits the unit Neon.Core.Serializers was divided in three separate units: Neon.Core.Serializers.DB, Neon.Core.Serializers.RTL, Neon.Core.Serializers.VCL, but the package was not updated to reflect this change, so now it doesn't compile.

paolo-rossi commented 4 years ago

Hi Franco,

I can't see the issue in the actual code, can you confirm it's still present?

Paolo.

fperana commented 4 years ago

Hi Paolo,

I've just cloned your repo and the prolem is still there:

Package NeonRunTime.dpk references "Neon.Core.Serializers in '....\Source\Neon.Core.Serializers.pas'," that doesn't exists anymore. This is in all three packages (delphi 10.1, 10.2 and 10.3).

Can you confirm?

hbxfwjww commented 4 years ago

I also have the same problem. After modifying Neon.Core.Serializers to Neon.Core.Serializers.RTL, it can be compiled and installed.