9 Commits

Author SHA1 Message Date
Vadim Godunko
dee1b1ebda Reflect changes in VSS JSON API. 2021-09-21 18:16:08 +03:00
Vadim Godunko
16ad8c56d8 T714-004 Reflect changes in VSS API 2021-03-15 11:20:33 +03:00
Vadim Godunko
81212c9a78 T714-004 Use standard implementation of text stream. 2020-11-30 20:20:08 +03:00
Vadim Godunko
e909c75660 Rename package. 2020-11-30 20:20:08 +03:00
Maxim Reznik
7049d4c433 T305-028 Rename Magic to VSS. 2020-06-11 12:14:30 +03:00
Maxim Reznik
a3d8fcfc4c T305-028 Add Look_Ahead JSON stream
and use it to detect actuall object types when LSP has
ambiguity.
2020-06-11 12:14:30 +03:00
Maxim Reznik
c5056ee011 T305-028 Prototype of Magic JSON stream for writting. 2020-06-11 12:14:30 +03:00
Maxim Reznik
32930dbe96 S516-012 Move responses into separate packages.
Generate server-side responses into LSP.Messages.Server_Responses
package. Create LSP.Messages.Client_Responses for opposite
diresction.

We also change the method of reading responses - instead of using
'Input we use 'Read attribute and create response with correct
Is_Error discriminant before reading. This allow us inherit
'Read aspect for derived types.
2019-08-06 21:29:14 +03:00
Maxim Reznik
c81ddc19b1 S325-027 Add new test driver to check LSP codecs
The idea is to check encoders/decoders of LSP messages by converting
sample JSON files to Ada object, then converting it back and compare
result with origin JSON.
2019-05-23 11:25:14 -04:00