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

Support .cljc #169

Open
frenchy64 opened this issue Jan 17, 2025 · 2 comments · May be fixed by #185
Open

Support .cljc #169

frenchy64 opened this issue Jan 17, 2025 · 2 comments · May be fixed by #185
Assignees

Comments

@frenchy64
Copy link
Contributor

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");
  }
@Samy-33 Samy-33 self-assigned this Jan 18, 2025
@frenchy64
Copy link
Contributor Author

frenchy64 commented Jan 24, 2025

@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);
  }

@Samy-33
Copy link
Contributor

Samy-33 commented Jan 25, 2025

Hey haven't started yet. The implementation will closely resemble load_jank, so I am not surprised if that works.

@frenchy64 frenchy64 linked a pull request Jan 25, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants