SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for arcanist-0.0~git.20230802T145037~7a5e525-ill.77.5.noarch.rpm :

* Wed Aug 02 2023 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20230802T145037~7a5e525:
* (stable) Update the arc-hg.py extension to work with mercurial 6.4
* (stable) Provide an API for parsing swap information from \"/proc/meminfo\"
* (stable) Temporarily disable all logfile writability checks
* (stable) Fix additional Mercurial/Python compatibility issues in \"arc land\"
* (stable) Allow \"hg arc-ls-markers\" to run under Python 2 or Python 3
* (stable) Fix a MarkerRef call to get the active bookmark in Mercurial
* (stable) When a linter raises a message at a nonexistent line, don\'t fatal during rendering
* (stable) Remove \"--encoding\" flag from \"arc diff\"
* (stable) Fix an issue when rendering a lint message which removes whitespace at the end of a file
* (stable) In the \"cpplint\" binding, raise messages on \"line 0\" without a line
* (stable) Allow construction of a ConduitEngine with a bare ConduitClient
* (stable) Fix an initialization issue in VectorTree
* (stable) Work around \"mb_check_encoding()\" warning in particular versions of PHP
* (stable) Restore the \":(attr:filter=lfs)\" test for LFS
* (stable) Detect LFS by looking for tracks in \".gitattributes\" instead of using \"ls-tree\"
* (stable) Accommodate PHP 7.4 changes to certain \"preg_match_all()\" calls
* (stable) Make \"arc --help\" work again for workflows which haven\'t updated yet
* (stable) Correct lint rendering when patching trailing whitespace in files
* (stable) Promote 2016 Week 24
* (stable) Fix `arc diff --raw` with \"onto\" target properties
* Wed Aug 02 2023 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20230331T232851~0fc2218:
* Update the arc-hg.py extension to work with mercurial 6.4
* Remove call to PHP \"utf8_decode()\" in \"phutil_utf8_strlen()\"
* Correct a PHP8 compatibility issue when running \"arc diff\" with no active branch
* Fri May 05 2023 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20230401T065818~60446ec6:
* (stable) Update the arc-hg.py extension to work with mercurial 6.4
* Tue Dec 13 2022 Dominique Leuenberger - Correctly replace shebangs from php to php8 after the move away from php7.
* Tue Dec 13 2022 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20220527T111338~b6babd9a:
* (stable) Provide an API for parsing swap information from \"/proc/meminfo\"
* (stable) Temporarily disable all logfile writability checks
* (stable) Fix additional Mercurial/Python compatibility issues in \"arc land\"
* (stable) Allow \"hg arc-ls-markers\" to run under Python 2 or Python 3
* (stable) Fix a MarkerRef call to get the active bookmark in Mercurial
* (stable) When a linter raises a message at a nonexistent line, don\'t fatal during rendering
* (stable) Remove \"--encoding\" flag from \"arc diff\"
* (stable) Fix an issue when rendering a lint message which removes whitespace at the end of a file
* (stable) In the \"cpplint\" binding, raise messages on \"line 0\" without a line
* (stable) Allow construction of a ConduitEngine with a bare ConduitClient
* (stable) Fix an initialization issue in VectorTree
* (stable) Work around \"mb_check_encoding()\" warning in particular versions of PHP
* (stable) Restore the \":(attr:filter=lfs)\" test for LFS
* (stable) Detect LFS by looking for tracks in \".gitattributes\" instead of using \"ls-tree\"
* (stable) Accommodate PHP 7.4 changes to certain \"preg_match_all()\" calls
* (stable) Make \"arc --help\" work again for workflows which haven\'t updated yet
* (stable) Correct lint rendering when patching trailing whitespace in files
* (stable) Promote 2016 Week 24
* (stable) Fix `arc diff --raw` with \"onto\" target properties
* Wed Nov 30 2022 pgajdosAATTsuse.com- Update to version 0.0~git.20220517T162014~85c953e:
* Fix a PHP 8.1 repository marker issue in Mercurial
* Straggling fixes for PhutilURI under PHP 8.1
* Add \"pht_list()\", a translation wrapper for lists of items
* Return STDIN, STDOUT, and STDERR file descriptors from parent process
* Add an ArgumentParser helper for integers
* Fix more PHP 8.1 \"strlen(null)\" callsites in PhutilURI
* Mostly remove \"STDERR\" and \"STDOUT\" constants from Arcanist
* Catch more product names in \"pht()\", and replace newly matched Arcanist product names
* Remove all product name literals in \"pht()\" in Arcanist
* Add a \"product name literal in pht()\" linter
* Introduce PHP8.1 replacement functions for string tests which may take multiple types
* Fix a PHP 8.1 issue with \"phutil_console_strlen()\"
* Fix a PHP 8.1 issue in lint rendering
* Update arc-hg to support mercurial 6.1
* Provide additional Arcanist PHP 8.1 fixes
* Add a lint rule forbidding use of \"each()\"
* Correct some Arcanist behaviors under PHP8.1
* Update the extracted cURL SSL CA bundle
* Provide an API for parsing swap information from \"/proc/meminfo\"
* Allow \"PhutilAWSException\" to identify \"EBS: Not Found\" errors
* Make corrections to the \"arc amend\" workflow in Mercurial repositories to be compatible with PHP 5+
* Update ArcanistMercurialAPI to support getting the current commit ref
* Update \"arc liberate\" to fix error with PHP 8 and add \"--verbose\" argument to adjust it
* Provide \"MethodCallFuture\" to fix exception semantics in mixed-future contexts
* Name extension as \"arc-hg\", not \"arg-hg\"
* Update other usages of \"hg rebase\" to use the new extension-enabling function
* Remove \"phutil_deprecated()\"
* Deprecate \"PhutilExecPassthru->execute()\" in favor of \"resolve()\"
* Refactor how Mercurial runs commands that require extensions
* Fix an ExecFuture typo, \"preprebuilt\"
* Display informative message when arc launches an editor
* Update \"arc diff\" to amend non-head commits with Mercurial
* An assortment of fixes and updates to using arc-land with mercurial
* Update templates used with mercurial to remove \'--debug\'
* Force all mercurial commands to use UTF-8 encoding
* Correct an issue when winning \"arc anoid\" with certain terminal dimensions
* Avoid leaving stdin in nonblocking mode after a modern prompt
* On Windows, implement \"Filesystem::copyFile()\" with \"copy()\"
* Update Paste help to include missing \"--\"
* Correct a mistaken Phurl link in the \"missing symbol\" exception
* Improve \"PhutilJSON\" handling of PHP-object JSON values
* In Arcanist, when trying to write to a file configuration source, create missing directories
* In \"arc land\", if rebasing a range fails, attempt to \"reduce\" it
* Add a character marker to the \"IMPLICIT COMMITS\" warning in \"arc land\"
* Temporarily disable all logfile writability checks
* Add a simple primitive for managing PHP runtime error logs
* Apply \"pcre.
*_limit\" config options at startup in CLI environments
* Provide some \"preg_
*\" wrappers which raise exceptions on failure
* Update golint install instructions
* In \"array_mergev()\", guarantee the \"call_user_func_array()\" parameter list is a natrual list
* Add a lint check for catching \"Exception\" without catching \"Throwable\"
* Annotate the unusual use of \"$callback()\" in \"xsprintf()\"
* Detect and correct \"final private\" methods in lint
* Allow lint to correct the spelling of builtin symbols
* When lint identifies an unknown symbol, attempt to correct it if it is miscapitalized
* Provide \"gitsprintf(...)\" and disambiguate Git ref selectors
* Fix pyflakes tests for recent pyflakes versions
* Fix ArcanistJSHintLinterTestCase::testLinter for recent JSHint
* Fix PhutilOAuth1FutureTestCase::testOAuth1SigningWithJIRAExamples for PHP 8
* Fix PhutilUTF8TestCase::testUTF8Convert for PHP 8
* Fix ArcanistFormattedStringXHPASTLinterRule on older PHP after D21500
* Fix ArcanistFormattedStringXHPASTLinterRule for PHP 8
* Fix PhutilTypeSpec\'s regex handling for PHP 8
* Fix error handler on PHP 8
* Suppress PHP 8 deprecation warning in __arcanist_init_script__
* Remove final from private functions for PHP 8 compatibility- add arcanist-default-error_reporting.patch, do not no E_STRICT and E_DEPRECATED
* Sun Nov 14 2021 Aaron Puchert - Replace bundled certificates with symlink to the system certificate bundle.- Some typo fixes.
* Tue Jan 05 2021 pgajdosAATTsuse.com- remove php7-devel from build dependencies
* Mon Oct 26 2020 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20201026T090106~f713656a:
* Fix a typo of \"previously\" in FutureIterator
* Fix an issue where \"phutil_utf8v()\" could fatal when passed an integer
* Fix rubocop lint tests
* Fix \"PhutilOpaqueEnvelopeTestCase\" under PHP 7.4 with \"zend.exception_ignore_args\"
* fail `arc diff` if second lfs push errors
* In \"phutil_passthru()\", \"resolve()\" the future rather than calling \"execute()\" directly
* In ConduitCallFuture, only call Conduit exception messages on Conduit exceptions
* Fix a slow memory leak in long-lived FutureIterator objects, as used by FuturePool
* When raising a Conduit client exception, show the called method in the error message
* Fix additional \"xsprintf()\"-family static parameter errors
* Allow AAST to extract string literal values from HEREDOCs
* Fix a missing \"pht()\" parameter in HTTPSFuture
* Fix a false negative in lint for \"xsprintf()\"-family functions
* Fri Sep 04 2020 tuukka.pasanenAATTilmi.fi- Update to version 0.0~git.20200904T100240~7f87aeaa:
* Give Futures clearer start/end and exception semantics
* Preserve bookmarks across \"hg rebase --keep --collapse\", and destroy them before \"hg strip/prune\"
* When saving and restoring local state in Mercurial, also save and restore bookmarks
* Clean up push failure messaging in \"arc land\" slightly
* When \"arc land\" fails a Mercurial push, actually raise it as an exception
* Fix additional Mercurial/Python compatibility issues in \"arc land\"
* Allow \"hg arc-ls-markers\" to run under Python 2 or Python 3
* Fix a MarkerRef call to get the active bookmark in Mercurial
* Render the state tree in \"arc branches\" slightly more cleanly
 
ICM