View Issue Details

IDProjectCategoryView StatusLast Update
0000400fileGeneralpublic2022-11-06 18:47
Reporterlindblad Assigned Tochristos  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version5.44 
Summary0000400: Haskell & Julia
DescriptionAdd 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
$
TagsNo tags attached.

Activities

christos

2022-11-06 18:47

manager   ~0003860

Fixed, thanks

Issue History

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