You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Translate prompt currently has detailed instructions that are tied to JNIgen. so whenever JNIgen evolves or changes something in the bindings, for example, using "_" instead of "$" for resolve naming, the instructions will be incorrect and can lead to incorrect results.
We need to make the prompt more generic and less coupled to how JNIgen works.
and more rely on the context given.