-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle autocomplete-atom-api
#476
Conversation
@mauricioszabo, would you rather that @confused-Techie, our plan is for In this scenario, we'd want both From my perspective, I was planning to apply the refactor in place rather than start a new repo, so it doesn't matter to me whether that happens in a separate |
I'd be totally open to waiting on a rewrite for symbols view. |
A suggestion: separate all bundling on a different PR, so we can fix tests for each of these packages when we bundle them :) |
@mauricioszabo that's a fair point. Suppose I was wanting to reduce the amount of PRs required to finish our bundling. But if we would rather have on bundle per PR (at least for these last few, that sounds fine by me and I'll modify this PR as such. |
autocomplete-atom-api
& symbols-view
autocomplete-atom-api
This PR is now ready for review, just letting the tests run, but now this PR only bundles |
Looks like all tests here are passing, and hope nobody minds but gonna go ahead and merge this one. As it leaves zero change in how Pulsar behaves, and I'm wanting to get a push on bundling |
In this PR I hope to finally got the majority of the last bundles we need for core packages.
But the PR is starting off with only 2 additional packages, since
symbols-view
has proven difficult in the past, so extra care is being taken while it is merged to ensure against regressions.As more packages are available here, this will be updated.
EDIT:
This PR, at the request of @mauricioszabo will now only bundle a single package.
Which at this time is
autocomplete-atom-api
For easy reference, for myself and others, here is the last core packages that need to be bundled:
snippets
: Per savetheclocktower's request, this will not be bundled yetautocomplete-atom-api
: ✅symbols-view
: WIP - Determine the test weirdness occurring here firstfind-and-replace
: ❌ - Has open PRs cannot bundlefuzzy-finder
: ❌ - Has open PRs cannot bundlegithub
: ❌ - Has open PRs cannot bundlenotifications
: Previously attempted on Additional Bundling of Core Packages #424 encountered increased failure ratespell-check
: Next in Linetree-view
: Has open PRs, but likely could be addressed prior to merge