JuliaPluto/Pluto.jl

Saving a file in a folder which doesn't exist doesn't create a new folder

オープン

#1,080 opened on 2021/04/10

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)Julia (329 件のフォーク)batch import
backendgood first issue

Repository metrics

Stars
 (5,295 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I was trying to save a Pluto notebook in a path that doesn't exist. This is how the directory looked before:

image

Now I wanted to create a new submission sub-directory inside the julia directory and save the file there.

image

However, neither a new directory was created nor I got any errors. Ee can create the directories just like mkdir -p does in linux. This feature is also supported by the GitHub web dashboard while adding a new file. So I think it will be a good addition here.

コントリビューターガイド