codespan icon indicating copy to clipboard operation
codespan copied to clipboard

Request a new releases for including context before and after a label

Open Xuanwo opened this issue 3 years ago • 6 comments

Hi, databend (A cloud data warehouse written in Rust) depends on codespan-reporting to display SQL errors.

We need to use the feature https://github.com/brendanzab/codespan/pull/331, so we have to pin our Cargo.toml to git versions:

# Github dependencies
# TODO(andylokandy): Use the version from crates.io once
# https://github.com/brendanzab/codespan/pull/331 is released.
codespan-reporting = { git = "https://github.com/brendanzab/codespan", rev = "c84116f5" }

Maybe we can cut a new release to include the features we need? So that we can use the tagged versions from crates.io instead.

Thanks!

Xuanwo avatar Aug 01 '22 05:08 Xuanwo

Hello, are there any updates? @Johann150 @brendanzab

Xuanwo avatar Sep 15 '22 07:09 Xuanwo

As you can see on the crates.io page I'm not an owner of the crate and thus can not make a release, which is why I assigned brendanzab.

Johann150 avatar Sep 17 '22 22:09 Johann150

Maybe @Marwes can help with this issue? Thanks in advance.

Xuanwo avatar Sep 18 '22 00:09 Xuanwo

I need to get around to making a release sorry!

brendanzab avatar Sep 19 '22 00:09 brendanzab

I need to get around to making a release sorry!

Sorry for pinging you again. Any update on this issue? What help can I provide to help get thought this?

Xuanwo avatar Nov 10 '22 15:11 Xuanwo

I'm running into this issue as well while trying to package databend for nixos.

I'd really appreciate a release as well! Excited to use this software!

seryl avatar Mar 05 '23 06:03 seryl