Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / hugopl/gi-crystal issues and pull requests

#164 - Fix `property?` macro for boolean properties.

Pull Request - State: closed - Opened by hugopl 3 months ago

#163 - `property?` macro does not work with bools.

Issue - State: closed - Opened by hugopl 3 months ago

#162 - Wrong pointer is passed on nillable structs parameters.

Issue - State: open - Opened by hugopl 4 months ago
Labels: bug

#161 - Release v0.24.0.

Pull Request - State: closed - Opened by hugopl 4 months ago

#160 - Support nilable string properties.

Pull Request - State: closed - Opened by hugopl 4 months ago

#159 - Added forgotten gio async test.

Pull Request - State: open - Opened by hugopl 4 months ago

#158 - Release v0.23.0.

Pull Request - State: closed - Opened by hugopl 4 months ago

#157 - Add support for Gio async functions.

Pull Request - State: closed - Opened by hugopl 4 months ago - 1 comment

#156 - Update CI checkout action to avoid node related warning.

Pull Request - State: closed - Opened by hugopl 4 months ago

#155 - Reviewing the generator code just to remember it's a mess.

Pull Request - State: closed - Opened by hugopl 4 months ago

#154 - Update CI to Ubuntu 24.04.

Pull Request - State: closed - Opened by hugopl 5 months ago

#153 - Let Crystal user objects be created from g_gobject_new calls.

Pull Request - State: open - Opened by hugopl 5 months ago - 9 comments

#152 - Implement a memory safe way to connect signals.

Pull Request - State: open - Opened by hugopl 5 months ago - 1 comment

#151 - Release v0.22.3

Pull Request - State: closed - Opened by hugopl 5 months ago

#150 - Signal connections may cause leak of objects

Issue - State: open - Opened by hugopl 5 months ago
Labels: enhancement

#149 - Fixed directory path to be properly escaped

Pull Request - State: closed - Opened by BigBoyBarney 7 months ago - 2 comments

#148 - Release v0.22.2.

Pull Request - State: closed - Opened by hugopl 8 months ago

#147 - Fix compilation with GLib 2.80.

Pull Request - State: closed - Opened by hugopl 8 months ago

#145 - Latest glib API changes

Issue - State: closed - Opened by GeopJr 8 months ago - 7 comments
Labels: bug

#143 - Release 0.22.0

Pull Request - State: closed - Opened by hugopl 9 months ago

#142 - User signals with nilable parameters doesn't work.

Issue - State: open - Opened by hugopl 11 months ago - 1 comment
Labels: bug, blocked

#141 - Release v0.21.0

Pull Request - State: closed - Opened by hugopl 11 months ago

#140 - Use ::Bytes on array of UInt8 parameters and return values.

Pull Request - State: closed - Opened by hugopl 11 months ago

#139 - Merge gio.cr into gi-crystal.

Pull Request - State: closed - Opened by hugopl 11 months ago

#138 - Fix setter of GObject properties when using nulable types.

Pull Request - State: closed - Opened by hugopl 12 months ago

#137 - ::Bytes should be used on array of unsigned chars parameters

Issue - State: closed - Opened by hugopl 12 months ago
Labels: enhancement

#136 - Parameters with filename tag must be declared as Path | String

Issue - State: open - Opened by hugopl 12 months ago
Labels: bug, good first issue

#135 - Implement interface cast.

Pull Request - State: closed - Opened by hugopl 12 months ago

#134 - [Request] non-void signals

Issue - State: open - Opened by GeopJr 12 months ago - 3 comments
Labels: gap

#133 - Fixes random crashes caused by bad wrapper instance cache.

Pull Request - State: closed - Opened by hugopl 12 months ago

#132 - Interface casts crashes

Issue - State: closed - Opened by hugopl 12 months ago
Labels: bug

#131 - Ignore unknown parameters from GObject::Property annotation.

Pull Request - State: closed - Opened by hugopl about 1 year ago - 3 comments

#130 - Release v0.19.0.

Pull Request - State: closed - Opened by hugopl about 1 year ago

#129 - Use Crystal Char for gunichar.

Pull Request - State: closed - Opened by hugopl about 1 year ago

#128 - g_unichar must be Crystal Char, not UInt32

Issue - State: closed - Opened by hugopl about 1 year ago
Labels: good first issue, gap

#127 - Does not block the code generation if some TypeLib wasn't found.

Pull Request - State: closed - Opened by hugopl about 1 year ago

#126 - Release v0.18.0.

Pull Request - State: closed - Opened by hugopl about 1 year ago
Labels: release

#125 - Fixes compilation with newer GObject libraries.

Pull Request - State: closed - Opened by hugopl about 1 year ago

#124 - Fail to compile with newer libraries.

Issue - State: closed - Opened by hugopl about 1 year ago - 1 comment
Labels: bug

#123 - Remove hardcoded calls to g_object_ref from generator.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#122 - Increase reference of transfer full interface parameters.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#120 - transfer full interface parameters don't get their reference increased.

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: bug

#118 - Fix array of string properties.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#116 - Release v0.17.0

Pull Request - State: closed - Opened by hugopl over 1 year ago
Labels: release

#115 - Ignore deprecated GObject::ValueArray object.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#114 - Annotate deprecated methods in generated bindings.

Pull Request - State: closed - Opened by hugopl over 1 year ago - 1 comment
Labels: enhancement

#113 - Add `#to_s`, `#==` and `.parse` to `GLib::Variant`.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#112 - Fix #48

Pull Request - State: open - Opened by BlobCodes over 1 year ago - 1 comment

#111 - Bind false boolean constants to false.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#110 - Ensure Bool return type on vfuncs that return booleans.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#109 - Fix ownership transfer of vfunc return values.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#108 - Boolean false constants are bindinded with true value

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: bug, good first issue

#107 - Add GC resistant GObject subclasses (Alternative)

Pull Request - State: closed - Opened by BlobCodes over 1 year ago - 3 comments

#106 - Add GC resistant GObject subclasses.

Pull Request - State: closed - Opened by hugopl over 1 year ago - 10 comments

#105 - Support GC resistant GObject subclasses

Issue - State: closed - Opened by hugopl over 1 year ago - 2 comments
Labels: gap

#104 - Fix compilation for vfuncs returning nullable objects or strings.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#103 - Virtual functions that return nullable objects fail to compile

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: bug, vfunc

#102 - Virtual functions does not obey return value ownership transfer

Issue - State: closed - Opened by hugopl over 1 year ago - 1 comment
Labels: bug, vfunc

#101 - Allow enum and flags to be ignored in binding.yml.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#100 - Enum and flags can't be ignored in binding.yml

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: bug

#99 - WebKit2 library define a None enum != 0 and fail to compile

Issue - State: open - Opened by hugopl over 1 year ago

#98 - Enforce type safety on vfunc return types.

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: enhancement

#97 - Remove constants

Pull Request - State: closed - Opened by hugopl over 1 year ago

#96 - Convert boolean return values of vfuncs.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#95 - Boolean return type for vfuncs are not converted

Issue - State: closed - Opened by hugopl over 1 year ago

#94 - Add an ignore_constants binding config setting

Pull Request - State: closed - Opened by ghost over 1 year ago - 4 comments

#93 - Add bindings for GLib#real_name.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#92 - Add some debug methods to `ClosureDataManager`.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#91 - Do not generate a ref_count call on finalizers when -Ddebugmemory is on.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#90 - Let struct bindings allocated on help to obey `-Ddebugmemory` flag.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#89 - Remove version_from_shard dependency.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#87 - There's no way to ignore constants from being generated

Issue - State: closed - Opened by hugopl over 1 year ago
Labels: good first issue

#86 - Render parameters in documentation in Crystal style, i.e. no @ symbol.

Pull Request - State: closed - Opened by hugopl over 1 year ago
Labels: documentation

#85 - Add lib definition for LibGLib.g_bytes_new_static.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#84 - syntax error generating bindings?

Issue - State: closed - Opened by elder-n00b over 1 year ago - 4 comments
Labels: duplicate

#83 - Generated code expects incorrect type for Gio::AsyncReadyCallback

Issue - State: open - Opened by wildeyedskies over 1 year ago - 5 comments
Labels: bug

#82 - Clean things up.

Pull Request - State: closed - Opened by hugopl over 1 year ago

#80 - Add support for GLib::String

Issue - State: open - Opened by hugopl over 1 year ago - 1 comment
Labels: enhancement

#79 - Error: undefined constant GLib::Error

Issue - State: closed - Opened by phil294 over 1 year ago - 7 comments

#78 - Error: undefined local variable or method 'start' for Generator::ModuleGen

Issue - State: closed - Opened by phil294 over 1 year ago - 2 comments

#77 - Fix signal object name for crystal defined gobject signals.

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#76 - Do not use relative paths on `GiCrystal.require` macro.

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#75 - Add support for pure Crystal objects in signal parameters.

Pull Request - State: closed - Opened by hugopl almost 2 years ago - 2 comments
Labels: blocked

#75 - Add support for pure Crystal objects in signal parameters.

Pull Request - State: closed - Opened by hugopl almost 2 years ago - 2 comments
Labels: blocked

#74 - Make modules (GObject interfaces) work with signals.

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#73 - Fix list and slist

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#72 - Fix GSList objects with Modules.

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#71 - Add support for Path objects in signals.

Pull Request - State: closed - Opened by hugopl almost 2 years ago

#70 - Error when using multiple gi-crystal shards

Issue - State: closed - Opened by wildeyedskies almost 2 years ago - 13 comments
Labels: bug

#68 - `GLib::SList` of type `Gio::File` raises

Issue - State: closed - Opened by GeopJr about 2 years ago - 2 comments

#66 - Type error with BoxHelper & `Gtk::Switch#state_set_signal`

Issue - State: closed - Opened by GeopJr about 2 years ago - 2 comments
Labels: bug

#65 - Allow chaining up unsafe vfuncs

Pull Request - State: closed - Opened by BlobCodes about 2 years ago - 1 comment