[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71574: 30.0.50; [PATCH] Fix wrong-type-argument in php-ts-mode--webs
From: |
Vincenzo Pupillo |
Subject: |
bug#71574: 30.0.50; [PATCH] Fix wrong-type-argument in php-ts-mode--webserver-read-args |
Date: |
Sat, 15 Jun 2024 21:56:13 +0200 |
In data sabato 15 giugno 2024 20:55:50 CEST, Eli Zaretskii ha scritto:
> > From: Vincenzo Pupillo <v.pupillo@gmail.com>
> > Date: Sat, 15 Jun 2024 19:53:18 +0200
> >
> > php-ts-mode-run-php-webserver throws an error if the current buffer is not
> > associated with a file. This is due to php-ts-mode--webserver-read-args.
> > php- ts-mode--webserver-read-args now uses default-directory if
> > buffer-file-name returns nil.
> > The included patch fixes this.
>
> Thanks, installed (but please note the minor changes I made in your
> commit log message, and try to follow this style in the future).
Ok, thank you!
>
> I'm closing this bug.
Vincenzo