bug report and more 2014-09-19

44 views
Skip to first unread message

chuan...@gmail.com

unread,
Sep 19, 2014, 6:18:57 AM9/19/14
to pash-p...@googlegroups.com
bug:
1 else,elseif cannot be placed in the beginning of the line.
2 the function's output, andvariable output, not in the input row order.


currently not supported:
1 does not support the do {} while (), but while () {}. ----This is no big problem.
2 is not supported switch () { }. ----This is not very good.
3 array: -contains is not supported. -Join is not supported.
   String: -replace is not supported.
4 do not support @''@,@ "" @ references. ----I had taken before and after the carriage return, and tests passed in the windows powershell.
5 does not support variable prefixes [string]$a, [Int32]$a.
6 does not support -f format
7 Get-Content do not work. !!!

Johannes Rössel

unread,
Sep 19, 2014, 1:09:56 PM9/19/14
to pash-p...@googlegroups.com
Hello,

first of all, thank you for bringing this to our attention, although
most project contributors probably already know about most of them.

Generally it's better to post bugs and missing features as issues on
Github. I have done so in this case and listed the corresponding issues
below.

On 2014-09-19 12:18, chuan...@gmail.com wrote:
> bug:
> 1 else,elseif cannot be placed in the beginning of the line.

https://github.com/Pash-Project/Pash/issues/279

Related: https://github.com/Pash-Project/Pash/issues/244

and perhaps: https://github.com/Pash-Project/Pash/issues/38

> 2 the function's output, andvariable output, not in the input row order.

I'm not sure I understand what you mean here.

> currently not supported:
> 1 does not support the do {} while (), but while () {}. ----This is no big
> problem.

https://github.com/Pash-Project/Pash/issues/280

> 2 is not supported switch () { }. ----This is not very good.

https://github.com/Pash-Project/Pash/issues/281

> 3 array: -contains is not supported. -Join is not supported.
> String: -replace is not supported.

https://github.com/Pash-Project/Pash/issues/274

> 4 do not support @''@,@ "" @ references. ----I had taken before and after
> the carriage return, and tests passed in the windows powershell.

> 5 does not support variable prefixes [string]$a, [Int32]$a.

Those are type declarations for variables.

https://github.com/Pash-Project/Pash/issues/282

> 6 does not support -f format

https://github.com/Pash-Project/Pash/issues/274#issuecomment-56204861

> 7 Get-Content do not work. !!!

https://github.com/Pash-Project/Pash/issues/283

Regards,
Johannes

Reply all
Reply to author
Forward
0 new messages