View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000400 | file | General | public | 2022-10-31 15:56 | 2022-11-06 18:47 |
Reporter | lindblad | Assigned To | christos | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.44 | ||||
Summary | 0000400: Haskell & Julia | ||||
Description | Add detection of Haskell and Julia scripts. Haskell $ cat Hi.hs #!/usr/bin/env runghc main = putStrLn "hi!" $ cat Hello.hs #!/usr/bin/env runhaskell main = putStrLn "hello!" $ desired output simulated below $ file Hi.hs Hi.hs: GHC script, ASCII text executable $ file Hello.hs Hello.hs: Haskell script, ASCII text executable $ Julia $ cat Hello.jl #!/usr/bin/env julia println("hello world") $ desired output simulated below $ file Hello.jl Hello.jl: Julia script, ASCII text executable $ | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-31 15:56 | lindblad | New Issue | |
2022-11-06 18:47 | christos | Assigned To | => christos |
2022-11-06 18:47 | christos | Status | new => assigned |
2022-11-06 18:47 | christos | Status | assigned => resolved |
2022-11-06 18:47 | christos | Resolution | open => fixed |
2022-11-06 18:47 | christos | Fixed in Version | => 5.44 |
2022-11-06 18:47 | christos | Note Added: 0003860 |