Dilum Aluthge

Results 185 issues of Dilum Aluthge

At the beginning of the TagBot Triggers cron/schedule job, we get the list of all PRs on the General registry. For some reason, the GitHub API will sometimes return a...

bug
TagBot

Right now, we just error as soon as we hit a rate limit. Instead, we should probably do this 1. Ask GitHub when our rate limit will next reset. IIRC,...

Reverts JuliaRegistries/RegistryCI.jl#414 If we end up merging this PR, I will make follow-up PRs to revert the automatic PRs made by the auto-formatting bot.

So, currently, our test dependencies include the following: 1. BrokenRecord.jl - does not use Cassette 2. SimpleMock.jl - uses Cassette Out of curiosity, would it be feasible to remove SimpleMock...

In https://github.com/JuliaRegistries/RegistryCI.jl/pull/320, I disabled the TagBotTriggers unit tests because they are failing on all Julia versions (1.3, 1.5, nightly). We should figure out why they are failing, and re-enable them.

bug
test suite

Currently, the officially recommended TagBot configuration is located in two places: 1. The "Setup" section of the [`README.md` file](https://github.com/JuliaRegistries/TagBot/blob/master/README.md) 2. The [`example.yml`](https://github.com/JuliaRegistries/TagBot/blob/master/example.yml) file It's a little sub-optimal to have the...

documentation
rewrite

Currently, TagBot is written in Python. It would be great to eventually rewrite TagBot in pure Julia, for the following reasons: - We might as well "eat our own dog...

rewrite

I found an example of an `Error: TagBot experienced an unexpected internal failure`. But then also, the error reporting failed as well with `Error: Issue reporting failed`. Log: https://github.com/qojulia/CollectiveSpins.jl/runs/1676244536 ```...

bug
rewrite

_Cross-posted from https://github.com/JuliaLang/julia/issues/5#issuecomment-513605441, https://github.com/andyferris/Traitor.jl/issues/9, and https://github.com/mauro3/SimpleTraits.jl/issues/63._ @HarrisonGrodin The traits write-up is great! In your vision of traits, would it be possible to dispatch on arrays where all elements in the...