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

Shift+Ctrl+P should actually typecheck pieces of code upon which it is invoked #430

Open
sxhya opened this issue Nov 10, 2023 · 0 comments

Comments

@sxhya
Copy link
Collaborator

sxhya commented Nov 10, 2023

Current implementation only allows you to see type information that has been dumped and stored during the typechecking process. Due to peculiarities of typechecking this process currently is not 100% reliable (e.g. there is no guarantee that the typechecker will actually infer types for all the subexpressions of a given expression). This also makes Shift+Ctrl+P feature reliant upon the correct operation of autoretypecheck feature.

@sxhya sxhya self-assigned this Dec 13, 2023
@sxhya sxhya added the D-medium label Jun 17, 2024
@sxhya sxhya removed their assignment Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants