unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71445: colorful-mode package stuck at version 1.0.0
@ 2024-06-09  2:53 Elijah G.
  2024-06-09 18:32 ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Elijah G. @ 2024-06-09  2:53 UTC (permalink / raw)
  To: 71445

Hello, i've noticed that my package colorful-mode is stuck at 1.0.0
version in GNU ELPA, currently colorful from GitHub is at 1.0.3 version,
i would like if can the elpa version update to the current repo and
avoid this issue to all colorful future versions.

Thanks.

-- 
E.G. from Gnus The Newsreader and E-mail client





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#71445: colorful-mode package stuck at version 1.0.0
  2024-06-09  2:53 bug#71445: colorful-mode package stuck at version 1.0.0 Elijah G.
@ 2024-06-09 18:32 ` Stefan Kangas
  2024-06-09 21:13   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2024-06-09 18:32 UTC (permalink / raw)
  To: Elijah G., 71445; +Cc: Philip Kaludercic, Stefan Monnier

"Elijah G." <eg642616@gmail.com> writes:

> Hello, i've noticed that my package colorful-mode is stuck at 1.0.0
> version in GNU ELPA, currently colorful from GitHub is at 1.0.3 version,
> i would like if can the elpa version update to the current repo and
> avoid this issue to all colorful future versions.
>
> Thanks.

Stefan, Philip, any idea what could be going on here?

The "Version" header seems to have been updated:
https://github.com/DevelopmentCool2449/colorful-mode/blob/main/colorful-mode.el#L10





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#71445: colorful-mode package stuck at version 1.0.0
  2024-06-09 18:32 ` Stefan Kangas
