-
Notifications
You must be signed in to change notification settings - Fork 22
Add lightbug_http v0.1.19 #37
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
base: main
Are you sure you want to change the base?
Conversation
Since we have many different test files I've tried adding tests from source, not from the recipe in |
Also 0.1.6 is only going out later today / early tomorrow, thought I'd submit this in advance. Will let y'all know here when it's ready 🙏 |
Done, 0.1.6 is out! |
Actually, just shipped a hotfix at 0.1.7. Updated the version in the recipe. |
@saviorand Apologies for the delayed response! For now, if you don't mind including the tests in this PR too, that would be great. We're asking folks to include the tests in this repo so that we can automatically run the tests after your package builds. I realize this is a bit of a pain though, and I'm looking into alternative solutions for the long run. |
@carolinefrasca no problem at all, but I'm wondering if I can include multiple test files? Or does it all have to be in one big file |
@saviorand You can definitely include multiple test files! Check out mojmelo for an example of how to structure the recipe file – the test files were just included in a |
@carolinefrasca done! let me know if there's anything else i should tweak |
Hi @saviorand, it looks like the linter is finding trailing whitespace in your README – however, we're actually dropping the requirement to include a README in the PR, as long as your package's repo has a README (and yours does) – so the easiest way to resolve this error is probably to just delete the README from this PR, if that's okay with you? |
@carolinefrasca yes, that works, thanks! |
Perfect – are you able to remove the file from the PR? |
@carolinefrasca done! |
Thank you @saviorand! Unfortunately we're still seeing an error – I believe the build script just needs to be updated to: |
@carolinefrasca done, could you trigger the pipeline again? |
A quick update for everyone with open PRs that will hopefully make this process a bit easier: it's actually not necessary to include your test file(s) in the PR if you'd like to keep them in your source repo instead, as long as you include the test invocation and SHA/ID for your GitHub in the recipe file (here's an example with @TilliFe's Endia). Please let me know if you have any questions! |
@carolinefrasca not sure what's the difference between this recipe in Endia and the current version in this PR? |
@carolinefrasca just fixed that! Thanks for flagging |
@carolinefrasca could I ask you to trigger the pipeline again? just noticed the recipe had an older MAX version set |
Just bumped the version again! Looks like the recipe was wrong on the main branch, maybe that was causing the issue. 🤞 |
@carolinefrasca bumped the version again to the latest release, if this still doesn't fix it I'm going to remove small_time as a mojoproject.toml dependency, then the build should pass for sure |
@carolinefrasca could you please trigger the ci here? just wanted to check if it fails still, then I'll just include small_time in lightbug's repo directly for now, not over magic, since we can't seem to figure out this weird dependency issue |
@carolinefrasca okay, now it should definitely work 😄 |
Checklist
0
(for new packages, or if the version changed)