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

Crash when entering std::vector.re #772

Open
MaxMatti opened this issue May 20, 2023 · 4 comments
Open

Crash when entering std::vector.re #772

MaxMatti opened this issue May 20, 2023 · 4 comments

Comments

@MaxMatti
Copy link

System info:

  • Sublime Text version: Stable Channel, Build 4143
  • Which system are you on: Linux (NixOS)
  • Clang version: 11.1.0

What happens:

After entering the text std::vector.re in the first line inside my function I get this popup:
image

Sample file with which this works:

#include <vector>

int main(int argc, char const *argv[]) {
	std::vector.r
	/* code */
	return 0;
}

(just type the e at the end of line 4)

Log that illustrates the issue

@MaxMatti
Copy link
Author

Same for clang 4.0.6

@niosus
Copy link
Owner

niosus commented May 21, 2023

Thanks for reporting @MaxMatti

I've looked through the log and unfortunately don't see anything obviously wrong with what it reports. Are you sure it comes from my plugin?

@MaxMatti
Copy link
Author

I kind of assumed it because it seems to be related to the functionality. But I'll disable all other plugins and then report back whether that changes anything.

@niosus
Copy link
Owner

niosus commented May 21, 2023

It probably is, but just to be sure 🤷‍♂️

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

No branches or pull requests

2 participants