Planning Public Transportation with Raku

Roadmap

by Arne Sommer

Roadmap

[159.1.6] Published 19. December 2021. (Updated 2. January 2022)

[ Introduction | Oslo Metro | Oslo Tram | Bergen | Misc. ]
[ About | Terms | Files | Commands | FAQ | Changelog | Roadmap | 60 Minutes NEW ]

This is a list of known errors, and possible future changes.

Errors and Change Requests

  • [#015] [Misc] Make the module available on GitHub.
  • [#017] [Error] A departure may be timed before the prior arrival, when using multiple intervals. The workaround: move the small(est) interval to the right of the list. See the «intervals/skewed.setup» example in the Intervals article for details.
  • [#018] [Change] Add a «:file[<filename>]» optional argument to the «tp» command, and make the current «timingpoints» command an alias to «tp» (possibly after a deprecation period).
  • [#019] [Doc] Add a new article «Internals» describing the classes «Route» and «stop-enroute».
  • [#020] [Change] Find an alternative to the «Linenoise» module, so that interactive mode can work without it. Either another module (preferably) or write something myself.
  • [#021] [Change] The «:tabulated» option to the «timingpoints» and «tp» commands tabulate the data wrong for a route that requires several hours to get back to 00. See the last part of the 60 Minutes article for details.

[ Introduction | Oslo Metro | Oslo Tram | Bergen | Misc. ]
[ About | Terms | Files | Commands | FAQ | Changelog | Roadmap | 60 Minutes NEW ]