Ticket #7448 (closed bug: wontfix)

Opened 6 months ago

Last modified 6 weeks ago

Detabbing

Reported by: monoidal Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.7
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Attached Python script detabs GHC source and removes the text "The above warning supression flag is a temporary kludge.". Detabbed version passed "sh validate" on my machine. Just like GHC, it uses tabstop 8, so it does not change semantics of the code.

To use, run "python detab.py" in the main source tree. It will overwrite tabs in all subdirectories; for a sample, it can be run in a subdirectory.

It leaves three files (TcSMonad.lhs, LibFFI.hs, LibFFI.hsc) unchanged because the warning there is not exactly the same, but this is a minor issue.

Attachments

detab.py Download (0.9 KB) - added by monoidal 6 months ago.

Change History

Changed 6 months ago by monoidal

Changed 6 weeks ago by igloo

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to wontfix

Thanks for making the script. However, so as to avoid unnecessary conflicts with branches, we only detab modules when working on them.

Note: See TracTickets for help on using tickets.