AdaCore / aws

AWS is a complete framework to develop Web based applications in Ada.
Other
130 stars 37 forks source link

soap std vector & generate based on templates #352

Closed TurboGit closed 1 year ago

TurboGit commented 1 year ago

This is a large PR that has started as adding support for standard Ada.Containers.Vector for arrays in SOAP support.

Seeing how difficult it was to get this right the generation of Ada code for the stubs, skeletons, callbacks & main has been migrated to templates file (based on Template_Parser engine). This makes the code easier to read but there is still some room for simplification.

This is a draft as some more clean-up must be done.

TurboGit commented 1 year ago

@leogermond : When you say this requires a TN, you speak about which commit?

leogermond commented 1 year ago

@leogermond : When you say this requires a TN, you speak about which commit?

I'm speaking about the PR as a whole, unless some commit in particular can be tracked back to another ticket.

leogermond commented 1 year ago

TN is V531-036