You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Operating System & Odin Version:
Please paste odin report output:
Odin: dev-2024-01:ef05e085
OS: Windows 11 Professional (version: 22H2), build 22621.3007
CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
RAM: 16344 MiB
Expected Behavior
Please describe the behavior you are expecting.
Im expected that it wold compile a gnipahellir.odin.exe file when folder name is gnipahellir.odin, works fine when i use Gnipahellir.Odin uppercase.
And expected better error message, kinda hard to understand its the folder that brakes it.
Current Behavior
What is the current behavior?
it breaks with
Syntax Error: Failed to parse file: C:/dev/OdinFolderBug/gnipahellir; file permissions problem.
if i change the folder name to Gnipahellir.Odin it works fine
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
cd dev
mkdir gnipahellir.odin
cd gnipahellir.odin
touch master.odin
vim master.odin | make minimal build content inside file
wq
odin run .
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered:
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
odin report
output:Odin: dev-2024-01:ef05e085
OS: Windows 11 Professional (version: 22H2), build 22621.3007
CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
RAM: 16344 MiB
Expected Behavior
Please describe the behavior you are expecting.
Im expected that it wold compile a gnipahellir.odin.exe file when folder name is gnipahellir.odin, works fine when i use Gnipahellir.Odin uppercase.
And expected better error message, kinda hard to understand its the folder that brakes it.
Current Behavior
What is the current behavior?

it breaks with
Syntax Error: Failed to parse file: C:/dev/OdinFolderBug/gnipahellir; file permissions problem.
if i change the folder name to Gnipahellir.Odin it works fine


Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: