It’s another monthly burst of news about bors-ng, a GitHub app that checks and merges PRs in an orderly fasion.
In the last month, we landed 2 PRs in the bors-ng repository.
“This Month in Bors” is written in public on GitHub. If you find a mistake, pull requests or issue reports are appreciated!
Notable Additions
- notriddle added a button to sync all added repos from GitHub to BORS on demand (in case a webhook gets dropped)
- adzenith improved the table layout by removing unnecessary spaces
New Contributors
Want to see your name in this newsletter? Look at bors starters, a curated list of issues that are good for new contributors!
Who’s using bors?
This month’s featured user is rust-num, the numerics library for Rust.
This project holds maintainership over several “advanced numerics” libraries (Rust has basics fixed-length integer and floating point math, equal to C, built-in). Here’s some of their libraries:
- num-bigint: math with numbers bigger than 128 bits
- num-complex: math with an imaginary component
- num-integer: extensions for integers, including the built-in fixed-length integers and num-bigint
- a trait (similar to interfaces and concepts in other languages) for integers, allowing generic code that supports any type of integer
- additional integer functions like
nth_root
- num-iter: an enhanced version of
Range
- num-rational: a fraction library
- num-traits: generic traits for all numbers
Got any suggestions for next month? Post a comment on the August pull request.