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

Supporting getting symbols for Jac object #1493

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mgtm98
Copy link
Collaborator

@mgtm98 mgtm98 commented Dec 20, 2024

Description

Copy link
Collaborator

@kugesan1105 kugesan1105 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgtm98
From the latest changes, we now have type information for Jac built-ins. However, it currently requires using _Jac or Jac

For example

obj_id = _Jac.jid(x);
obj_id = Jac.jid(x);

image
It would be great if we could support type information for Jac built-ins directly, without needing the _Jac or Jac prefix.

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

Successfully merging this pull request may close these issues.

2 participants