Andrew Schwartz

Results 6 issues of Andrew Schwartz

I've had some issues lately whereby all of the entity ids change. For example, yesterday I changed the subnet of my local network. This changed the IP of my Artnet...

For example, CME iLink's SBE XML schema defines SplitMsg as a uInt8NULL. uInt8NULL's definition sets presence="optional". However, Encoding::presence() still returns SBE_REQUIRED.

https://github.com/aeron-io/simple-binary-encoding/blob/048e3876befa8eb834f59eb1d18e615f29ebfda4/sbe-tool/src/main/cpp/otf/IrDecoder.h#L219 m_id currently has no users. It should be exposed with a public getter. frame.schemaVersion() should also be extracted in decodeIr() and made visible with a public method.

(As previously discussed here: https://groups.google.com/g/beancount/c/ucfh1LdSSUU ) When a transaction entry has an automatic posting with zero value, the automatic posting is not emitted. This caused an issue for a plugin...

Add some missing SBE_CONSTEXPR to the C++ generated code.

For example, it would be helpful if this line were marked SBE_CONSTEXPR: https://github.com/aeron-io/simple-binary-encoding/blob/f426ec0ddb2b3b8e65c428bcc29c3c2f088851a7/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java#L2623