You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! :)
I got some errors on fresh re-install antigen-hs
Didn't find file /home/netsu/.antigen-hs/antigen-hs.zsh
Try to setup? [Y/n] Yes
Use sandbox for haskell dependencies? [Y/n] Yes
Stack executable found. Use it for sandbox? [Y/n] Yes
Downloaded lts-3.4 build plan.
Caching build plan
Fetched package index.
Populated index cache.
stack will use the GHC on your PATH
For more information on paths, see 'stack path' and 'stack exec env'
To use this GHC and packages outside of a project, consider using:
stack ghc, stack ghci, stack runghc, or stack exec
[1 of 1] Compiling Main ( /tmp/stack20702/Setup.hs, /tmp/stack20702/Setup.o )
Linking /home/netsu/.stack/setup-exe-cache/x86_64-linux/tmp-setup-Simple-Cabal-1.22.4.0-ghc-7.10.2 ...
antigen-hs-0.1.0.0: configure
Configuring antigen-hs-0.1.0.0...
antigen-hs-0.1.0.0: build
Preprocessing library antigen-hs-0.1.0.0...
[1 of 1] Compiling Antigen ( Antigen.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/Antigen.o )
In-place registering antigen-hs-0.1.0.0...
antigen-hs-0.1.0.0: copy/register
Installing library in
/home/netsu/.zsh/antigen-hs/.stack-work/install/x86_64-linux/lts-3.4/7.10.2/lib/x86_64-linux-ghc-7.10.2/antigen-hs-0.1.0.0-FKne2pE40rQDS0REMcNHjS
Registering antigen-hs-0.1.0.0...
Getting project config file from STACK_YAML environment
No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this.
Compilation finish without success. Would you like try again? [Y/n]
This No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this. looks strange. Could you suggest me, please, is it work at least for you for now? Or I break something after system update. I would enhance the script a little, but currently even can't install it :)
Thanks!
The text was updated successfully, but these errors were encountered:
I haven't really changed the code that much since I merged your PRs. Perhaps we should at least list the offending plugin that lacks the *.plugin.zsh file. Shouldn’t the shell script it print something like "Now I'm running your MyAntigen.hs file". Because it looks from the logs like it's failingwhen installing the Antigen library, not when compiling the users plugin definitions.
From fresh install on Archlinux, with config from README:
No *.plugin.zsh file in /home/az/.antigen-hs/repos/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-history-substring-search! See antigenSourcingStrategy example in README on how to configure this.
Yes
(eval):1: job table full or recursion limit exceeded
many times, then
antigen-hs-ask:1: job table full or recursion limit exceeded
@11111000000, thanks for reporting this! It seems the problem is just the config in README is old. Or that Antigen-hs doesn't support pinning versions.
Hi there! :)
I got some errors on fresh re-install antigen-hs
This
No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this.
looks strange. Could you suggest me, please, is it work at least for you for now? Or I break something after system update. I would enhance the script a little, but currently even can't install it :)Thanks!
The text was updated successfully, but these errors were encountered: