pulsar-edit / pulsar

A Community-led Hyper-Hackable Text Editor
https://pulsar-edit.dev
Other
3.13k stars 133 forks source link

Finish Bundling Core Packages #512

Open confused-Techie opened 1 year ago

confused-Techie commented 1 year ago

Thanks in advance for your bug report!

What happened?

A goal of the Pulsar repo, for some time now has been to bundle any packages that are core packages. That is they are included in the final output of any installation of Pulsar.

The reason being, is bundling core packages allows us to archive the repos themselves, meaning we don't have to split our focus between so many codebases, and ensures any PRs to these core packages are able to get much more focus as this is by far the most popular repo.

With all of that said, nearly all core packages are now bundled, with a few stragglers, that have posed problematic. Here I'll go ahead and consolidate these last items, as well as update their status, and hopefully ensure other contributors can see their path to be aware of the eventual goal of these items.

Pulsar version

N/A

Which OS does this happen on?

❓ Other(Please specify in the OS details field below)

OS details

N/A

Which CPU architecture are you running this on?

None

What steps are needed to reproduce this?

N/A

Additional Information:

N/A

sertonix commented 1 year ago

While bundling the core packages some pull requests get lost. It would be nice if they would get a bit of attention. I haven't checked all bundled packages but already mentioned a few lost pull requests.

More or less the same applies to issues but I think there aren't that much.

confused-Techie commented 1 year ago

Yeah seems that has happened. Effort to bundle core packages has been shared recently, and I was not aware any were missing.

More than happy to ensure everything is getting bundled as properly as possible.