Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/async-backtrace


https://github.com/tokio-rs/async-backtrace

don't set MSRV and only run doctests on nightly (#37)

We have too many dependencies to actually guarantee our MSRV.

We only run doctests on nightly...

ef988a0a922fbdf7d10e99e98e5dd327f74ca854 authored 11 months ago by Jack Wrenn <[email protected]>
chore: Release version 0.2.6

d3d3a3986d29cae7ba8e48a6221f0f079d22ed3d authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #30

30: prepare v0.2.6 release r=jswrenn a=jswrenn

bors r+

Co-authored-by: Jack Wrenn <jack@wrenn....

2e759a0d7f805ccd093fd45e3bc3404383a8b9f9 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
prepare v0.2.6 release

ec97c7ca866c2c82f498c5dd6682a23008f6c89a authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #29

29: ci: dont cache r=jswrenn a=jswrenn

Attempt to fix MSRV CI issue.

Co-authored-by: Jack Wren...

78e29e5b81baa767eef423f40eff24573ff12609 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
ci: run `cargo update` before other cargo invocations

Attempts to fix MSRV CI issue.

5ba6a0c1563667dc90908cab614c4f7c5584fd64 authored over 1 year ago by Jack Wrenn <[email protected]>
Merge pull request #26 from tokio-rs/fix-25

attributes: suppress clippy warnings in generated code.

55f9e3233eba39e4949299d7aabdbb720b1231e5 authored over 1 year ago by Jack Wrenn <[email protected]>
Merge pull request #27 from tokio-rs/ci-apt-get-update

ci: update package lists before installing gcc-multilib

7ff0ad0647fda8309c6e1928a0025916c212f231 authored over 1 year ago by Jack Wrenn <[email protected]>
Merge pull request #28 from tokio-rs/fix-ci

backtrace: fix CI test failures caused by doctest line no. diffs

d756c784b1f2302787af6a98e156bad60019251d authored over 1 year ago by Jack Wrenn <[email protected]>
backtrace: fix CI test failures caused by doctest line no. diffs

A change between stable and nightly alters the start line number of
doc test examples, causing t...

94383d2008401a4e8142b7fcd7cdac64143c71f4 authored over 1 year ago by Jack Wrenn <[email protected]>
ci: update package lists before installing gcc-multilib

c9bef588297bd139c09dff20e4247b06dfd455e7 authored over 1 year ago by Jack Wrenn <[email protected]>
attributes: suppress clippy warnings in generated code.

Fixes #25

01ae1f0d342ee17a0aed7833ebb0c47ea5600af0 authored over 1 year ago by Jack Wrenn <[email protected]>
chore: Release version 0.2.5

397be829f29f9c53cd1eb06946aa9e515ab9afee authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #24

24: prepare v0.2.5 release r=jswrenn a=jswrenn

bors r+

Co-authored-by: Jack Wrenn <jack@wrenn....

34c78a83609c1bcc4c9b2dc2b7826d3a197b7e9d authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
prepare v0.2.5 release

3c97e4b7ea153558eedcc0fb5e7fd0ab325d8fbb authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #23

23: make `tasks()`, `Task`, and related methods public r=jswrenn a=jswrenn

This will allow user...

bb685da1aaa271afb3afb2f988f4b71f4dcbd4f4 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
tweak `pretty_tree` comment

f132ac98ccbe1d54ea4f714898886e40e98f1e29 authored over 1 year ago by Jack Wrenn <[email protected]>
make `tasks()`, `Task`, and related methods public

a9053626f83b9d33388d22a3857bc8e3766d468a authored over 1 year ago by Jack Wrenn <[email protected]>
chore: Release version 0.2.4

c401c2cee19b826e22ad6cba1437df527dfcf13c authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #22

22: prepare v0.2.4 release r=jswrenn a=jswrenn

bors r+

Co-authored-by: Jack Wrenn <jack@wrenn....

378b87bdf0e26df68dfa0c4689b8c528c68a8796 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
prepare v0.2.4 release

588eeb9c45948d7cbd22c11d87132b128e4e6dc0 authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #21

21: `taskdump_tree()`: consolidate adjacent identical frames r=jswrenn a=ahrens

A task might be...

5c756dc1db79ea622a3ab5586e1842cf2a659256 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
comment

c679ecf69ea40d9c9e8d8343d396e2844309bbcc authored over 1 year ago by Matthew Ahrens <[email protected]>
Merge pull request #1 from tokio-rs/consolidate

Consolidation tests.

044448cbdfff322d4dbfc668a4b102deedc9fc01 authored over 1 year ago by Matthew Ahrens <[email protected]>
show off consolidation in select example

f2dd3c680beef7e42b0c38098a72a80424ef7ca6 authored over 1 year ago by Jack Wrenn <[email protected]>
use select example as basis for consolidation test

a8e96b42929172283d4501b84ac7b6596a7f8349 authored over 1 year ago by Jack Wrenn <[email protected]>
add test

26a98cfae0044758f6311b9f71035b916e3a893d authored over 1 year ago by Matthew Ahrens <[email protected]>
fix docs of `Frame`

513d4e79f0f4031132e65fa3de962d9645d56e66 authored over 1 year ago by Matthew Ahrens <[email protected]>
consolidate identical frames

4466ce127d1cb1804e694bb321e8b9a0feeedf04 authored over 1 year ago by Matthew Ahrens <[email protected]>
use peekable

b748bff66680c58689f78a02bd44a6b91b6cee46 authored over 1 year ago by Matthew Ahrens <[email protected]>
chore: Release version 0.2.3

e48c7596c0120e09f0093bcacd1021b88f78a22a authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #20

20: prepare v0.2.3 release r=jswrenn a=jswrenn

bors r+

Co-authored-by: Jack Wrenn <jack@wrenn....

19520987bb6a4f74179b1a7dc70599a0dafac6d9 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
prepare v0.2.3 release

2ea09a63fdf673e7cf6e1754be7d2e79f49f48e6 authored over 1 year ago by Jack Wrenn <[email protected]>
Merge #17

17: `unsafe` clarifications r=jswrenn a=ahrens

Invoking routines that access the linked lists i...

a947a20f0dc83b0582cd55d8b156f122bc63d306 authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #16

16: fix output of `taskdump_tree(false)` r=jswrenn a=ahrens

The newline is misplaced for `POLLI...

4cf2ed3675974c405e98da6f3b27256648cfe465 authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
fix output of `taskdump_tree(false)`

The newline is misplaced for `POLLING` tasks.

ae7c44976267e6abb86b89108144c583b6086941 authored almost 2 years ago by Matthew Ahrens <[email protected]>
`unsafe` clarifications

Invoking routines that access the linked lists is unsafe, requiring that
the caller hold the app...

4d55b2693ad634634289c16657115607965bcae2 authored almost 2 years ago by Matthew Ahrens <[email protected]>
Merge #19

19: update to syn 2.0 r=jswrenn a=davidpdrsn

Co-authored-by: David Pedersen <david.pdrsn@gmai...

f01dfa924617cd948fd717378f7b046af8acc311 authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #15

15: fix docs of `taskdump_tree()` r=jswrenn a=ahrens

To wait for running tasks, the `wait_for_r...

c11433eabc5da8f844a4ee7193287615d7fcad5a authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
update to syn 2.0

a39d89aa50dc069bdbae715875668c73417040f7 authored almost 2 years ago by David Pedersen <[email protected]>
Merge #18

18: CI fixes r=jswrenn a=jswrenn

Co-authored-by: Jack Wrenn <[email protected]>

557a0b4695ab2e39e78e5437755d2c970c2e3cac authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
ci: more fiddling

57ecf9db154fa186cf4162512cb89c044b32eda8 authored almost 2 years ago by Jack Wrenn <[email protected]>
ci: don't `cargo test` benches

148516295708a7a61dc7fc5c2d7a10fa9d5557ce authored almost 2 years ago by Jack Wrenn <[email protected]>
ci: only `cargo check` on stable toolchain

b/c our dev-deps might not respect MSRV.

74c246bce179400181d50261c0f45e7ca926b65c authored almost 2 years ago by Jack Wrenn <[email protected]>
remove dependency on smol

4f449bf344da1e7c9d0394efebd1d751e082a2ff authored almost 2 years ago by Jack Wrenn <[email protected]>
misc clippy fixes

cd3354ceaba439df0748f1e766efef9c8a7ffe56 authored almost 2 years ago by Jack Wrenn <[email protected]>
fix docs of `taskdump_tree()`

To wait for running tasks, the `wait_for_running_tasks` argument must be
`true`.

bcc9fb6184aca0268a4461ecdd85b23a0e055d4c authored almost 2 years ago by Matthew Ahrens <[email protected]>
chore: Release version 0.2.2

60ed5a8d1b3ff36c3363c9d5df9fe7ae237d100f authored about 2 years ago by John Wrenn <[email protected]>
Merge #14

14: prepare v0.2.2 release r=jswrenn a=jswrenn

bors r+

Co-authored-by: John Wrenn <jack@wrenn....

bbb4afe3e084c6f3ebab574febfc8c7791d500a3 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
prepare v0.2.2 release

719c2467bd5795b4c602fcea1761f269080e91ca authored about 2 years ago by John Wrenn <[email protected]>
Merge #13

13: tweak cargo release settings to fix tagging, changelogs r=jswrenn a=jswrenn

bors r+

Co-aut...

3b7d9804e3c9971f577219cd1373e4893eaa576b authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #12

12: [ci] run `cargo clippy --all-targets` r=jswrenn a=jswrenn

bors r+

Co-authored-by: John Wre...

bf9b85d8f44b7f1706c8b90e92e3fbb9233600a4 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
tweak cargo release settings to fix tagging, changelogs

c2c0e3df94c61ffcf2943af70f1993888fa80820 authored about 2 years ago by John Wrenn <[email protected]>
[ci] run `cargo clippy --all-targets`

4d00c388d4a41b26294a8bd2f8f6be7beddc2cb8 authored about 2 years ago by John Wrenn <[email protected]>
Merge #11

11: Ignore `clippy::empty_loop` r=jswrenn a=Jake-Shadle

Using the `#[async_backtrace::framed]` ...

b0337cc35823fee983647733967481768f59e6a4 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add ignore for `clippy::empty_loop`

973f8f3c213fcaac64df84fc4379dae256df05d2 authored about 2 years ago by Jake Shadle <[email protected]>
chore: Release version 0.2.1

b51e8c624f5c2aa02047b3067ad98dc0d42183ae authored about 2 years ago by John Wrenn <[email protected]>
tweak cargo-release config

c6d004e91dbb9dad7d83bb0c5dfde822a58a4b6f authored about 2 years ago by John Wrenn <[email protected]>
prepare changelog for v0.2.1

d0929f8d157f9b413e38ebfcb848c690dac72ffb authored about 2 years ago by John Wrenn <[email protected]>
Merge #10

10: backtrace: fix extra newlines at end of dumps r=jswrenn a=jswrenn

