GithubHelp home page GithubHelp logo

system-uuid's Introduction

  Native UUID generator bindings for at least Windows, OS X and Linux.

system-uuid's People

Contributors

solidsnack avatar jkff avatar

Stargazers

 avatar  avatar Bryan Garza avatar  avatar  avatar  avatar Aaron Culich avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Forkers

jkff

system-uuid's Issues

Error in Read instance

---------- Forwarded message ----------
From: Sebastiaan Visser <[email protected]>
Date: 2011/11/18
Subject: Minor bug in system-uuid
To: [email protected]

There seems to be a minor bug in system-uuid package, the Read
instance fails when reading UUIDs inside some other datatype,
for example Either. Probably due to some issues with read
precedence.

Here is a simple example that shows the problem:

> import Data.UUID
> import System.UUID.V4
> import System.Random
>
> type T = Either UUID Char
>
> main :: IO ()
> main =
>   do u <- uuid
>
>      -- Showing and reading UUIDs works fine.
>      print (read (show u) :: UUID)
>
>      -- Just showing UUIDs inside an Either works as expected.
>      let l = Left u    :: T
>          r = Right 'a' :: T
>      print l
>      print r
>
>      -- Showing UUIDs inside an Either and reading it back fails.
>      let l' = read (show l) :: T
>          r' = read (show r) :: T
>      print l'
>      print r'

The problem doesn't seem to appear in your old 'uuid' package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.