-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add setenv and chdir methods to the CLibrary #196
Add setenv and chdir methods to the CLibrary #196
Comments
Could you explain why this was added? It does not seem to be called from the java code? |
I see. Sounds to me that it was convenient to add them to Jansi because the infrastructure already exists, but they shouldn't really be in here but in a separate library. They seem to have nothing to do with Ansi terminal handling, and are not needed by any "normal" users of this library. I have recently added a Pull request to a project introducing Jansi, and they have raised concerns about whether the library introduces any hard to control native behavior. I must agree that having unused functions in the native blobs that are not even used by the first party library feels somewhat conspicuous. |
I agree with you, this belongs in something like JNA if it's not already in
there ;-)
Gary
…On Wed, Apr 7, 2021, 07:54 Bernhard Frauendienst ***@***.***> wrote:
I see. Sounds to me that it was convenient to add them to Jansi because
the infrastructure already exists, but they shouldn't really be in here but
in a separate library. They seem to have nothing to do with Ansi terminal
handling, and are not needed by any "normal" users of this library.
I have recently added a Pull request to a project introducing Jansi, and
they have raised concerns about whether the library introduces any hard to
control native behavior. I must agree that having unused functions in the
native blobs that are not even used by the first party library feels
somewhat conspicuous.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJB6NYAV3AXTLCETUKIPTTTHRBVTANCNFSM4XNUS4SQ>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: