zsh-workers
 help / color / mirror / code / Atom feed
* problem with 310
@ 2015-02-21  2:16 Ray Andrews
  2015-02-21  2:47 ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Ray Andrews @ 2015-02-21  2:16 UTC (permalink / raw)
  To: Zsh hackers list

    $ zsh
    zsh-5.0.7-310-gb237ba0
    /aWorking/Zsh/Boot/zstyle:6: compinit: function definition file not
    found
    /aWorking/Zsh/Boot/zstyle:7: colors: function definition file not found
    /aWorking/Zsh/Boot/zstyle:8: select-word-style: function definition
    file not found

    ... referencing these lines:

    autoload -U compinit && compinit
    autoload -U colors && colors
    autoload -U select-word-style && select-word-style shell

However, inspite of the messages, nothing seems to be broken. In 
particular, all my colors seem fine, completion seems fine.

No messages with: zsh-5.0.7-305-g9b21dca.

As always, builds are static.


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

* Re: problem with 310
  2015-02-21  2:16 problem with 310 Ray Andrews
@ 2015-02-21  2:47 ` Bart Schaefer
  2015-02-21  4:05   ` Ray Andrews
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 2015-02-21  2:47 UTC (permalink / raw)
  To: Zsh hackers list

On Feb 20,  6:16pm, Ray Andrews wrote:
} Subject: problem with 310
}
}     /aWorking/Zsh/Boot/zstyle:6: compinit: function definition file not found

What does

    print -R ${^fpath}/compinit(N)

show you?


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

* Re: problem with 310
  2015-02-21  2:47 ` Bart Schaefer
@ 2015-02-21  4:05   ` Ray Andrews
  2015-02-21  4:27     ` Ray Andrews
  0 siblings, 1 reply; 6+ messages in thread
From: Ray Andrews @ 2015-02-21  4:05 UTC (permalink / raw)
  To: zsh-workers

On 02/20/2015 06:47 PM, Bart Schaefer wrote:
> On Feb 20,  6:16pm, Ray Andrews wrote:
> } Subject: problem with 310
> }
> }     /aWorking/Zsh/Boot/zstyle:6: compinit: function definition file not found
>
> What does
>
>      print -R ${^fpath}/compinit(N)
>
> show you?
>
>
Blank line.

However, this exists:

/usr/local/share/zsh/5.0.7-dev-0/functions/compinit

... so something is not being found?


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

* Re: problem with 310
  2015-02-21  4:05   ` Ray Andrews
@ 2015-02-21  4:27     ` Ray Andrews
  2015-02-21  4:35       ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Ray Andrews @ 2015-02-21  4:27 UTC (permalink / raw)
  To: zsh-workers


pts/7 HP-w5--5-Debian1 root /usr/local/share/zsh $ cp -r 5.0.7-dev-0 
5.0.7-dev-1
zsh-5.0.7-305-g9b21dca

pts/6 HP-w5--5-Debian1 root /usr/local/share/zsh 8$ zsh
zsh-5.0.7-310-gb237ba0



... all is well.  Seems the function directory has moved from ...dev-0 
to ...dev-1.  Why at this juncture?


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

* Re: problem with 310
  2015-02-21  4:27     ` Ray Andrews
@ 2015-02-21  4:35       ` Bart Schaefer
  2015-02-21  4:58         ` Ray Andrews
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 2015-02-21  4:35 UTC (permalink / raw)
  To: zsh-workers

On Feb 20,  8:27pm, Ray Andrews wrote:
}
} ... all is well.  Seems the function directory has moved from ...dev-0 
} to ...dev-1.  Why at this juncture?

The version number was changed because some new tokens were added to
the parser, which affects various things such as testing compatibility
of files created with the "zcompile" builtin.


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

* Re: problem with 310
  2015-02-21  4:35       ` Bart Schaefer
@ 2015-02-21  4:58         ` Ray Andrews
  0 siblings, 0 replies; 6+ messages in thread
From: Ray Andrews @ 2015-02-21  4:58 UTC (permalink / raw)
  To: zsh-workers

On 02/20/2015 08:35 PM, Bart Schaefer wrote:
> On Feb 20,  8:27pm, Ray Andrews wrote:
> }
> } ... all is well.  Seems the function directory has moved from ...dev-0
> } to ...dev-1.  Why at this juncture?
>
> The version number was changed because some new tokens were added to
> the parser, which affects various things such as testing compatibility
> of files created with the "zcompile" builtin.
>
Ok. 'make install' seemed to update the functions so I figger I'm all good.


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

end of thread, other threads:[~2015-02-21  4:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-21  2:16 problem with 310 Ray Andrews
2015-02-21  2:47 ` Bart Schaefer
2015-02-21  4:05   ` Ray Andrews
2015-02-21  4:27     ` Ray Andrews
2015-02-21  4:35       ` Bart Schaefer
2015-02-21  4:58         ` Ray Andrews

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

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).