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

Find a better way to organize the example(s) #6

Open
parasyte opened this issue Jun 23, 2019 · 0 comments
Open

Find a better way to organize the example(s) #6

parasyte opened this issue Jun 23, 2019 · 0 comments
Labels
help wanted Extra attention is needed
Projects

Comments

@parasyte
Copy link
Collaborator

Using rls with the cargo-n64 repo sucks because it contains code for the native machine (e.g. cargo-n64 runs on macOS, Linux, or Windows) and the examples, which only run on N64. This bifurcation causes rls to barf with unsavory errors when the example code is opened in an IDE.

Available options:

  • Split examples into a new repo with its own rls.toml config for the N64 target (and revert the Cargo workspace)
  • Move examples to rrt0 (otherwise same as above)
  • Try to hax rls to be aware of architecture-specific crates in a workspace?
@parasyte parasyte added this to To do in v0.2.0 Jun 23, 2019
@parasyte parasyte added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 27, 2019
@parasyte parasyte removed the good first issue Good for newcomers label Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
v0.2.0
  
To do
Development

No branches or pull requests

1 participant