#13756 closed enhancement (fixed)
js-78.0.1 (currency)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New major version (from FF).
I don't think we need this yet. Probably need to fix currency script.
Change History (6)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Summary: | js-78.0.1 → js-78.0.1 (currency) |
---|
comment:3 by , 5 years ago
Js78 can be built with:
CC=gcc CXX=g++ ../js/src/configure --prefix=/usr --with-intl-api --with-system-{zlib,icu} --disable-jemalloc --disable-debug-symbols --enable-readline
Unlike js68, js78 "really" depends on rustc and llvm.
I created an issue "porting to js78" in gjs repo. And I tried to modify gjs code to use js78 but the result is just like a piece of trash. Maybe I'm too stupid to do this work.
Let's wait.
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I was able to update to the latest FF-68 version. Now a new version. FF-68.10.0esr.
Opened a new js-68 ticket #13769
Marking this ticket fixed at revision 23363.
Note:
See TracTickets
for help on using tickets.
I'm not sure how to fix the currency. We are using FF, I can take the highest 68.?.?esr FF version but that could have nothing to do with the js code. We can ID it and manually compare the js/ directory to see if something changed, or we could just do the update even if just the version number changes.
Or we can just leave it static and ignore it in the currency until gjs and gnome-shell-extensions need a change.