@ 2024-06-09 21:13   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-09 23:33     ` Elijah G.
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-06-09 21:13 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Elijah G., Philip Kaludercic, 71445

Stefan Kangas [2024-06-09 11:32:09] wrote:
> "Elijah G." <eg642616@gmail.com> writes:
>> Hello, i've noticed that my package colorful-mode is stuck at 1.0.0
>> version in GNU ELPA, currently colorful from GitHub is at 1.0.3 version,
>> i would like if can the elpa version update to the current repo and
>> avoid this issue to all colorful future versions.
>> Thanks.
> Stefan, Philip, any idea what could be going on here?

Yup:

    From: ELPA update <do.not.reply@elpa.gnu.org>
    Subject: [GNU ELPA] Sync failure: colorful-mode has diverged!
    To: Elias G. Perez <eg642616@gmail.com>
    Date: Fri, 10 May 2024 17:02:26 -0400 (4 weeks, 2 days, 10 minutes ago)
    
    The scripts failed to synchronize with the upstream version
    because the two have diverged.  This is usually the result of an
    overly-optimistic force-push.  Please refrain from using force-push
    on such public branches.
    
    The archive will not be able to track your code until you resolve this
    problem by (re?)merging the code that's in "emacs/elpa.git".  You can do that
    with the following commands:
    
        git fetch https://git.sv.gnu.org/git/emacs/elpa.git externals/colorful-mode
        git merge FETCH_HEAD
    
    Of course, feel free to undo the changes it may introduce in the file
    contents: we only need the metadata to indicate that this commit was merged.
    
    You can consult the latest error output in
    [the sync-failure file](https://elpa.gnu.org/packages/colorful-mode-sync-failure.txt).
    
    ## The current error output was the following:
    
    Upstream of colorful-mode has DIVERGED!
    
      Local changes:
    40204fa9c9  eg642616@gmail..  Minor fixes
    
      Upstream changes:
    9cba4d3b95  eg642616@gmail..  Update Keybindings section from README
    2d9d1dd8c4  eg642616@gmail..  Change keybindings.
    9f73a00eaf  eg642616@gmail..  Minor Changes
    3ac2d942b6  eg642616@gmail..  Release 1.0.2
    1831140c90  eg642616@gmail..  Release 1.0.2


- Stefan






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#71445: colorful-mode package stuck at version 1.0.0
  2024-06-09 21:13   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-06-09 23:33     ` Elijah G.
  2024-06-10  0:14       ` Stefan Kangas
  2024-06-10  2:54       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 6+ messages in thread
From: Elijah G. @ 2024-06-09 23:33 UTC (permalink / raw)
  To: 71445; +Cc: philipk, stefankangas, monnier

Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> Stefan Kangas [2024-06-09 11:32:09] wrote:
>> "Elijah G." <eg642616@gmail.com> writes:
>>> Hello, i've noticed that my package colorful-mode is stuck at 1.0.0
>>> version in GNU ELPA, currently colorful from GitHub is at 1.0.3 version,
>>> i would like if can the elpa version update to the current repo and
>>> avoid this issue to all colorful future versions.
>>> Thanks.
>> Stefan, Philip, any idea what could be going on here?
>
> Yup:
>
>     From: ELPA update <do.not.reply@elpa.gnu.org>
>     Subject: [GNU ELPA] Sync failure: colorful-mode has diverged!
>     To: Elias G. Perez <eg642616@gmail.com>
>     Date: Fri, 10 May 2024 17:02:26 -0400 (4 weeks, 2 days, 10 minutes ago)
>     
>     The scripts failed to synchronize with the upstream version
>     because the two have diverged.  This is usually the result of an
>     overly-optimistic force-push.  Please refrain from using force-push
>     on such public branches.
>     
>     The archive will not be able to track your code until you resolve this
>     problem by (re?)merging the code that's in "emacs/elpa.git".  You can do that
>     with the following commands:
>     
>         git fetch https://git.sv.gnu.org/git/emacs/elpa.git externals/colorful-mode
>         git merge FETCH_HEAD
>     
>     Of course, feel free to undo the changes it may introduce in the file
>     contents: we only need the metadata to indicate that this commit was merged.
>     
>     You can consult the latest error output in
>     [the sync-failure file](https://elpa.gnu.org/packages/colorful-mode-sync-failure.txt).
>     
>     ## The current error output was the following:
>     
>     Upstream of colorful-mode has DIVERGED!
>     
>       Local changes:
>     40204fa9c9  eg642616@gmail..  Minor fixes
>     
>       Upstream changes:
>     9cba4d3b95  eg642616@gmail..  Update Keybindings section from README
>     2d9d1dd8c4  eg642616@gmail..  Change keybindings.
>     9f73a00eaf  eg642616@gmail..  Minor Changes
>     3ac2d942b6  eg642616@gmail..  Release 1.0.2
>     1831140c90  eg642616@gmail..  Release 1.0.2
>
>
> - Stefan

Thank you, I don't know why I didn't receive the email before, sorry for
the inconvenience, it's now updated to upstream.

-- 
E.G. from Gnus The Newsreader and E-mail client





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#71445: colorful-mode package stuck at version 1.0.0
  2024-06-09 23:33     ` Elijah G.
@ 2024-06-10  0:14       ` Stefan Kangas
  2024-06-10  2:54       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Kangas @ 2024-06-10  0:14 UTC (permalink / raw)
  To: Elijah G.; +Cc: Philip Kaludercic, Stefan Monnier, 71445-done

"Elijah G." <eg642616@gmail.com> writes:

> Thank you, I don't know why I didn't receive the email before, sorry for
> the inconvenience, it's now updated to upstream.

Thanks, I'm therefore closing this bug report.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#71445: colorful-mode package stuck at version 1.0.0
  2024-06-09 23:33     ` Elijah G.
  2024-06-10  0:14       ` Stefan Kangas
@ 2024-06-10  2:54       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-06-10  2:54 UTC (permalink / raw)
  To: Elijah G.; +Cc: Philip Kaludercic, Stefan Kangas, 71445

> Thank you, I don't know why I didn't receive the email before, sorry
> for the inconvenience,

Maybe Google in its infinite wisdom declared it to be spam (there were
3-4 such email messages sent around Apr/May).
It's not the first time I hear of email not received on gmail.com.

> it's now updated to upstream.

Great, looks like it's fixed.


        Stefan






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-10  2:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09  2:53 bug#71445: colorful-mode package stuck at version 1.0.0 Elijah G.
2024-06-09 18:32 ` Stefan Kangas
2024-06-09 21:13   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-09 23:33     ` Elijah G.
2024-06-10  0:14       ` Stefan Kangas
2024-06-10  2:54       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).