Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ion ion
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • ionion
  • Issues
  • #711
Closed
Open
Created Mar 15, 2018 by Michael Aaron Murphy@mmstickMaintainer

Alias values containing logical operator only executes the first operand.

Created by: ishanjain28

Reproduction:

alias test=mkdir ~/iontest && rmdir ~/iontest
test

Expected behavior: Create a iontest folder in home directory and then delete it.

Actual behavior: [describe the actual behavior, which is presented through the repro.]. Creates the directory but doesn't deletes it.

Build information:

rustc -V rustc 1.25.0-nightly (3ec5a99aa 2018-02-14)
git rev-parse HEAD 96d5b5d2ef53d8d9e93a4a41019560175cc12598
qemu-i386 -version 2.11.1
uname -a: Linux y50 4.15.9-1-ARCH #1 SMP PREEMPT Sun Mar 11 17:54:33 UTC 2018 x86_64     GNU/Linux
Ion version: ion 1.0.0-alpha (x86_64-unknown-linux-gnu) rev 6d5b5d2ef53d8d9e93a4a41019560175cc12598
Assignee
Assign to
Time tracking