Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving notes for a project using "Pn -" seems not to work #6017

Closed
newlog opened this issue Oct 23, 2016 · 1 comment
Closed

Saving notes for a project using "Pn -" seems not to work #6017

newlog opened this issue Oct 23, 2016 · 1 comment
Assignees
Labels
projects Loading, saving and handling radare2 project files
Milestone

Comments

@newlog
Copy link
Contributor

newlog commented Oct 23, 2016

The asciinema explains the issue:

https://asciinema.org/a/8l5nw0jpc7512ri5akeip2joc

Basically, as I understand it, the note is attempted to be saved in the <project_name>.d directory, but that directory does not exist.

After @Maijin comment:

The commands I executed, follow:

  1. open r2: r2 /bin/ls
  2. Save/Create project: Ps dummy_project
  3. Create note with default editor (vim): Pn -
  4. Type text in vim
  5. Save contents in vim by executing: Esc :wq
  6. Save operation through vim failed

My guess: directory dummy_project.d does not exist, so vim fails to save the file when :wq

@Maijin Maijin added projects Loading, saving and handling radare2 project files bug labels Oct 23, 2016
@radare
Copy link
Collaborator

radare commented Oct 24, 2016

Can we have a testcase for this? Ill take care of thisbefore the release

@radare radare added this to the 1.0.0 milestone Oct 24, 2016
@radare radare self-assigned this Oct 24, 2016
@radare radare closed this as completed in 9a9dbbf Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
projects Loading, saving and handling radare2 project files
Projects
None yet
Development

No branches or pull requests

3 participants