Roman Cheplyaka

Results 36 issues of Roman Cheplyaka

Previously, writeLLVMAssemblyToFile and other similar functions would not truncate an existing file when writing to it. This means that when there are two calls to writeLLVMAssemblyToFile, and the second one...

The executable is now called `mpidl`, it has different command-line syntax, and it cannot compile the provided example.

IDL

Use O(1) slicing of Text/ByteStrings to produce efficient submatches.

pr-welcome

Hi, your package doesn't seem installable: ``` % pip install bertrpc --user Downloading/unpacking bertrpc Downloading bertrpc-0.1.1.tar.gz Running setup.py egg_info for package bertrpc Downloading/unpacking erlastic (from bertrpc) Downloading erlastic-1.0.0.tar.gz Running setup.py...

Consider the following simple model, which should return the average of two positive numbers: ``` stan data { vector[2] X; real sigma; } parameters { real mu; } model {...

It seems like vim/vim2hs do not recognize Haskell multiline comments as comments. When `'fo'` contains `c` but not `t`, no wrapping inside multiline comments is happening.

Would it be possible to add folds for individual cabal fields? Some of them can get rather long, see e.g. https://github.com/haskell-suite/haskell-names/blob/master/haskell-names.cabal

enhancement

When viewing http://okmij.org/ftp/Haskell/Iteratee/XMLookup.hs, `finish_element_early` type signature is hidden inside the fold for `finish_element`. ![vim2hs-folding](https://f.cloud.github.com/assets/24844/19101/c3c2474a-48fc-11e2-8c56-6629858e8dce.png)

bug

``` % cat streaming-bug.hs import Streaming as S import qualified Streaming.Prelude as S import qualified Data.ByteString.Streaming.Char8 as SBS main = do writeFile "test.txt" $ unlines ["a"] runResourceT $ streamFold (const...