Commit graph

2583 commits

Author SHA1 Message Date
jperkin
8323ca0c0b devel: Re-enable py-clint. 2017-12-19 08:50:27 +00:00
adam
daa56fd72e py-args: added version 0.1.0
This simple module gives you an elegant interface for your command line
argumemnts.
2017-12-19 05:56:31 +00:00
jperkin
0f908ce2c4 devel: Disable py-clint until adam can fix its dependency. 2017-12-18 23:30:44 +00:00
adam
e5f3c57afc py-clint: added version 0.5.1
Clint is awesome. Crazy awesome. It supports colors, but detects if the session
is a TTY, so doesn't render the colors if you're piping stuff around.
Automagically.

Current Features:
* Little Documentation (bear with me for now)
* CLI Colors and Indents
* Extremely Simple + Powerful Column Printer
* Iterator-based Progress Bar
* Implicit Argument Handling
* Simple Support for Incoming Unix Pipes
* Application Directory management
2017-12-18 08:48:26 +00:00
fhajny
4da2af6219 Enable devel/erlang-base64url and devel/erlang-fs 2017-12-14 21:07:14 +00:00
bacon
138e03286e Makefile: Add py-xopen: Open compressed files transparently 2017-12-10 14:58:44 +00:00
triaxx
8faf9209e6 Add devel/py-fasteners package version 0.14.1 2017-12-06 22:04:06 +00:00
jdolecek
49989b21ab Add php-xdebug-devel 2.6.0alpha, a dev version of xdebug with php 7.2 support
Changes since 2.5.5:
Sat, Dec 2, 2018 - xdebug 2.6.0alpha1

+ Added features:

- Implemented issue #474: Added "memory" output to profiling files, to find out where memory is allocated.
- Implemented issue #575: Dump super globals contents to error log upon errors, just like when this would happen for stack traces.
- Implemented issue #964: Parse X-Forwarded-For for the first IP address when selecting the remote_connect_back host (Steve Easley).
- Implemented issue #990: Add DBGp: notifications for notices and warnings to be shown in IDEs.
- Implemented issue #1312: Implement extended_properties feature to remote debugging to support names and values with low ASCII values.
- Implemented issue #1323: Added xdebug.filename_format setting to configure the formatting of filenames when tracing.
- Implemented issue #1379: Added support for Unix domain sockets to xdebug.remote_host (Sara Golemon).
- Implemented issue #1380: Added xdebug_is_debugger_active() that returns true when debugger is connected.
- Implemented issue #1391: Added support for earlier stack frames through new argument for xdebug_call_* functions.
- Implemented issue #1420: Handle PHP 7.2's new methods for switch/case
- Implemented issue #1470: Added xdebug.remote_timeout to make connect timeout configurable.
- Implemented issue #1495: Make var_dump() also use the new xdebug.filename_format when formatting filenames.

+ Improvements:

- Implemented issue #847: Added support for "%s" specifier for xdebug.trace_output_name.
- Implemented issue #1384: Compile warning on Ubuntu 16.04 with GCC 5.4.x.
- Implemented issue #1401: Improved error message in case the connection breaks.
- Implemented issue #1430: Change DBGp tests to use TEST_PHP_EXECUTABLE instead of hard coded 'php'
- Implemented issue #1484: Use FD_CLOEXEC with debugging sockets to prevent FDs from leaking to forked processes (Chris Wright).
- Improve the foldexpr in xt.vim to fold lines correctly (Donie Leigh).

= Fixed bugs:

- Fixed issue #1272: property_get doesn't return @attributes for SimpleXMLElement.
- Fixed issue #1305: Property names with quotes can not be fetch while debugging.
- Fixed issue #1431: Fix "use after free" with in add_name_attribute_or_element.
- Fixed issue #1432: Fixed memory leak with xdebug_path_info_dtor.
- Fixed issue #1449: Debugging breaks with array element keys containing low-ASCII variables.
- Fixed issue #1471: Tracing crashes with return_assignments and ternairy operator.
- Fixed issue #1474: Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly (Nikita Popov, Derick).
- Fixed issue #1481: Fixed s390x and ppc64 builds (Remi Collet).
- Fixed issue #1486: Crash on ZEND_SWITCH_LONG / ZEND_SWITCH_STRING with more than 32 cases.
- Fixed issue #1496: Rewrite README.rst to be more clear on how to install and build Xdebug.

~ Changes:

- Fixed issue #1411: Use Error (Throwable) instead of fatal error when maximum nesting level is reached.

- Removed features:

- Implemented issue #1377: Drop support for PHP 5.5 and 5.6, only PHP 7 is now supported
2017-12-06 22:02:29 +00:00
maya
67a6deae8d devel/go-runewidth: remove, use textproc/go-runewidth 2017-12-03 00:36:36 +00:00
adam
21f41179b9 Added devel/py-jaraco.classes version 1.4.3 2017-11-29 14:06:39 +00:00
minskim
a9674af3f3 devel/Makefile: Add py-lru-dict 2017-11-27 23:29:26 +00:00
adam
81f771d30b Added devel/py-exam, devel/py-test-assume, devel/py-test-sugar, devel/py-test-pythonpath 2017-11-26 17:12:46 +00:00
wiz
d3df6b9be7 devel/Makefile: + p5-Clone-Choose 2017-11-24 13:51:16 +00:00
minskim
af1a5b0a08 devel/Makefile: Add flatbuffers 2017-11-22 19:31:56 +00:00
markd
ec9f3c250b devel: add py-backports 2017-11-22 10:48:49 +00:00
adam
c2ad52182a py-test-relaxed: added version 1.0.0
pytest-relaxed provides 'relaxed' test discovery for pytest.

Has it ever felt strange to you that we put our tests in tests/, then name the
files test_foo.py, name the test classes TestFoo, and finally name the test
methods test_foo_bar? Especially when almost all of the code inside of tests/
is, well, tests?

This pytest plugin takes a page from the rest of Python, where you don't have
to explicitly note public module/class members, but only need to hint as to
which ones are private. By default, all files and objects pytest is told to
scan will be considered tests; to mark something as not-a-test, simply prefix
it with an underscore.
2017-11-15 09:23:17 +00:00
wiz
f6f486f4c2 devel/Makefile: + p5-Devel-Caller-IgnoreNamespaces 2017-11-08 21:35:46 +00:00
wiz
5060a7682c devel/Makefile: + p5-Cwd-Guard. 2017-11-08 20:27:58 +00:00
ryoon
85ec19548d Remove firefox38 2017-10-27 13:59:51 +00:00
ryoon
888122adc3 Remove firefox31 2017-10-27 13:52:04 +00:00
ryoon
01733be249 Remove firefox24 2017-10-27 13:45:42 +00:00
ryoon
e08271184a Remove firefox17 2017-10-27 13:40:21 +00:00
ryoon
77d22dadbe Remove firefox10 2017-10-27 13:31:32 +00:00
minskim
1119c0495e devel/Makefile: Add py-logbook 2017-10-25 22:17:13 +00:00
maya
8e7cf0583e Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf 2017-10-24 07:01:28 +00:00
adam
44914de2c2 py-visitor: added version 0.1.3
A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.
2017-10-23 15:20:45 +00:00
prlw1
167556dd3a Remove py-glib2-tools.
They are just applications, so don't need to be versioned - see glib2-tools.
2017-10-23 11:26:02 +00:00
adam
5de2eb9f53 This is a plugin which will terminate tests after a certain timeout. When doing
so it will show a stack dump of all threads running at the time. This is useful
when running tests under a continuous integration server or simply if you don't
know why the test suite hangs.

Note that while by default on POSIX systems py.test will continue to execute
the tests after a test has timed, out this is not always possible. Often the
only sure way to interrupt a hanging test is by terminating the entire process.
As this is a hard termination (os._exit()) it will result in no teardown, JUnit
XML output etc. But the plugin will ensure you will have the debugging output
on stderr nevertheless, which is the most important part at this stage.
2017-10-19 06:51:11 +00:00
adam
478bbd6af1 Removed devel/py-ipython1 successor devel/py-ipython 2017-10-17 18:44:14 +00:00
adam
3d0f11ddde Added devel/py-ipython5 version 5.5.0 2017-10-16 18:10:41 +00:00
minskim
8b32d3c0cf devel/Makefile: Add ruby-bindata 2017-10-16 16:30:01 +00:00
jaapb
46b378bd7e Added ocaml-ppx_hash to Makefile SUBDIRs 2017-10-16 08:41:33 +00:00
jaapb
017651fd05 Added ocaml-configurator to Makefile SUBDIRs 2017-10-16 08:41:02 +00:00
prlw1
f3e5c09e4f Add glib2-tools, a place for glib2/gobject's python dependent tools,
namely glib-genmarshal and glib-mkenums.
2017-10-15 14:10:39 +00:00
jaapb
885bc783d6 Added ocaml-ppx_base to Makefile SUBDIRs 2017-10-14 10:20:33 +00:00
prlw1
954607ddd0 Add py-glib2-tools, a place for glib2's python dependent tools, namely
gdbus-codegen, glib-genmarshal and glib-mkenums.
2017-10-13 15:44:29 +00:00
jaapb
9768cc400c Added ocaml-ppx_enumerate to Makefile SUBDIRs 2017-10-11 13:58:15 +00:00
jaapb
e024358fd2 Added ocaml-ppx_compare to Makefile SUBDIRs 2017-10-11 13:55:52 +00:00
adam
68af69f34d A library of common code leveraged by python-cybox, python-maec, and
python-stix.
2017-10-10 07:27:40 +00:00
seb
d80294fcdb Add and enable jsonnet 2017-10-05 19:41:35 +00:00
jnemeth
485e847c60 sort 2017-10-05 03:43:30 +00:00
minskim
64862ad43e devel/Makefile: Add py-bcolz 2017-10-03 00:44:42 +00:00
schmonz
25c00b31ee Add and enable skalibs. 2017-10-03 00:32:11 +00:00
joerg
753aba2885 + py-buildbot-console-view
+ py-buildbot-grid-view
+ py-buildbot-pkg
+ py-buildbot-waterfall-view
+ py-buildbot-www
2017-10-01 23:46:54 +00:00
ryoon
6f59c89378 Remove cargo 2017-09-30 04:45:20 +00:00
joerg
0f30cd6a37 + py-buildbot-worker
- py-buildbot-slave
2017-09-29 21:39:33 +00:00
joerg
ebc22440e0 + py-sure 2017-09-29 21:17:40 +00:00
joerg
6455df8c2c + py-memory-profiler 2017-09-29 21:15:41 +00:00
joerg
8c7b409abe + py-crayons 2017-09-29 21:12:54 +00:00
joerg
008cc92a24 + py-txgithub
+ py-txrequests
2017-09-29 14:32:23 +00:00