You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use the map-get-deep() function to test if some map children values exists. It works great but when the test returns null it generates a @warning that can be annoying if the process is executed into a loop.
I succeed to avoid the "@warning" to pop by overriding the map-get-deep-warning() function by this way :
I need to use the
map-get-deep()
function to test if some map children values exists. It works great but when the test returnsnull
it generates a@warning
that can be annoying if the process is executed into a loop.I succeed to avoid the "@warning" to pop by overriding the
map-get-deep-warning()
function by this way :It makes the trick, but in a dirty way. It could be nice to have a function like
map-has-key
but for deep values following your pattern.The text was updated successfully, but these errors were encountered: