Eliza Weisman
Eliza Weisman
Bytecode targets for v0.1.0: #65, #54, #53,
Looks like this will require #61.
Removed from the Scheme v2.0 milestone and moved to the icebox; see [my comment](https://github.com/hawkw/seax/issues/61#issuecomment-91332022) on #61 for why.
I have no idea how this will work, as I've never actually had the opportunity to write a linker before. @janyljumadinova can probably offer some advice.
Changed the title to disambiguate between this and #19, which it depends on.
Thanks for the PR. Since this is an API-breaking change, it will have to wait until the next SemVer-incompatible release of `tracing-subscriber`. But, I think it's a good idea to...
Well, this is definitely a bug! We'll look into it.
Sorry, I haven't had time to review this PR yet. I'll try to find the time to in the near future!
@CBenoit > One avenue to fix the problem would be to clear the `FormattedFields::fields` buffer and reformat all the fields again each time `add_fields` is called. I don't think this...
@andrewbanchich hmm. We're currently using the [`ansi_term`](https://crates.io/crates/ansi_term) crate for ANSI colors. My initial thought is that _it_ should handle this behavior — maybe the best solution is a patch upstream?