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
... so if libraries aren't compiled things don't just crash, at least they should fail gracefully.
An alternative to using compiled library blocks might be using the PSI / Python static analysis.
The text was updated successfully, but these errors were encountered:
Makes sure that the axis functions return a 1:1 mapping of the input
data, otherwise the data becomes really weird. Also adds an assertion.
Other change: rebuild libraries in DSE run configs, since some of the UI
operations (eg, right click context menu) requires a valid library or
will crash. The right fix would be #85 and moving the analysis to
PSI-based instead of library-based.
... so if libraries aren't compiled things don't just crash, at least they should fail gracefully.
An alternative to using compiled library blocks might be using the PSI / Python static analysis.
The text was updated successfully, but these errors were encountered: