We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jeaye: Just wanna do the same thing as .jank files there.
string_result<void> loader::load_cljc(file_entry const &) const { return err("Not yet implemented: CLJC loading"); }
The text was updated successfully, but these errors were encountered:
@Samy-33 still working on this? Having luck with:
string_result<void> loader::load_cljc(file_entry const &entry) const { return loader::load_jank(entry); }
Sorry, something went wrong.
Hey haven't started yet. The implementation will closely resemble load_jank, so I am not surprised if that works.
load_jank
Samy-33
Successfully merging a pull request may close this issue.
jeaye: Just wanna do the same thing as .jank files there.
The text was updated successfully, but these errors were encountered: