Skip to content
  1. Apr 02, 2024
  2. Apr 01, 2024
  3. Mar 31, 2024
  4. Mar 29, 2024
  5. Mar 28, 2024
  6. Mar 27, 2024
  7. Mar 26, 2024
  8. Mar 25, 2024
  9. Feb 24, 2024
  10. Feb 23, 2024
  11. Feb 21, 2024
  12. Jan 06, 2024
  13. Dec 30, 2023
  14. Dec 19, 2023
  15. Dec 16, 2023
  16. Dec 14, 2023
    • Birte Kristina Friesel's avatar
      Release v5.02 · e8e22fd6
      Birte Kristina Friesel authored
      5.02
      e8e22fd6
    • Birte Kristina Friesel's avatar
      Journey: Do not weaken hafas reference in stop items · 57a496a1
      Birte Kristina Friesel authored
      The Stop constructor is called lazily and must have access to a hafas
      reference for its add_message function and strptime_obj key. If the hafas
      object goes out of scope before Journey->route is called, those may have
      been garbage-collected already.
      
      Apart from that, the weaken call was useless, since a Stop object does not
      store the hafas reference provided in its constructor. So, as soon as
      Journey->route is called, the hafas references in @{$journey->{route}} go out
      of scope anyways.
      57a496a1
  17. Nov 25, 2023
Loading