Before:
```text
╼ taskd...

a60c2329c92cca76d3e298347d243719a0274565 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
backtrace: fix extra newlines at end of dumps

4b3d6f21b1fd760bcf4c7e76b131ff84f78ac137 authored about 2 years ago by John Wrenn <[email protected]>
Merge #9

9: add additional examples r=jswrenn a=jswrenn

bors r+

Co-authored-by: John Wrenn <jack@wrenn....

e0331bc7eeb2bf27573c8371fd3d720361940c7b authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
add additional examples

3c965beef0541a616bce86fd7df6c5802a82e375 authored about 2 years ago by John Wrenn <[email protected]>
Merge #8

8: Add description to async-backtrace-attributes manifest. r=jswrenn a=jswrenn

bors r+

Co-auth...

ca865df46dedab6a1c87659dfcce36fdf725b7ff authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
add description

460c2a4aeddf4271981ea45b6da37b414755ca58 authored about 2 years ago by John Wrenn <[email protected]>
Merge #7

7: fix release config r=jswrenn a=jswrenn

Co-authored-by: John Wrenn <[email protected]>

1bbbfef22c9d5f227f43cd704bd98c9f48ed4b3b authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
fix release config

82c43e24bf8935c9f5663ed37972bacae4ce3add authored about 2 years ago by John Wrenn <[email protected]>
Merge #6

6: More release prep. r=jswrenn a=jswrenn

Co-authored-by: John Wrenn <[email protected]>

ec0616f0befe4a7cd2ad01c0b58dbadb9e5220af authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
more release groundwork

a3a82a680cd4dfb3d44fd5043b8751f0e4fdfa4a authored about 2 years ago by John Wrenn <[email protected]>
Merge #5

5: Cleanup for release. r=jswrenn a=jswrenn

- Reverts the crate rename in #3.
- Addresses the ...

c0f082610ac6f19c59b5babb5a73f36f223786b3 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
rename -macros to -attributes

d1acdaa2840dc3946345481e362addd587a694c6 authored about 2 years ago by John Wrenn <[email protected]>
[CI] pin clippy to `nightly-2022-10-24`

Ref: https://github.com/rust-lang/rust-clippy/issues/9716

aaeef71f22ed46e402b73e680ea9e7e86efb8966 authored about 2 years ago by John Wrenn <[email protected]>
Make license info consist with other Tokio repos

Ref: https://github.com/tokio-rs/async-backtrace/pull/4

2336c8bdcdbe541d43a9e1964f0eca61a1b01d9d authored about 2 years ago by John Wrenn <[email protected]>
fix backwards advice

45cf4f5edddd56d04bd5799224585e7fdbe45726 authored about 2 years ago by John Wrenn <[email protected]>
revert crate rename

5d2535faf6ed4db58dade3301e0bd9b5b03affad authored about 2 years ago by John Wrenn <[email protected]>
Merge #3

3: Rename `async-backtrace` to `taskdump`. r=jswrenn a=jswrenn

Dumping information about idle ...

4795725db8a84252d14cd70b0c5db7aa25860d5b authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
rename taskdump fn to taskdump_tree

e1f5ff75004175c072984fffd2b9592b7e332611 authored about 2 years ago by John Wrenn <[email protected]>
rename crates

7da395873d712de89b530363b043086024eb7551 authored about 2 years ago by John Wrenn <[email protected]>
Merge #2

2: test ci r=jswrenn a=jswrenn

Co-authored-by: John Wrenn <[email protected]>

c2bc69c6da669d2444bbdf71a667c20b8a623c15 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
simplify workflow

ebcc4cdc8744bab90a9ad6cc3d40dd39a4d01c7b authored about 2 years ago by John Wrenn <[email protected]>
move build step after install gcc-multilib

7271edf7ad234ce427bdc5064ef435e52429c96f authored about 2 years ago by John Wrenn <[email protected]>
fix inaccurate ci names

9a258f8ea782f869daf2294c11b598a9bfa10f3a authored about 2 years ago by John Wrenn <[email protected]>
-Zmiri-disable-isolation

f1d2a22474a0b4772c10f53d3d0fab6f022c0320 authored about 2 years ago by John Wrenn <[email protected]>
no need for an explicit check step

5a7b04a24120a1d9b1fa99bc390f076ab5784bf4 authored about 2 years ago by John Wrenn <[email protected]>
ci: add `--all-targets` to cargo check

466b3da0034f2cfbda8b483b9caef781cb86d9a7 authored about 2 years ago by John Wrenn <[email protected]>
loom: only run integration tests

217bb525be0bce92641ca9b864510b95b620b5e9 authored about 2 years ago by John Wrenn <[email protected]>
fix readme generation check

9d5bfd3c79300325714da97ccbe5f43579cd8a1c authored about 2 years ago by John Wrenn <[email protected]>
miritest: remove -Zmiri-strict-provenance :(

ca3c891f9be51daf4e00ac862160791a9dbfecba authored about 2 years ago by John Wrenn <[email protected]>
use --release for loom tests

966e12f2b60feb39d14b3c817cb26dec821d9afb authored about 2 years ago by John Wrenn <[email protected]>
fix loom tests - i686 not supported

0bf6d057ca218663feb2a053b846cee5b77e3d22 authored about 2 years ago by John Wrenn <[email protected]>
fix check-msrv

1ab832a1d3f4c2c009113fc643c16ad42de14bcf authored about 2 years ago by John Wrenn <[email protected]>
test ci

4a36042ff4a94f5804d9e0ef4e6675bffbf15dcf authored about 2 years ago by John Wrenn <[email protected]>
ci!

dfbcaf1deda67c38a841961e9e2809e138bc1f22 authored about 2 years ago by John Wrenn <[email protected]>
introduce `framed!()`

6adc5d1a783dee831847be3586a0bce64724f1de authored about 2 years ago by John Wrenn <[email protected]>
kudos

a6c69fa4466ca12edc14c451632749e21c50ba4b authored about 2 years ago by John Wrenn <[email protected]>
README + improved benchmarks

cb616fe20de9b77d0a0c86ce032884f4b424e06a authored about 2 years ago by John Wrenn <[email protected]>
shrink size of `Location` to two words

09d662a1a2a8e41059323c25d0e165c57b53d4ce authored about 2 years ago by John Wrenn <[email protected]>
upgrade to futures 0.3.25

ref: https://github.com/rust-lang/futures-rs/pull/2649

5611fae99d61ec9936459565be6a295fbc432f2c authored about 2 years ago by John Wrenn <[email protected]>
make example more interesting

94b96c75322b6b906cdce63212b5048b5416ef6c authored about 2 years ago by John Wrenn <[email protected]>
remove `polled` field from `Framed` (cont.)

ad8fcf16d496b118765a7a39af760dde31387018 authored about 2 years ago by John Wrenn <[email protected]>