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 am not sure this restriction is actually needed. A getString method on a pipeline containing multiple elements could return a generic String built by appending the elements one after the other.
We need to be clear on this method: is it only a debugging method that helps to understand what is in the pipeline, or is it also used in the translations (for example of toString() calls in ATL)? In the later we have to be careful, because String comparisons can have unexpected behaviors if we use a generic pattern for multiple elements.
The text was updated successfully, but these errors were encountered:
I am not sure this restriction is actually needed. A
getString
method on a pipeline containing multiple elements could return a generic String built by appending the elements one after the other.We need to be clear on this method: is it only a debugging method that helps to understand what is in the pipeline, or is it also used in the translations (for example of toString() calls in ATL)? In the later we have to be careful, because String comparisons can have unexpected behaviors if we use a generic pattern for multiple elements.
The text was updated successfully, but these errors were encountered: