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

🐛 - copy namespace compiler assets and asts to /lib/bs to fix editor support #121

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

jfrolich
Copy link
Collaborator

@jfrolich jfrolich commented Jun 5, 2024

No description provided.

// copy the mlmap to the bs build path for editor tooling
let base_build_path = package.get_build_path() + "/" + &suffix;
let base_bs_build_path = package.get_bs_build_path() + "/" + &suffix;
let _ = std::fs::copy(
Copy link
Member

Choose a reason for hiding this comment

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

I think it might be time to introduce something like anyhow or another way to do nice error handling - more of a note for the future

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah cool anyhow looks nice. This stuff also reminds me to refactor the string based paths to proper paths :)

@jfrolich jfrolich merged commit a5dabb1 into master Jun 6, 2024
2 checks passed
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