Project

General

Profile

Bug #923

Linux : home tree

Added by Baptiste Pillot over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
10/19/2022
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

When I try to run a program with an error, eg here if I type Degreee instead of Degree*, the transpilers stops with an error "syntax error at line 2, column 8, in file GameJam37.aoz", but it generates some side-effects :

Folders and an empty copy of my .aoz program is created into my projet folder. It is a copy of the absolute path of my project :

The created .aoz file is empty.

Sometimes the error focus goes to my original GameJam37.aoz file. But sometimes it goeds into the new empty file, which opens into a new tab.

What it does and should not :

  • creates an empty home/baptiste/AOZ_Studio/my_aoz_applications/GameJam37.aoz file into my project folder
  • opens the new GameJam37.aoz file into a new tab (so I finish with 2 tabs of the "almost-same" file)
  • when I transpile it again, with the bad file existing before the transpilation : focuses the new empty GameJam37.aoz file instead of the right one

What it should do :

  • only focus the original GameJam37.aoz file, without creating and opening new things.

I guess there is some king of missing a slash (/) at the beginning of a file path, somewhere, so the path and file re-creates itself on a relative way instead of being read on an absolute way.


Files

home-tree.png (76.2 KB) home-tree.png Baptiste Pillot, 10/19/2022 09:29 AM

Also available in: Atom PDF