Skip to content

issues Search Results · repo:haskell/stylish-haskell language:Haskell

Filter by

285 results
 (56 ms)

285 results

inhaskell/stylish-haskell (press backspace or delete to remove)

I m getting string :117:23: error: [GHC-51179] Illegal \case with default-language: GHC2024. Adding {-# LANGUAGE LambdaCase #-} to the file fixes the problem.
  • Mikolaj
  • Opened 
    19 days ago
  • #496

I tried different combinations of options, and there is currently no way to format a data declaration like this: data Temperature = Temperature { unit :: Char , value :: Integer } deriving (Eq, ...
  • ignamartinoli
  • Opened 
    on Feb 9
  • #490

(moved from https://github.com/haskell/haskell-language-server/issues/4466) Behavior summary by stylish-haskell version(s): - 0.14.6.0 - Main.hs: string :5:6: error: parse error on input : ` - 0.13.0.0 ...
  • andremarianiello
  • Opened 
    on Dec 12, 2024
  • #488

With error_code: normal stylish-haskell doesn t return a non-zero exit code if there are formatting errors. It does so when error_code: error_on_format. With the former, errors in all files are reported; ...
  • coot
  • Opened 
    on Aug 21, 2024
  • #485

Not sure what needs to happen here, but at least updating to use a new ghc-lib-parser.
  • michaelpj
  • 5
  • Opened 
    on May 28, 2024
  • #479

It would lead to a race condition in hls https://github.com/haskell/haskell-language-server/issues/4234 @michaelpj suggested we should have a version that take dir instead
  • soulomoon
  • Opened 
    on May 17, 2024
  • #478

In my .stylish-haskell.yaml I have: # Never align the right hand side of some elements. - simple_align: cases: never top_level_patterns: never records: never multi_way_if: ...
  • erikd
  • Opened 
    on Apr 30, 2024
  • #477

any formatting of the module header will remove the #ifdef and #endif module Email ( Email , mkEmail #ifdef TESTING , mkEmailUNSAFE #endif , unEmail , validate ) where
  • ursi
  • Opened 
    on Jan 26, 2024
  • #475

long_list_align: multiline is great for neatly arranging my imports, but if my imports have long constructor lists, those lists will blow past the column limit, which seems like a bug to me (v0.14.5.0) ...
  • luxocrates
  • Opened 
    on Jan 7, 2024
  • #472

Best explained by example. Given this bit of module export list: -- * Table handles , TableHandle , TableConfig (..) , new , close -- ** Resource management -- $resource-management ...
  • dcoutts
  • 1
  • Opened 
    on Sep 26, 2023
  • #466
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub