-
### Expected behavior
We would expect that the following commands are POSIX because they are very usefull and they allow a maintenable and readable code:
- ps
- ls
- exit 0
- TAR
### Actual be…
-
```
$ ./parrot examples/opengl/shapes.pir
Could not find a suitable GL shared library!
current instr.: 'parrot;OpenGL;_load_lib_with_fallbacks' pc 172 (runtime/parrot/library/OpenGL.pir:176)
called fr…
leto updated
12 years ago
-
A query for the developers. I am trying out CLAW for our climate model and thought I'd try out the examples. The current issue is I can't seem to even `make` it. My steps were:
```
git clone --recur…
-
Stackage View doesn't seem to build for me. I tried the usual:
```
git clone https://github.com/fpco/stackage-view.git
cd stackage-view/
cabal sandbox init
cabal install
```
The commit hash I was us…
-
Running `xcode-select --install` doesn't seem enough, since it fails to locate `yacc`:
```sh
$ yacc
xcode-select: Failed to locate 'yacc', requesting installation of command line developer tools.
…
-
Hi,
I am trying to get the staffjoy v1 suite-master using Docker-compose and I am running into the following error message. Building the dockerfile also throws up a similar error. It looks like it …
annts updated
4 years ago
-
Migrated from [rt.perl.org#77082](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=77082) (status was 'open')
Searchable as RT77082$
p5pRT updated
2 years ago
-
The compiler uses methods on ``Char`` extensively to check character properties, even in recent code such as #9199. This breaks down on non-BMP characters, and these properties should be checked on th…
-
Thanks for making this library available. I had an issue trying to build the library, but was able to get around the issue with some selective editing of the Makefile to skip building rapic, which I …
-
I lost a lot of time searching for the right syntax for start conditions in JSON mode. I finally ended up responding to my own question on stackoverflow, but this only after searching within Jison sou…