[Hugs] #57: Display "Files loaded do not match those on disk" message if this is true
#57: Display "Files loaded do not match those on disk" message if this is true -------------------------+-------------------------------------------------- Reporter: neil | Owner: neil Type: enhancement | Status: new Priority: minor | Milestone: Component: winhugs | Version: 200609 Keywords: | -------------------------+-------------------------------------------------- Display a warning that the files on disk have changed, if this is readily possible. Claus would like this. -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/57 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
#57: Display "Files loaded do not match those on disk" message if this is true --------------------------+------------------------------------------------- Reporter: neil | Owner: neil Type: enhancement | Status: new Priority: minor | Milestone: Component: winhugs | Version: 200609 Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by claus): to expand slightly: winhugs has an option to automatically reload files when they have changed on disk. instead of the reload, i'd just like to see a visual indication (modified prompt/frame colour/printed message). should be the same code? -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/57 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
#57: Display "Files loaded do not match those on disk" message if this is true --------------------------+------------------------------------------------- Reporter: neil | Owner: neil Type: enhancement | Status: new Priority: minor | Milestone: Component: winhugs | Version: 200609 Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by neil): This is feasible to do, but requires an additional flag - we currently have -A to auto-reload, we'd need another flag to say "warn if a reload would be needed". This option can't simply be ¬A, since it will have to hit the disk, and will slow down on network connections etc. Anyone want to pick a letter? -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/57 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
participants (1)
-
Hugs