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

avoid using GLib internally #116

Closed
wants to merge 20 commits into from
Closed

avoid using GLib internally #116

wants to merge 20 commits into from

Conversation

spk121
Copy link
Owner

@spk121 spk121 commented Jan 13, 2022

This is phase one of #96 . It reduces the internal dependence of guile-gi on GLib. Of course, some use of GLib is necessary specifically when marshaling and converting to/from arguments that have GLib types.

The simplistic replacement to the GLib hash table is slower, and much of the functionality in logging has been culled, for now.

But theoretically, nothing else should change as a result of this patchset.

@spk121 spk121 marked this pull request as draft January 13, 2022 04:03
SCM doesn't compare using greater-than '<'. Nor is (SCM)0 valid.
@spk121
Copy link
Owner Author

spk121 commented Feb 18, 2022

Bleh, I restarted with a new branch #dev-avoid-glib2 because this one was too messy.

@spk121 spk121 closed this Feb 18, 2022
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.

1 participant