Ralf Treinen
Ralf Treinen
Morbig fails with "Failure: Unsupported expansion in here document delimiter" on the following script ```` cat
there seems to be a problem with the way alias expansion is integrated in the engine. If alias expansion has an impact on the grammatical structure of the script then...
we have several implementations of quote removal. There are et least the function unquote in the module Aliases, the function onstring in the module QuoteRemoval, and of course the word...
morbig 0.10.3 on a native architecture (amd64) does no longer build /usr/lib/stublibs as it was the case with earlier versions. Nor does it build /usr/lib/morbig/stublibs, for that matter.
When accessing the web site without cookies enabled I get a Security Error, which does not indicate to the user what the problem is. Instead. when cookies are not enabled,...
Hello, some of the comments in *.hva files still have iso8859-1 encoded characters, and could migrate to utf8. This might also be the case for some example files but I...
Hello, a number of typos which do not affect the functionality. Patch here: https://salsa.debian.org/ocaml-team/hevea/-/blob/master/debian/patches/typos
with the released version 2.0.0: when I compile with "make", the META file does not contain a version string. ```` $ cat _build/install/default/lib/ocamlgraph/META description = "" requires = "stdlib-shims" archive(byte)...
mkdir should handle the -p option, and also distiguish between path arguments and options: options should not be treated as path arguments.