Skip to content
Snippets Groups Projects
  1. Mar 09, 2019
  2. Mar 08, 2019
  3. Mar 07, 2019
    • bobogei81123's avatar
      Fix #838 · b244242d
      bobogei81123 authored
      - rewrite the unsafe block in `expand_process` at
        `src/lib/parser/shell_expand/mod.rs` so that strings start with whitespace
        will not cause panic. Also the definition of whitespace now includes unicode
        whitespaces (so the behavior matches `split_whitespace` which is used
        in other places), and the time complexity is reduced from O(n^2) to O(n).
      - add a test in example/issues.ion for this issue
      b244242d
  4. Feb 27, 2019
  5. Feb 24, 2019
  6. Feb 19, 2019
  7. Feb 18, 2019
  8. Feb 16, 2019
  9. Feb 15, 2019
  10. Feb 12, 2019
Loading