-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update to PM 31.0 #8
Comments
Help Wanted: someone with Seamonkey expertise, please clarify what that means for syntax hotpatching: do we need to carry the existing patches for the forseeable future? |
Postponing until hopefully a 31.x point release: the removal of one too many e10s flags (see https://repo.palemoon.org/MoonchildProductions/Pale-Moon/commit/deaeb6874dfe19e69ea2915d206c690735072de4) broke many of my daily-use addons so I can't really upgrade to 31. It's been fixed upstream so it probably won't be too long... |
I wouldn't call myself SeaMonkey expert, but nothing new in the current stable version as far as new JavaScript syntax is concerned. If you think it'll speed anything up for Goanna, maybe wrap optional chaining patches in if (service.isSeaMonkey). You can also probably remove the fix for Stack Exchange. I imagine if the issue pops up again, it'll be in some other place...few days ago optional chaining appeared inline of HTML of Stack Overflow website specifically, then disappeared at later point. |
Thanks. UXP has gotten Franklin's |
Released 1.10 with PM31 support. Still need to clean up the required fixes... I have a good concept for how to do that with the different supported platforms now, just need to find the time to sit down and implement it. |
It seems to work fine with Github on PM 31, but if I go to Gitlab it shows an endlessly spinning circle on the issues search box. |
It does not. File attachment functionality in the issue post/comment box doesn't work. |
@JAAnon @l29ah Please open a separate issue with steps to reproduce, works for me. |
I was talking about github. |
Aaaand done. Let's see how future proof it is (and also, what odd bugs I introduced 😅) |
?.
, nullish coalescing??
is implemented in upstream UXP, should be in next release)The text was updated successfully, but these errors were encountered: