Open hiroshinishio opened 3 months ago
Click the checkbox below to generate a PR!
You have 3 requests left in this cycle which refreshes on 2024-09-04 02:56:25. If you have any questions or concerns, please contact us at info@gitauto.ai.
Click the checkbox below to generate a PR!
You have 23 requests left in this cycle which refreshes on 2025-06-25 20:46:55. If you have any questions or concerns, please contact us at info@gitauto.ai.
Click the checkbox below to generate a PR!
You have 5 requests left in this cycle which refreshes on 2024-08-19 07:23:27. If you have any questions or concerns, please contact us at info@gitauto.ai.
@hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/5 🚀
Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact info@gitauto.ai or invite us to Slack Connect.
Sorry, we have an error. Please try again.
Have feedback or need help? Feel free to email info@gitauto.ai.
Sorry, we have an error. Please try again.
Have feedback or need help? Feel free to email info@gitauto.ai.
Sorry, we have an error. Please try again.
Have feedback or need help? Feel free to email info@gitauto.ai.
Sorry, we have an error. Please try again.
Have feedback or need help? Feel free to email info@gitauto.ai.
On https://github.com/JuliaLang/julia/commit/f0a2a7a0a9438433eb1ac824bd09627ab8fd0586, autocompletion of the arguments inside function calls of the form
Module.function
is broken, only keywords are suggested, not types, variables, functions, etc. For example:directly autocompletes to
because
primitive type
is the only keyword starting withp
. This is a regression, autocompletion in this situation used to work in previous versions.