-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
Hi, I had updated to Ubuntu 17.10 and met this error
```/home/gleb/.rvm/gems/ruby-2.4.1/gems/activesupport-5.1.5/lib/active_support/dependencies.rb:292:in `require': libgsl.so.19: cannot open shared …
-
I am trying to follow the Cpp Core Guidelines and use GSL where appropriate. In particular, I would like to use Expects and Ensures for pre and post-conditions, as well as span, and narrow_cast, but t…
-
The guidelines say here that GSL Expects always aborts on failure.
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#SS-assertions
However, Microsoft's GSL implementation has a mode that…
-
It seems that there's a problem in the XML parser not recognizing constructs:
```
::value;]]>
```
Here's the output:
```
$ gsl -script:specs/test.gsl -dir:. specs…
-
Currently, `CPMFindPackage("gh:gsl-lite/gsl-lite#master")` and
```CMake
CPMFindPackage(
GITHUB_REPOSITORY gsl-lite/gsl-lite
GIT_TAG master
GIT_SHALLOW True)
```
both fail with
```
…
-
Howdy @leto & @bulk88 & @jberger,
Below is an overview of the work bulk88 and I have done on this issue so far...
- The previous AppVeyor RPerl build was failing due to missing `sh` prefix in ca…
-
| | |
| --- | --- |
| Bugzilla Link | [37482](https://llvm.org/bz37482) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pskocik |
## Extended Description
Clan…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…