- Dec 13, 2018
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
- Jul 12, 2018
-
-
Samuel Trégouët authored
-
- May 18, 2018
-
-
-
Adrien Di Mascio authored
This removes tabs and spaces mix and make the readable again
-
- Jan 29, 2018
-
-
Adrien Di Mascio authored
http://www.gecode.org/doc-latest/reference/PageHowToChange__5.html says that brancher handlers have been removed and that `BrancherGroup` should be used instead. use the `BrancherGroup:all` static member to get the special brancher group that gathers all branchers in a space, and fetch the number of branchers it contains. cf. http://www.gecode.org/doc-latest/MPG.pdf Do the same thing for propagators.
-
- Nov 28, 2017
-
-
Denis Laxalde authored
The former would select any Python 3 interpreter.
-
- Feb 02, 2017
-
-
Denis Laxalde authored
Closes #10058776.
-
- Jan 27, 2017
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- Dec 01, 2016
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
This includes turning generative test into subtest, using standard api for doctest and some use of bare unittest instead of lgc.testlib as bonus.
-
- Jan 27, 2017
-
-
Sylvain Thénault authored
else we may run into problem when pkg_resources is used, as it will detect that a dependancy in the python package isn't installed. Fix it this way rather than using extras_require because we want the package to be usable with a simple pip install. Closes #9343431
-
- Dec 01, 2016
-
-
Sylvain Thénault authored
Closes #9441457
-
- Jan 11, 2017
-
-
Adrien Di Mascio authored
closes #10041087
-
- 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
-