Anirban Halder

Results 7 issues of Anirban Halder

#### Description - The solidity module shows the currently installed version of [Solidity](https://soliditylang.org/) - The module will be shown if any of the following conditions are met: - The current...

fixes #6227 The ``get_metadata()`` function seemed to try to deference to the non existent file. We change it to directly get the metadata of the symlink itself incase the deference...

Fixes #6393 Edit1 : I strace-d the whole thing , we seem to use more than 2x amount of read sys calls (will result in more than 100 extra read...

Added regex detection to various combination of ".." and "." followed by slashes .

Coreutils ``` mkdir d rm -rf d/.. ``` This removes all the files in parent directory of ``d``. GNU ``` mkdir d rm -rf d/.. ``` This fails and produces...

U - rm

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. ## What is the motivation? Fixes #4351 ## What does this...