- Nov 18, 2016
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
Since the binary will disappear in logilab-common 1.3.0.
-
- Jul 19, 2016
-
-
Sylvain Thénault authored
Before this 'Machin 12' is transformed to 'Any 12' since it expect a 'set type shortcut', but since the selection doesn't hold any variable, the type information is lost and no type checking is ever done. We can not expect to have the schema at this point, which would allow to check if the type exists. Even if we had, we would then need dedicated structures to hold the information that we expect entity with eid '12' to be a 'Machin'... Thus, it seems simpler to disallow usage of this simplified form without any selected variable. Closes #9234282.
-
- Apr 13, 2016
-
-
Julien Cristau authored
-
- Nov 17, 2016
-
-
Arthur Lutz authored
[__pkginfo__] use yapp2 in requires.txt since that is the one being installed by debian package (and also fits in pip install scenario)
-
- Feb 18, 2016
-
-
Adrien Di Mascio authored
-
Samuel Trégouët authored
-
Adrien Di Mascio authored
-
- Jan 29, 2016
-
-
Samuel Trégouët authored
our spec files conflict with filesystem package in centos7: we set permission 755 for /usr/bin and /usr/lib whereas filesystem set it to 555. So to be compatible with both centos7 and others we simply ignore theses directories.
-
- Jan 04, 2016
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
pybuild doesn't seem to find any tests. We should fix that, but, later.
-
Julien Cristau authored
-
Julien Cristau authored
-
Sylvain Thénault authored
when types are actually yams schema instead of bare string, one ended up with: File "/usr/lib/python2.7/dist-packages/rql/nodes.py", line 639, in get_type if lhstype == rhstype and not 'Date' in lhstype: TypeError: argument of type 'CubicWebEntitySchema' is not iterable
-
- Dec 22, 2015
-
-
Sylvain Thénault authored
* add support for TZDatetime * properly raise on unsupported addition (e.g. date+date) * dates can be added to Interval, not Time Closes #3248236
-
- Dec 02, 2014
-
-
Julien Cristau authored
Capturing the latter only results in an empty StringIO.
-
- Nov 19, 2015
-
-
Julien Cristau authored
-
- Oct 12, 2015
-
-
Rémi Cardona authored
-
- Sep 09, 2015
-
-
Julien Cristau authored
-
- Sep 21, 2015
-
-
Rémi Cardona authored
The original patch for bug #1190458 broke tests in CubicWeb. The patch has now been amended to fix the broken paths (namely, replacing the 'in' tests with appropriate 'is_equivalent' loops). These tests are adapted from CubicWeb's own test suite, especially those that test FTIRANK() on sqlite (the function exists but is replaced by a no-op).
-
Rémi Cardona authored
-
- Sep 09, 2015
-
-
Julien Cristau authored
Related to #1167312
-
Julien Cristau authored
Mostly in comments and defunct tools. Related to #1167312
-
- Sep 08, 2015
-
-
Rémi Cardona authored
WARNING: This is an API break Among other things we no longer use repr() for String constants, which means they consistently get quoted with double quotes instead of a mix of single and double quotes. Closes #1190507
-
- Jul 23, 2014
-
-
Rémi Cardona authored
Related to #1167312
-
- Jul 25, 2014
-
-
Julien Cristau authored
- there is no distinction between PyInt and PyLong anymore - module initialization changed a bit Related to #1167312
-
- Sep 08, 2015
-
-
Rémi Cardona authored
The existing implementation relies on hash returning different values for objects that compared equal. This is horribly wrong. Instead, stop implementing comparison, and use the is_equivalent method explicitly.
-
Julien Cristau authored
-
- Sep 07, 2015
-
-
Julien Cristau authored
-
- Jul 22, 2015
-
-
Julien Cristau authored
Closes #298337
-
- Jul 17, 2015
-
-
Julien Cristau authored
-
Julien Cristau authored
Fix regression introduced by switch to dh_python2: it reads our egg-info/requires.txt to try and guess package dependencies. This generates a broken dependency on nonexistent "python-yapps" (instead of yapps2-runtime) and an unnecessary one on python-logilab-constraint (we use gecode).
-
- Jul 15, 2015
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-