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
Adding the following logging statement into Store.get() of server/src/parser/parser.ts, we get unexpected outputs as shown below. This indicates an issue with parsing the identifier of some class elements during the call to the factory function _constructElement.
Trying to generate path for: "<html>
<p>
This component defines the interface for models with two fluid ports.
...
Trying to generate path for: Economizer - Real
And got paths: Real.Economizer,Economizer length 2
Trying to generate path for: group - Real
And got paths: Real.group,group length 2
Trying to generate path for: __cdl - Real
And got paths: Real.__cdl,__cdl length 2
Trying to generate path for: __cdl - Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.Controller
Trying to generate path for: Dialog - Real
And got paths: Real.Dialog,Dialog length 2
Trying to generate path for: tab - Real
And got paths: Real.tab,tab length 2
Trying to generate path for: tab - Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.Controller
And got paths: Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.Controller.tab,Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.tab,Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.tab,Buildings.Controls.OBC.ASHRAE.G36.AHUs.tab,Buildings.Controls.OBC.ASHRAE.G36.tab,Buildings.Controls.OBC.ASHRAE.tab,Buildings.Controls.OBC.tab,Buildings.Controls.tab,Buildings.tab,tab length 10
The text was updated successfully, but these errors were encountered:
Adding the following logging statement into
Store.get()
ofserver/src/parser/parser.ts
, we get unexpected outputs as shown below. This indicates an issue with parsing the identifier of some class elements during the call to the factory function_constructElement
.Output:
The text was updated successfully, but these errors were encountered: