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
It got a StringIndexOutOfBoundsException. the root cause is here, when building a typeTree, the delimiter includes $, but for this case, we don't want to delimiter it by $.
I found that $ delimiter is added by this commit, @knutwannheden maybe you know the background of this change.
I have verified that if we change the delimiter back (without $), then this test will pass.
Source: https://github.com/KengoTODA/flix-gradle-plugin/blob/main
The text was updated successfully, but these errors were encountered: