<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/shells/shellcheck, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-08-20T08:08:12Z</updated>
<entry>
<title>hs*: recursive bump for new dependencies needed</title>
<updated>2022-08-20T08:08:12Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-08-20T08:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5618e0bc0f227e512b467ab3e57f78263db78a2'/>
<id>urn:sha1:f5618e0bc0f227e512b467ab3e57f78263db78a2</id>
<content type='text'>
for hs-aeson, hs-vector</content>
</entry>
<entry>
<title>Bump all Haskell packages after enabling "split sections" in mk/haskell.mk</title>
<updated>2022-02-26T03:57:43Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2022-02-26T03:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=edcdafe8792067139c9dc105e77398c1ee43aa67'/>
<id>urn:sha1:edcdafe8792067139c9dc105e77398c1ee43aa67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revbump after changing the default Haskell compiler</title>
<updated>2022-02-12T08:50:25Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2022-02-12T08:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2ed5ff11d2e9eb68c5771d09b011064c7cdd8a66'/>
<id>urn:sha1:2ed5ff11d2e9eb68c5771d09b011064c7cdd8a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to shellcheck-0.8.0</title>
<updated>2022-02-12T05:34:24Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2022-02-12T05:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=583b194e1e52882f66bdd951a435da294ca02383'/>
<id>urn:sha1:583b194e1e52882f66bdd951a435da294ca02383</id>
<content type='text'>
v0.8.0 - 2021-11-06
Added
* disable=all now conveniently disables all warnings
* external-sources=true directive can be added to .shellcheckrc to make
  shellcheck behave as if -x was specified.
* Optional check-extra-masked-returns for pointing out commands with
  suppressed exit codes (SC2312).
* Optional require-double-brackets for recommending [[ ]] (SC2292).
* SC2286-SC2288: Warn when command name ends in a symbol like /.)'"
* SC2289: Warn when command name contains tabs or linefeeds
* SC2291: Warn about repeated unquoted spaces between words in echo
* SC2292: Suggest [[ over [ in Bash/Ksh scripts (optional)
* SC2293/SC2294: Warn when calling eval with arrays
* SC2295: Warn about "\({x#\)y}" treating $y as a pattern when not quoted
* SC2296-SC2301: Improved warnings for bad parameter expansions
* SC2302/SC2303: Warn about loops over array values when using them as keys
* SC2304-SC2306: Warn about unquoted globs in expr arguments
* SC2307: Warn about insufficient number of arguments to expr
* SC2308: Suggest other approaches for non-standard expr extensions
* SC2313: Warn about read with unquoted, array indexed variable

Fixed
* SC2102 about repetitions in ranges no longer triggers on [[ -v arr[xx] ]]
* SC2155 now recognizes typeset and local read-only declare statements
* SC2181 now tries to avoid triggering for error handling functions
* SC2290: Warn about misused = in declare &amp; co, which were not caught by
  SC2270+
* The flag --color=auto no longer outputs color when TERM is "dumb" or
  unset

Changed
* SC2048: Warning about $* now also applies to ${array[*]}
* SC2181 now only triggers on single condition tests like [ $? = 0 ].
* Quote warnings are now emitted for declaration utilities in sh
* Leading _ can now be used to suppress warnings about unused variables
* TTY output now includes warning level in text as well as color

Removed
* SC1004: Literal backslash+linefeed in '' was found to be usually correct</content>
</entry>
<entry>
<title>Bump packages that depends on GHC</title>
<updated>2022-01-18T02:48:01Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2022-01-18T02:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d80582e6691550ff296219957689f31a0ec5b692'/>
<id>urn:sha1:d80582e6691550ff296219957689f31a0ec5b692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shells: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T11:18:36Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T11:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d37f429dd84696779dec8ab71c66f355f54cf3f'/>
<id>urn:sha1:8d37f429dd84696779dec8ab71c66f355f54cf3f</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes</content>
</entry>
<entry>
<title>shells: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T14:56:09Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T14:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eb32489c4d9020b2c0856ef69f77bbaf1369f656'/>
<id>urn:sha1:eb32489c4d9020b2c0856ef69f77bbaf1369f656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Bump PKGREVISION for ghc-9.0.1</title>
<updated>2021-05-03T19:00:52Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2021-05-03T19:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5992c20f6f8403cd2962b69d1794610fde1a7ae8'/>
<id>urn:sha1:5992c20f6f8403cd2962b69d1794610fde1a7ae8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to ShellCheck-0.7.2</title>
<updated>2021-04-24T13:51:23Z</updated>
<author>
<name>pho</name>
<email>pho@pkgsrc.org</email>
</author>
<published>2021-04-24T13:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de1fd1a6e90c9c34d4c196ef6e8d89a89d696489'/>
<id>urn:sha1:de1fd1a6e90c9c34d4c196ef6e8d89a89d696489</id>
<content type='text'>
No change logs are provided by the upstream.</content>
</entry>
<entry>
<title>shellcheck: add $HOMEPAGE</title>
<updated>2020-10-14T00:23:34Z</updated>
<author>
<name>gutteridge</name>
<email>gutteridge@pkgsrc.org</email>
</author>
<published>2020-10-14T00:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=92aef501caabe731151caf6ad0d8ced949f1d617'/>
<id>urn:sha1:92aef501caabe731151caf6ad0d8ced949f1d617</id>
<content type='text'>
</content>
</entry>
</feed>
