Luc J. Bourhis

Results 15 issues of Luc J. Bourhis

I have a file `foo.h`: ``` c++ #pragma once class bar { public: bar(int x) : x(x) {} int val() const { return x; } private: int x; }; ```...

Hi, using master as of ab621e9c7b2 (Quick fix to set SMLSIZ=25 to get around Mac OS X bug.), the build fails: ``` ~jblas (master)> ./configure --lapack=../lapack-3.4.2 --libpath=$HOME/atlas/lib --static-libs .... looking...

accepted

Consider the following test on a 2x2 contingency table ``` using HypothesisTests ct = [8 404; 12 212] ChisqTest(ct) ``` It will give a one-sided p-value of 0.0184. But it...

### Steps to reproduce 1. I created a brand new site with `nanoc create-site` 2. Then I translated the layout `default.html` to HAML 3. Then compilation crashes I have set...

type:bug :bug:

I apologise to highjack the issues but I haven't found another way to get in touch. I have been searching for years a tool to incrementally import a CVS repo...

I get the following error ``` ... 2002-08-02 04:33:18 RDT COMMITMissed first time round: plugins/saint/makefile.win32-msvc 1.1 cvs checkout - failed to get plugins/saint/makefile.win32-msvc 1.1 fatal: stream ends early ... ```...

I have attached a zipped repo, [repo.zip](https://github.com/rcls/crap/files/1737240/repo.zip), created on Linux. It consists of the renaming of a file `aaa.txt` into `AAA.txt`, plus a change of the content in the process....

Consider ```ruby require 'bibtex' require 'citeproc' require 'csl/styles' bib = BibTeX::Bibliography.parse(

By default, hatch does not ignore them either for sdist or for wheel. It should: sane defaults are the forte of hatch after all.

Example: ```c # define SIMDTBX_INTEL_GCC_VERSION \ (**GNUC**_10000 +**GNUC_MINOR**_100 + **GNUC_PATCHLEVEL**) ``` The line starting with "#define" (1st line) is highlighted but not the continuation line (2nd line). That's with Textmate...