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

Fixing Missing load() #33

Merged
merged 1 commit into from
May 12, 2024
Merged

Fixing Missing load() #33

merged 1 commit into from
May 12, 2024

Conversation

CauhxMilloy
Copy link
Contributor

  • Adding missing load() for maybe().

* Adding missing `load()` for `maybe()`.
@CauhxMilloy
Copy link
Contributor Author

CauhxMilloy commented May 12, 2024

Sorry for overlooking this. 😅
(v0.34.0 is broken, sorry again).

@filmil
Copy link
Owner

filmil commented May 12, 2024

What worries me now is that it is broken, and yet it passed the presubmit checks. What gives?

@CauhxMilloy
Copy link
Contributor Author

Well, I noticed this weekend that there was no CI running. I didn't think too much of it at first, but then this happened. Looking at the PR list, it shows that CI ran for all the old PRs but not the last 2. The last CI ran was on my last PR in March. So something is definitely broken with GH just running CI.

@filmil filmil merged commit 90ede1f into filmil:main May 12, 2024
@CauhxMilloy
Copy link
Contributor Author

CauhxMilloy commented May 12, 2024

I think I found it (maybe). I can't see this issue on this repo, because I'm not the/an owner. But, on my fork of this repo, I see that Actions are disabled. Going to the Actions tab, I see:
image
When I click on one of those, I see:
image

So this seems like some sort of new change on GH to just disable all CI checking on low activity repos (which seems, y'know, dumb lol).

@filmil
Copy link
Owner

filmil commented May 12, 2024

Turns out the workflows were disabled for inactivity. Which kind of makes sense since it's a low activity repo. I just forgot that this happened.

I re-enabled the workflows.

@filmil
Copy link
Owner

filmil commented May 12, 2024

OK, so this change still resulted in a broken post-submit. Sorry for the confusion around workflows.

@CauhxMilloy
Copy link
Contributor Author

OK, so this change still resulted in a broken post-submit. Sorry for the confusion around workflows.

Np. Sorry about these breaking changes. I can send a PR to try and fix this, if you'd like. (I think its the change to bazel_skylib repo).

@filmil
Copy link
Owner

filmil commented May 12, 2024 via email

@CauhxMilloy
Copy link
Contributor Author

CauhxMilloy commented May 12, 2024

It was just a missing / in the URL. Opened #34 to fix. Turns out CI is helpful.

I really wish GitHub would put a notice on PRs to warn about the disabled CI instead of silently letting anything through.

Sorry again for all this.

@filmil
Copy link
Owner

filmil commented May 12, 2024

Well I did get a notification that the workflows would be disabled. But I have other things to do besides babysit github, so it fell by the wayside... :/

Now that I know what it means, I will take better care in the future.

@CauhxMilloy CauhxMilloy deleted the fixingMissingLoad branch May 12, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants