Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

test-in-docker: fix with newer ZSH versions #884

Closed
wants to merge 11 commits into from
Closed

test-in-docker: fix with newer ZSH versions #884

wants to merge 11 commits into from

Commits on Jun 27, 2018

  1. test-in-docker: fix in zsh > 5.3

    The way I was filtering out entries in the frameworks array stopped
    working in newer versions of ZSH; it would convert the array into a
    string (you could see it with `typeset -p frameworks`)
    
    So I rewrote it.
    
    I don't see anything in the release notes for ZSH that would explain
    this and I didn't find any option that would restore this behavior.
    
    Related: #882
    docwhat committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    69fe19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645034f View commit details
    Browse the repository at this point in the history
  3. test-in-docker: make vars sorted and readonly

    Marking variables as readonly is helpful for debugging and preventing
    problems.
    docwhat committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8986320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83abdf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c27414 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a94df3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20fdf05 View commit details
    Browse the repository at this point in the history
  8. Force creation of symlink in prezto

    dritter authored and docwhat committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    74051e5 View commit details
    Browse the repository at this point in the history
  9. Fixate ZSH versions in docker

    dritter authored and docwhat committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b9e6e6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b92e91 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Add Dockerfile for zshing framework

    dritter authored and docwhat committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    4178240 View commit details
    Browse the repository at this point in the history