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

Add support for Julia components to be generated #564

Merged
merged 3 commits into from
Jun 24, 2021
Merged

Conversation

HammadTheOne
Copy link
Contributor

About

  • I am adding a feature to an existing component, or improving an existing feature

Description of changes

This PR fixes an incompatibility with dash-generate-components and the way some of the propTypees were referenced which prevented Julia versions of all components from being generated.

In addition, the Julia prefix will be added to the build script as part of #563 so that all back-ends can be generated at the same time.

@alexcjohnson
Copy link
Collaborator

Thanks @HammadTheOne - so to be clear the issue is that we were referencing a variable within propTypes, and the value needs to be inlined. Can you open an issue in dash to have the component generator throw an error when this happens? The Python and R components did generate, but were missing the values here prior to this fix, and we'd be better off pushing component authors to fix this kind of problem up front rather than expecting them to notice a problem later and fix it.

Also: The Julia package is being built in a separate repo https://github.com/plotly/DashBio.jl so it seems like we shouldn't include Julia artifacts here.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! 💃

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

Successfully merging this pull request may close these issues.

2 participants