-
Notifications
You must be signed in to change notification settings - Fork 44
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
strange label bug! #230
Comments
hm, that does seem strange. i can't seem to reproduce it right now. can you reproduce it when applying the patch on an empty file, and if so, could you send a full patch file that reproduces it? |
In a new file i can't reproduce it either. |
There is a bug fix in 2.0 where sometime labels not found could cause a phantom error. I will make sure to backport that to 1.9, in the mean time, that means this bug was (probably) the result of missing label (such as case sensitivity). I'll leave this issue open as a reminder for me to backport the changes. |
I found it, sublabel was redefined later and the second one was inside a
namespace, that's why it didn't tell me the type of error (redefined).
…On Fri, Jan 14, 2022 at 3:15 AM p4plus2 ***@***.***> wrote:
There is a bug fix in 2.0 where sometime labels not found could cause a
phantom error. I will make sure to backport that to 1.9, in the mean time,
that means this bug was (probably) the result of missing label (such as
case sensitivity).
I'll leave this issue open as a reminder for me to backport the changes.
—
Reply to this email directly, view it on GitHub
<#230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKWMIZEY7OGSIHEGVNUA3PLUV52LPANCNFSM5L4677XQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It doesn't accept .9dac sublabel, it gives error in compiling rom (without saying what error)
It accepts .9daC it accepts 8dac, but no .9dac
Main label is main: so problematic sublabel is main_9dac
(Asar 1.81)
The text was updated successfully, but these errors were encountered: