brendanzab / codespan

Beautiful diagnostic reporting for text-based programming languages.
Apache License 2.0
1.1k stars 59 forks source link

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

Open Xuanwo opened 2 years ago

Xuanwo commented 2 years ago

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 commented 2 years ago

Hello, are there any updates? @Johann150 @brendanzab

Johann150 commented 2 years ago

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.

Xuanwo commented 2 years ago

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

brendanzab commented 2 years ago

I need to get around to making a release sorry!

Xuanwo commented 1 year ago

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?

seryl commented 1 year ago

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!