Simon Hengel

Results 120 issues of Simon Hengel

**NOTE:** This is an idea. Feedback is very much welcome! https://docs.npmjs.com/files/package.json#private When a user adds ```yaml private: true ``` to `package.yaml` he wants to guard against accidental publication of the...

idea

**NOTE:** This is an idea. Feedback is very much welcome! https://docs.npmjs.com/files/package.json#bundleddependencies This is useful for packages that require a minimal dependency footprint (e.g. Haddock and boot-libraries or Hspec).

idea

e.g. ```haskell {- | -- @ -- >>> __:set -XTemplateHaskell__ -- @ -} ``` We may want to reconsider depending on `haddock` for extracting comments.

At least failing examples should be indicated with red.

enhancement

The purpose of this is to detect order dependencies. We could make it optional (enabled/disabled by a flag).

enhancement

### Steps to reproduce Parse/render the following input: ``` html foobar ``` Expected result: ``` html fobar ``` Actual result: ``` html fobar ``` Bablemark [says](http://johnmacfarlane.net/babelmark2/?normalize=1&text=%3Cdiv%3E%0A%3Cdiv%3E%0Afobar%0A%3C%2Fdiv%3E%0A%3C%2Fdiv%3E) that Markdown.pl 1.0.1 has...

### Question Can a package that adheres to the PVP depend on a package that violates the PVP? ### Assumption My assumption so far has been that the answer to...

Somewhat related to #23, let's look at the following scenario: * package `foo-0.1.0` adheres to the PVP * an new version of `foo` adds orphan instances and adheres to the...