RustPython / Parser

MIT License
73 stars 28 forks source link

0.3.0 #92

Closed youknowone closed 1 year ago

youknowone commented 1 year ago

67

youknowone commented 1 year ago

I am getting confused how should I handle ruff_text_size. is it expected to be published to crates.io?

@charliermarsh @MichaReiser

charliermarsh commented 1 year ago

@MichaReiser - Maybe we should just publish ruff_text_size to crates.io separately, and remove it as a local dependency here?

youknowone commented 1 year ago

@MichaReiser could you also check this?

youknowone commented 1 year ago

@charliermarsh @MichaReiser do you mind if I create a crate and transfer its ownership to you?

MichaReiser commented 1 year ago

@charliermarsh @MichaReiser do you mind if I create a crate and transfer its ownership to you?

I would prefer using a different name, e.g. rustpython-text-size. We integrated the RustPyton into Ruff's mono repo and that includes ruff_text_size. There's a chance that our two crates will diverge over time, and that could lead to weird incompatibilities in the future.

youknowone commented 1 year ago

Thanks for replying

youknowone commented 1 year ago

0.3.0 is published