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

🚸Unique error for kernel mismatch when applying a template #276

Merged
merged 33 commits into from
Oct 5, 2023

Conversation

ceaglebu
Copy link
Contributor

@ceaglebu ceaglebu commented Mar 10, 2023

#### Summary:
Added a unique error message when the kernel version of the project is not supported by the template.

Motivation:

More intuitive to diagnose issues when installing templates.

References (optional):

closes #273

Test Plan:

  • applying local and online templates that do not support project's kernel version should cause new error
    Screenshot 2023-03-06 220628
  • applying a template that does support project's kernel version should still work
    Screenshot 2023-03-06 220550
  • fetching a template should still work
    Screenshot 2023-03-06 220439
  • old error message should still work
    Screenshot 2023-03-06 220718

@SizzinSeal
Copy link
Contributor

Just want to add some extra motivation to this: This is by far the most common issue people have when installing LemLib and its a huge hassle for both the devs and the users

Copy link
Member

@ayushuk ayushuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated and tested on the latest version of develop

@ayushuk ayushuk merged commit 5ee1865 into develop Oct 5, 2023
10 checks passed
@ayushuk ayushuk deleted the feature/kernel-mismatch-error branch October 5, 2023 16:20
This was referenced Jan 19, 2024
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.

✨Kernel Mismatch error when applying a template
5 participants