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
Thanks -- yeah that is confusing I guess, it was unable to convert the <cfinterface> tag but it was probably able to convert any other CFML tags in there (like cffunction, etc) so it does not fail fully, it just wraps the tags it cannot convert in a comment.
Yeah, in that case it was the entire CFC :) I'd say just swap the green "success" message to something like a yellow "partially converted, please review" message. My eyes were scanning for green lines at first thinking they were the ones that were 100% good to go.
Testing the CLI command on the ColdBox source code (which still has some tags floating around) I noticed that interfaces don't work.
Also, the messaging is confusing since it says it was unable to convert, but then says the file was converted (it wasn't).
The text was updated successfully, but these errors were encountered: