Open vtjnash opened 3 months ago
Welcome to GitAuto! π Click the checkbox below to generate a PR!
You have 5 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.
@vtjnash @hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/10 π 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.
@vtjnash @hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/11 π 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.
@vtjnash @hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/14 π 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.
@vtjnash @hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/15 π 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.
@vtjnash @hiroshinishio Pull request completed! Check it out here https://github.com/hiroshinishio/julia/pull/19 π 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.
The Symbol name in the MethodTable of
jl_intrinsic_type
is causingjl_static_show
to become confused. However, this is also a special case value where we know the names of each of them in Core.Intrinsics by calling thejl_intrinsic_name
function. Thejl_intrinsic_name
function can be used injl_static_show
in rtutils.c to print the correct identifier here.Secondly
is_globname_binding
should take an extra argument of whetherv
is the value or type, and branch accordingly instead of trying to be clever with||
in that comment there.