Albert Graef
Albert Graef
We *have* to do this some time real soon now, as Linux distributions are beginning to phase out LLVM 3.5. Also, clang 3.5 isn't supported by MacPorts on current macOS...
We currently have a dummy implementation of this callback which does nothing, but this needs to be implemented once this ABI is finalized upstream and we understand what it's supposed...
msys2/mingw32 works all right. Failed tests with the mingw64 build: ~~~ $ make recheck ./run-tests -f Running tests. test011.pure: FAILED test015.pure: FAILED test020.pure: FAILED test046.pure: FAILED test058.pure: FAILED test060.pure: FAILED...
In particular, put the contents in the Addons page into XML so that we can generate both the Addons page and a better Download page from it.
As pointed out by Brian Tiffin on the mailing list, the "Hello, world" section of the manual should have some information about how to use puts (or printf) and str...
Currently pure-pandoc uses plain (Pandoc) Markdown to do all the cross-referencing, this might become easier and also give much nicer Markdown output (at least for in-document references) if we add...
Extended precision values in Reduce should be converted to mpfr values in Pure land if the pure-mpfr module is installed. (Originally submitted 2013-02-11 as [BB #1](https://bitbucket.org/purelang/pure-lang/issues/1/pure-reduce-add-mpfr-support).)
As requested by Matt Gushee on the mailing list, documentation files (/usr/lib/pure/docs) should be moved to /usr/share. This entails the following changes: - Fix up make install and uninstall targets...
All addon module Makefiles should use `pkg-config pure --variable libdir` to determine their installation prefix. (Originally submitted 2013-10-02 as [BB #15](https://bitbucket.org/purelang/pure-lang/issues/15/fix-up-package-makefiles-to-use-pkg-config).)
As Ryan Schmidt pointed out, `echo -n` isn't standard, so we should replace instances of it in shell scripts by `printf` for better (POSIX) compatibility. (Originally submitted 2015-10-28 as [BB...