-
Notifications
You must be signed in to change notification settings - Fork 25
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
Pylance confused with @dispatch functions #51
Comments
Hey @VolodyaCO! Just letting you know that I've seen your issue. I'll be going on holidays tomorrow. I'll get back to this issue once I'm back! |
Thank you :-)
…On Wed, 27 Jul 2022, 12:10 Wessel, ***@***.***> wrote:
Hey @VolodyaCO <https://github.com/VolodyaCO>! Just letting you know that
I've seen your issue. I'll be going on holidays tomorrow. I'll get back to
this issue once I'm back!
—
Reply to this email directly, view it on GitHub
<#51 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHQJA7Y53XNVUKA2HDDJ2XDVWFUORANCNFSM54NHKHTA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Aviso legal:* El contenido de este mensaje y los archivos adjuntos son
confidenciales y de uso exclusivo de la Universidad Nacional de Colombia.
Se encuentran dirigidos sólo para el uso del destinatario al cual van
enviados. La reproducción, lectura y/o copia se encuentran prohibidas a
cualquier persona diferente a este y puede ser ilegal. Si usted lo ha
recibido por error, infórmenos y elimínelo de su correo. Los Datos
Personales serán tratados conforme a la Ley 1581 de 2012 y a nuestra
Política de Datos Personales que podrá consultar en la página web
www.unal.edu.co <http://www.unal.edu.co/>.* *Las opiniones, informaciones,
conclusiones y cualquier otro tipo de dato contenido en este correo
electrónico, no relacionados con la actividad de la Universidad Nacional de
Colombia, se entenderá como personales y de ninguna manera son avaladas por
la Universidad.
|
Hey @VolodyaCO, I’m back again. :) Would you be able to see if the following is perhaps relevant? |
Looks a bit verbose but I think it's alright! |
@VolodyaCO, hmm, that's very annoying! I've reopened the issue to record that something is going wrong. I unfortunately won't be able to look at this on the very short term, but I will keep it in mind. |
I understand! Thank you anyway
…On Mon, 5 Sep 2022, 06:17 Wessel, ***@***.***> wrote:
@VolodyaCO <https://github.com/VolodyaCO>, hmm, that's very annoying!
I've reopened the issue to record that something is going wrong. I
unfortunately won't be able to look at this on the very short term, but I
will keep it in mind.
—
Reply to this email directly, view it on GitHub
<#51 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHQJA72VS7XAWAKQQCR6HFLV4XJGJANCNFSM54NHKHTA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Aviso legal:* El contenido de este mensaje y los archivos adjuntos son
confidenciales y de uso exclusivo de la Universidad Nacional de Colombia.
Se encuentran dirigidos sólo para el uso del destinatario al cual van
enviados. La reproducción, lectura y/o copia se encuentran prohibidas a
cualquier persona diferente a este y puede ser ilegal. Si usted lo ha
recibido por error, infórmenos y elimínelo de su correo. Los Datos
Personales serán tratados conforme a la Ley 1581 de 2012 y a nuestra
Política de Datos Personales que podrá consultar en la página web
www.unal.edu.co <http://www.unal.edu.co/>.* *Las opiniones, informaciones,
conclusiones y cualquier otro tipo de dato contenido en este correo
electrónico, no relacionados con la actividad de la Universidad Nacional de
Colombia, se entenderá como personales y de ninguna manera son avaladas por
la Universidad.
|
@wesselb I replied this in a closed issue #46 (comment). I quote it here. (sorry for the repetition) VSCode lints python with type declaration of this repo. But I know too little about plum to make a PR there😔 Please help🥲
|
@PabloLION, a brief comment to let you know that I've seen this. I've put this issue on a list of improvements that I'll be working on soon. |
I'm closing this issue in favour of #89, which discusses a very similar problem. Note that Plum now supports a particular |
If I use pylance to type check functions in Python, all multiple-dispatched functions are shown as
I wonder if this can be fixed 🤔
The text was updated successfully, but these errors were encountered: