Code Monkey home page Code Monkey logo

bumpstdlibs.jl's People

Contributors

bors[bot] avatar dependabot[bot] avatar dilumaluthge avatar github-actions[bot] avatar ianbutterworth avatar mortenpi avatar viralbshah avatar vtjnash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bumpstdlibs.jl's Issues

Make the commit julia uses visible on the stdlib repo

It'd be nice to be able to look at the stdlib repo and see at a glance where julia master is.
Perhaps this bot could handle that?

Some ideas:

  • Post a comment on the commit via sha, when the PR is merged, so the comments can be seen in the github commit history view
  • A markdown badge? This bot could update the badge?

I guess one problem is that it'd need updating on merge, not on creation of the PR, which this bot is currently limited to

Also, the above would break if it's bumped manually, not by this bot

how many PRs? one per run? just one?

It would be nice if this would group stdlib updates and create a single PR for each batch, in case there are dependencies between the updates (e.g. JuliaLang/julia#38808).

But here's another thought: what if this always pushed to the same branch? Hear me out. If you push to a branch that already has an open PR, then it just updates that PR. Which is fine since if someone updates a bump PR when an older one is already open, we want to close the old one anyway; why not just update it instead? What happens if you push to a PR branch after that PR has been merged? Works just fine and you can create a new PR from the same branch. This would enforce that there is at most one stdlib bump PR at a time.

One tweak that would be needed with that approach is that you'd want stdlib bumps to be done relative to what's already in that branch: i.e. if an old bump updates a stdlib and you trigger a new bump that doesn't include that stdlib, you don't want to accidentally roll it back to what's on master since someone else asked for it to be bumped already. Perhaps the logic could be this: if there's no open bump PR (i.e. the branch doesn't exist or the PR's been closed), then a new bump starts from the master state of stdlibs; if there's an open bump PR, then a new bump starts from there, re-bumping what's requested.

Bug: re-running the workflow restarts Base Julia CI on all of the existing PRs

Currently, if you re-run the workflow, it will force-push to all of the existing PR branches.

As a result, every time you re-run the workflow, it restarts Base Julia CI on all of the existing PRs, even if there wasn't actually any change.

Instead, if the PR exists and is open, and if we don't have any changes to make to the existing PR branch, we shouldn't force-push to the existing PR branch.

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.