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 don't know if it is related to #1194 but after the update to 8.3 I've noticed when I have declared a namespace in the editor and there are other errors in the script, I only get a false error "Duplicate declaration of prefix 'X'" where X is the prefix for the namespace I declared.
This happens even if the namespace is not a duplicate. The only way to make it go away and run the script is to fix the real errors, but the editor won't let you know what they are, until you start typing something in the editor again.
The text was updated successfully, but these errors were encountered:
Sure, sorry for not providing more info but I was exhausted at the time I made that issue. You have to press run to see the message. So for example if someone gives you a large xquery script and you click run, you will just see the duplicate namespace error, instead of the real error.
Also in case you have selected realtime execution, you will never know what the real error is.
I don't know if it is related to #1194 but after the update to 8.3 I've noticed when I have declared a namespace in the editor and there are other errors in the script, I only get a false error "Duplicate declaration of prefix 'X'" where X is the prefix for the namespace I declared.
This happens even if the namespace is not a duplicate. The only way to make it go away and run the script is to fix the real errors, but the editor won't let you know what they are, until you start typing something in the editor again.
The text was updated successfully, but these errors were encountered: