feat(avs-util): Add helper to translate property errors #289

Merged
icex2 merged 2 commits from pr289 into master 2024-02-25 11:36:24 +03:00
icex2 commented 2024-02-23 19:40:58 +03:00 (Migrated from github.com)
feat(avs-util): Add helper to translate property errors --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/djhackersdev/bemanitools/pull/289). * __->__ #289 * #299 * #288 * #287 * #286 * #285
willxinc (Migrated from github.com) approved these changes 2024-02-25 01:01:39 +03:00
willxinc (Migrated from github.com) left a comment

looks good aside from a question about the return value of property_clear_error

looks good aside from a question about the return value of property_clear_error
@@ -99,0 +103,4 @@
avs_error error;
error = property_get_error(prop);
property_clear_error(prop);
willxinc (Migrated from github.com) commented 2024-02-25 01:01:24 +03:00

this returns a property* per the earlier stacked commit, is this something we need to be considering?

this returns a property* per the earlier stacked commit, is this something we need to be considering?
icex2 (Migrated from github.com) reviewed 2024-02-25 11:35:53 +03:00
@@ -99,0 +103,4 @@
avs_error error;
error = property_get_error(prop);
property_clear_error(prop);
icex2 (Migrated from github.com) commented 2024-02-25 11:35:53 +03:00
Nope, I fixed this in https://github.com/djhackersdev/bemanitools/pull/299
Sign in to join this conversation.