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

Remove unwraps from init() #128

Merged
merged 3 commits into from
Jun 15, 2024
Merged

Remove unwraps from init() #128

merged 3 commits into from
Jun 15, 2024

Conversation

ConradIrwin
Copy link
Contributor

This will allow us to present a sensible error message to users when we cannot
open a window.

Co-Authored-By: Mikayla mikayla@zed.dev

Co-Authored-By: Mikayla <mikayla@zed.dev>
@mikayla-maki
Copy link
Contributor

mikayla-maki commented Jun 10, 2024

Consider this a draft PR, as we need to make a similar change on other backends.

Change code style in vulkan implementation to match other code
Simplify the cross-backend errors
@mikayla-maki
Copy link
Contributor

Assuming CI passes, this PR should be ready for review :)

@kvark kvark enabled auto-merge (rebase) June 12, 2024 04:48
auto-merge was automatically disabled June 14, 2024 22:30

Head branch was pushed to by a user without write access

@kvark kvark enabled auto-merge (squash) June 15, 2024 04:35
@kvark kvark disabled auto-merge June 15, 2024 23:19
@kvark kvark merged commit 50b3f57 into kvark:main Jun 15, 2024
5 checks passed
mikayla-maki pushed a commit to zed-industries/zed that referenced this pull request Jun 20, 2024
Based on the work on GLES support of @kvark, only two pieces were
missing for usable GLES support:
- kvark/blade#125 was upstreamed 2 weeks ago and
is contained in the currently referenced zed-industries/blade fork
- kvark/blade#126 was upstreamed 17 hours ago
and is not contained in the zed-industries fork. As the zed-industries
fork was also upstreamed in kvark/blade#128, we
can switch back to mainline blade.

If you don't want to switch back to mainline blade, please integrate
kvark/blade#126 to your fork.

Release Notes:

- Fix GLES backend (#9581)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants