@swesterfeld commented on this pull request.
> @@ -741,6 +741,16 @@ storage_parse_property_value (BseStorage *self, const std::string &name, Bse::An { assert_return (BSE_IS_STORAGE (self), G_TOKEN_ERROR); GScanner *scanner = bse_storage_get_scanner (self); + if (any.kind() == Aida::FLOAT64) /* float format cannot be handled by scanner_parse_paren_rest */
Right I removed the code now, so make check fails, so this needs to be fixed (probably by you) now by fixing the parser.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.