Git Product home page Git Product logo

splot's Introduction

splot's People

Contributors

aleator avatar errge avatar jkff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

splot's Issues

splot behaves differently from tplot

> tplot                                                                                                                                        master [42fdd42] untracked

tplot - a tool for drawing timing diagrams.
        See http://www.haskell.org/haskellwiki/Timeplot
Usage: tplot [-o OFILE] [-of {png|pdf|ps|svg}] [-or 640x480]
             -if IFILE [-tf TF] 
             [{+|-}k Pat1 '[+Suf1] Kind1' {+|-}k Pat2 '[+Suf2] Kind2' ...] [{+|-}dk '[+Suf] KindN']
             [-fromTime TIME] [-toTime TIME] [-baseTime TIME]
  --version  - show version information
si14@si14-laptop:~/repos/splot (*)
> splot                                                                                                                                        master [42fdd42] untracked
splot: Input file not specified

Timezone (%Z) in trace is not supported as a time format

$ splot --version
This is splot-0.3.11 (git )
$ cat /tmp/issue-trace
Wed Mar 12 03:52:03 EDT 2014 >Actor1 blue
Wed Mar 12 03:55:17 EDT 2014 <Actor1
$ splot -if /tmp/issue-trace -o /tmp/issue-trace.png -tf '%A %b %d %H:%M:%S %Z %Y' -w 200 -h 200 -legendWidth 300
use of %Z for input is not supportedsplot: Invalid time: "Wed Mar 12 03:52:03 EDT 2014 >Actor1 blue"

Build errors with GHC 7.8.2

Tools/SPlotMain.hs:118:20:
    Exception when trying to run compile-time code:
      git: readProcessWithExitCode: runInteractiveProcess: exec: does not exist (No such file or directory)
    Code: do { v <- qRunIO getRevision;
               ($)
                 lift
                 case v of {
                   Nothing -> "<none>"
                   Just (hash, True) -> (++) hash " (with local modifications)"
                   Just (hash, False) -> hash } }
    In the splice:
      $(do { v <- qRunIO getRevision;
             lift
             $ case v of {
                 Nothing -> "<none>"
                 Just (hash, True) -> hash ++ " (with local modifications)"
                 Just (hash, False) -> hash } })

A complete build log is at http://hydra.cryp.to/build/85812/nixlog/1/raw.

splot 3.12 fails to build in nixpkgs

I think it has incorrect dependency info:

$ nix-env -iA nixos.haskellPackages.splot
...
Tools/StatePlot.hs:17:8:
    Could not find module ‘Data.ByteString.Lex.Double’
    Use -v to see a list of the files searched for.

Tools/SPlotMain.hs:24:8:
    Could not find module ‘Data.ByteString.Lex.Lazy.Double’
    Use -v to see a list of the files searched for.
builder for ‘/nix/store/dgqp2679sdca95dcjhai2x499zrki3cs-splot-0.3.12.drv’ failed with exit code 1

The dependency info is automatically generated from the splot cabal file (AFAIK), hence this (upstream) bug report. I initially created the bug in NixOS/nixpkgs#10519.

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.