Project

General

Profile

Bug #814

The #manifest tag uses a case-sensitive parameter, but should not.

Added by Brian Flanagan over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Target version:
Start date:
09/04/2021
Due date:
% Done:

0%

Estimated time:
0:30 h
Affected version:

Description

If the manifest file is not in the application, the default AOZ manifest should be used (this works), or the default manifest specified by the manifest# tag should be used (this sometimes fails).

The problem is that the #manifest: "xxx" tag should NOT be case sensitive for the string passed, but it is. In other words, if you use #manifest: "AOZ" it will fail, but if you use #manifest: "aoz" it works, and Amiga fails, but amiga succeeds.

For example: Create an application, and delete it's manifest.hjson file
Then, try this:

#manifest: "Amiga"

It will fail.

Also try this:

#manifest: "AOZ"

It will fail.

On the other hand, this will work:

#manifest: "amiga"

...and so will this:

#manifest: "aoz"

Also available in: Atom PDF