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

Make dev-kit independent of the library #24

Open
apjanke opened this issue Apr 18, 2021 · 1 comment
Open

Make dev-kit independent of the library #24

apjanke opened this issue Apr 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@apjanke
Copy link
Member

apjanke commented Apr 18, 2021

dev-kit currently just delegates to the "standard" utility functions inside the library itself. That was a mistake: the dev-kit build scaffolding should work with arbitrary libraries dumped in Mcode, in case you want to use this template with a library that doesn't include our special utility functions.

dev-kit should be independent. Make it WET instead.

@apjanke apjanke self-assigned this Apr 18, 2021
@apjanke apjanke added the bug Something isn't working label Apr 18, 2021
@apjanke
Copy link
Member Author

apjanke commented Apr 18, 2021

Mostly done in cc2ec5d. There's probably a few more bits hanging around to clean up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant