Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make less operations depend on compiled libraries #85

Open
ducky64 opened this issue Mar 3, 2023 · 0 comments
Open

Make less operations depend on compiled libraries #85

ducky64 opened this issue Mar 3, 2023 · 0 comments

Comments

@ducky64
Copy link
Collaborator

ducky64 commented Mar 3, 2023

... 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.

ducky64 added a commit that referenced this issue Mar 3, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant