Skip to content
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

Avoid undefined getConf on assembly.configuration safeReference #3912

Merged
merged 1 commit into from Sep 9, 2023

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Sep 9, 2023

Fixes #3911

The issue #3911 mentions the issue this bisects to, which may be somewhat of a red herring or at least is a bit odd. The ideal solution to me seems to be properly checking that the getConf config entry is defined

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label Sep 9, 2023
@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

Merging #3912 (339bea4) into main (2d91fa5) will increase coverage by 0.00%.
The diff coverage is 85.71%.

@@           Coverage Diff           @@
##             main    #3912   +/-   ##
=======================================
  Coverage   64.37%   64.37%           
=======================================
  Files        1004     1004           
  Lines       29868    29871    +3     
  Branches     7158     7162    +4     
=======================================
+ Hits        19227    19229    +2     
- Misses      10476    10477    +1     
  Partials      165      165           
Files Changed Coverage Δ
packages/core/assemblyManager/assembly.ts 90.74% <85.71%> (+0.17%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cmdcolin cmdcolin added bug Something isn't working and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels Sep 9, 2023
@cmdcolin
Copy link
Collaborator Author

cmdcolin commented Sep 9, 2023

might merge for now, could investigate why that specific commit caused this, or why it caused such a crazy screenshot in #3911, but this does fix

@cmdcolin cmdcolin merged commit d4090d5 into main Sep 9, 2023
11 checks passed
@cmdcolin cmdcolin deleted the avoid_undefined_getconf branch September 9, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error after closing linear read vs ref view in breakpoint split view demo
1 participant