Davor Ocelic
Davor Ocelic
The issue seems to be in `fields.py` in this code: ``` @classmethod def resolve_connection(cls, connection_type, model, info, args, resolved): if resolved is None: resolved = cls.get_query(model, info, **args) if isinstance(resolved,...
Hey, yes, in terms of just passing the spec, @ZaWertun applied this hack in his branch: ``` ... -evaluated: NUMBERu64 +evaluated: -NUMBERi64 ... ```
The master branch now contains a workaround, but needs better fix. The code block which is part of this is: ``` + value = v.getZExtValue(); + // FIXME: Perhaps we...
Hey, I've asked and the answer I got is that Crystal supports LLVM 6+, and that it would probably also work on latest too. But yes, the default binaries for...
Hey Alex , yeah possibly, @Papierkorb would be to decide on that. It seems we're close to having the specs for bindgen pass again, so that's very promising.
Hey @ZaWertun @kalinon , with this last/latest commit I think we have something that works with Crystal 0.34 and passes specs out of the box in a good number of...
I've just released 0.7.0 which we can use as the basis for working on qt5.cr now.
> can we add some tags to the issues so we can easily identify bugs, enhancements, etc etc Added.
(Yes, the next release will be 1.0, the Crystal team has decided on that already. The rolling changelog for that release is here: https://github.com/bcardiff/crystal/blob/changelog/1.0.0-pre1/CHANGELOG.md )
Hey, I can devote some time this weekend. Will post an update.