pry -r ./pry/ipl.rb# in pry here
>> vm = ipl
>> Hal.pwd
# => ".../viper"
>> Hal.touch 'foo1'
Ctrl-Drm foo1... should not show any errors
pry
>>
^D
$ pry -e boot_etc
...
>>
^D
$See rake note below for step 3
Step 4
ivshStep 5
scratch(Or: ./bin/viper)
rake testNote: This also turns Ruby warnings on. Needed for final 2.1 release
Hint: the :vhome var is set in lib/runtime/virtual_machine.rb $vm or VirtualMachine IOW: can be counted on for use in Vish prelude scripts
In current circumstances: when trying to move viper commands into BinCommand::ViperCommand out from BaseCommand:
getting exception in ./bin/biper
But: try :
vish -e 'o file_to_edit;_mode=viper vip'./bin/viper -e pryNote: this interrupts the startup sequence before the first buffer: "unnamed1' is established
If you exit from Pry here by ctrl-D, you trigger the bug
In Pry, you have the entire ./pry/debug.rb tools while you have invoked the above ./bin/viper -e pry
You can:
- veval 'type clear_line', .etc
- source 'script.vsh'
and other $vm tooling
- This call :
meta vip
pry -e boot_etcAbove loads