-
jorgk
darktrojan: Hi. Nothing broke, so I'll leave it to you now.
-
darktrojan
okay
-
darktrojan
bye
-
jorgk
My add-on "Bugmail (fixed version)" is broken :-(
-
jorgk
No idea how it broke.
-
darktrojan
are you surprised though?
-
jorgk
yes
-
jorgk
in TB 60.
-
darktrojan
oh
-
jorgk
I believe it worked at some stage
-
jorgk
now this fails
-
jorgk
var xml = parser.parseFromStream(input, "utf-8", input.available(), "text/xml");
-
jorgk
I get
-
jorgk
some security error, something mumbling about a null principal
-
jorgk
in later version there is forceEnableXULXBL()
-
darktrojan
perhaps the bugmail itself changed
-
jorgk
which we use in Calendar
-
jorgk
no
-
jorgk
The first display is fine
-
jorgk
display of the header is fine
-
jorgk
hitting "Update" is fine
-
jorgk
but getting the XML from the cache and trying to parse it stopped working.
-
darktrojan
:/
-
jorgk
it is that line that fails
-
jorgk
And I'm sure that worked at some stage in the 60 cycle
-
jorgk
Let me get 60.0 and check
-
jorgk
I'll be back.
-
jorgk
darktrojan: So now it says: XML Parsing Error: not well-formed
-
jorgk
Location: moz-nullprincipal:{eb526566-049b-4df1-8326-bc179c2530d4}
-
jorgk
Line Number 1, Column 1:
-
jorgk
and if you look at the IDL, it mentions a principal for the document the parser creates.
-
darktrojan
why would a parsing error have something to do with the principal, unless it's trying to load some other document too
-
jorgk
good question, let me try 60.0
-
jorgk
darktrojan: you win, 60.0 doesn't work either any more
-
darktrojan
well that's something
-
darktrojan
not something useful
-
jorgk
I don't know when it stopped working.
-
jorgk
But I don't think it stopped working when I switched to TB 60 mid last year???
-
jorgk
maybe something to look at later today ;-)
-
darktrojan
like I said, is it the bugmail itself?
-
darktrojan
or how it's cached
-
jorgk
yes, I need to dump out what goes into the cache
-
jorgk
cache shouldn't have changed
-
darktrojan
tried a really old message?
-
jorgk
no
-
jorgk
let's try that
-
jorgk
I have it going back to, 2010
-
jorgk
I last messed with the add-on in Feb 2018
-
jorgk
must have been working then
-
jorgk
hmm, fails on bugmail from 2011
-
jorgk
OK, I'll look at it later, bye.
-
jorgk
!seen rjl
-
firebot
rjl was last seen 13 days and 11 hours ago, saying 'as well as waybe obviously]' in #maildev.
-
jorgk
mkmelin: When is rjl coming back? We have work for him, check the tree to see it.
-
mkmelin
jorgk: hopefully should be back soon
-
jorgk
sorry, that's what you said 10 days ago and also two days ago.
-
jorgk
"hopefully" and "soon" are not two words that let us organise anything, see me recent e-mail.
-
mkmelin
jorgk: sickness is weird that way...
-
marcoagpinto
heya
-
TbSync
jorg: the error you see is because the XML is empty, you Need to check, why the XML is empty
-
IanN|Away
hmmm, not happy with
bug 1525376
-
firebot
bugzil.la/1525376 — NEW, kohei.yoshino⊙gc — Deprecate the User Story field
-
IanN|Away
jorgk: travelling in Spain?
-
jorgk
not travelling
-
jorgk
I have a second residence here
-
IanN|Away
jorgk: nice
-
jorgk
why are you asking?
-
jorgk
It says jazztel.es on the nick, yes
-
IanN|Away
jorgk: just spotted you were signed in from a spanish domain name
-
jcranmer
I was going to say, I thought you lived in Deutschland
-
TbSync
jorgk: Have you fixed your XML error from this morning? I usually see that error, when the XML I want to parse is empty...
-
TbSync
jorgk: Have you fixed your XML error from this morning? I usually see that error, when the XML I want to parse is empty ...
-
jorgk
Yes, indeed, thanks for asking.
-
jorgk
There was a problem with storing the result in the cache
-
jorgk
as a result, I tried to parse something empty.
-
jorgk
Bugmail 4.3 finally works.
-
TbSync
nice!
-
jorgk
and if I had time, I'd check when it broke.
-
Porkepix
jorgk: Hi, little question following your comment from yesterday considering formats in Thunderbird. I don't want to continue on the bug if it's really offtopic. I'm referring to
bugzilla.mozilla.org/1426907#c122 and then to comment #2. I quickly went through as there are many comments, but as you can see on
framapic.org/Bs7KDXzJohOx/gFarP8pDYXCm.png the only
-
firebot
Bug 1426907 — UNCONFIRMED, nobody⊙mo — Setting date locale no longer works in Thunderbird 60 on linux (LC_TIME=en_DK.utf8 behaves different
-
Porkepix
possible choices are US English. Couldn't just this be manually set by user *independantly from language*. ie. tying this to language leads to odd inconsistencies like for example having everything in English, excepted day of the week and mond month in French for example, because time/date format were selected as French ones
-
jorgk
hi
-
jorgk
you're saying that instead radio buttons, you want a drop-down with all possible localed?
-
jorgk
locales?
-
jorgk
that would also be doable.
-
jorgk
I'm surprised you only get en-US.
-
Porkepix
Well, it's something possible, but would still be tied to the language. you could also consider letting the user setting what and where does he want to put dd yy, yyyy, mm, hh, and so on as well as separators
-
jorgk
also an option.
-
jorgk
We just follow whatever Firefox deems fit
-
jorgk
and FF only should very few dates around the UI.
-
Porkepix
Or yes, use the same as somewhere else in the system, but for example for my current case (ArchLinux, Gnome), I get 24H time and everything is with en_US (the strangest in this being that I don't even remember setting something specific for this)
-
jorgk
I think what we have is fine, works well on WIndows, only all those different Linux distros cause endless problems
-
Porkepix
Might be tied to this: `lrwxrwxrwx 32 root 16 Oct 2018 /etc/localtime -> /usr/share/zoneinfo/Europe/Paris`, but I would be surprised that it comes from this though
-
Porkepix
So, basically, Linux users just have to deal with it and that's all? :|
-
freaktechnik
(there may be better support for the various LC_ vars in the future, but currently the system just uses one locale for languages and one for formatting)
-
jorgk
Sorry, it's not that Linux uses "just have to deal with it". Linux users using "hand-made" distros, like Arch, will also need to hand-make that.
-
Porkepix
Well, I checked, but curiously LC_TIME is not set for me
-
Porkepix
jorgk: Okay, hand-made it. But there's no setting to do it right now, isn't it?
-
jorgk
As I said in the bug, we have people in Finland and Slovakia on "mainstream" distros, and it "just works" for them.
-
freaktechnik
-
jorgk
I have no idea why your setup only detects en-US. And that's surely not for us to debug.
-
freaktechnik
ah, there's also
firefox-source-docs.mozilla.org/intl/locale.html# that documents how the fallback chain works
-
Porkepix
Well, and yet, that's only thunderbird offering this choice ;(
-
jorgk
talk to mkmelin and ask him how he does his Swedish/Finish based on en-US
-
freaktechnik
(I use de-CH for formatting and en-US as UI language)
-
Porkepix
freaktechnik: And what's the language days and months are displayed with?
-
freaktechnik
german, because that's what the date formatter is using.
-
freaktechnik
ah wait, no english
-
freaktechnik
(in lightining)
-
freaktechnik
but in timestamps that were formatted I get the german ones.
-
Porkepix
So, it looks quite inconsistent
-
freaktechnik
(so for example the day titles in the events sidebar)
-
freaktechnik
that's not a decision problem though, that's a problem from which resolved locale is being used.
-
freaktechnik
(and I totally understand why it behaves that way)
-
clokep
Hi KaiE, just reading your comment on
bug 1518185. Out of curiosity, how far along is that integration?
-
firebot
bugzil.la/1518185 — NEW, nobody⊙mo — Agree on initial user interface for OTR
-
Porkepix
I don't get it, how can two different parts end up using different languages to display the same thing. And how it can be considered as normal behavior :/
-
mkmelin
Porkepix: I just set $LC_TIME to sv_FI.utf8. The locale you set it to needs to exist on your system. There's info in the bug about how to generate it if it's not set already
-
clokep
How pressing is it to figure out the proper UI?
-
KaiE
clokep, we're trying to get it into 68
-
clokep
So fairly pressing? :)
-
Porkepix
mkmelin: What's strange here is that for example Gnome is set to en_US, and show me 24H time, despite LC_TIME being unset. and that Thunderbird is not displaying the same.
-
KaiE
I think mkmelin would say yes :)
-
freaktechnik
Porkepix: I'm not saying it's perfect behavior, but it's essentially me saying I want text to be english and dates to be german, right? So lighting gets the translated text for the day name and the month, thus uses my text language. But when lighting says "I want to format this date in a long form" it uses my date language and in the long form it may include day names etc.
-
clokep
KaiE: Cool. Is there any UI mock-ups or anything that florian and I can take a look at?
-
clokep
I know he has some opinions about this UI! I probably do as well, but haven't wrapped my mind around it yet.
-
KaiE
clokep, I don't want to give you anything that's broken. Once I have completed the porting in an initial, but complete working state, I'll let you know. I might have that next week.
-
Porkepix
freaktechnik: Yeah, but you just said that in some places, English words were used. I don't get why format would have to be bound to language :/
-
freaktechnik
clokep, KaiE: without knowing too much about the UI and how OTR works, maybe this should be designed in a way to also accomodate native e2e encryption from the protocol (thinking of matrix specifically, but also things like gpg over xmpp)
-
freaktechnik
Porkepix: "So lighting gets the translated text for the day name and the month, thus uses my text language." the actual formats are always in de-CH, it's only sometimes names that aren't and sometimes are, depending on where the name is coming from.
-
KaiE
freaktechnik, we're porting an existing UI from the old Tor Messenger, so currently we aren't inventing.
-
KaiE
(or designing)
-
KaiE
but yeah, we're open to suggestions
-
clokep
freaktechnik: Yes, it should.
-
freaktechnik
KaiE: bringing it up related to our discussion yesterday about the interface, since the protocol may be interested in also giving a state if it has native e2e encryption. But as I said, I don't know what OTR actually does.
-
freaktechnik
*state of
-
clokep
(Although I think there are newer things people use than GPG for XMPP, but I get your point.)
-
freaktechnik
clokep: pretty sure there's tons of things you can do over xmpp for e2e encryption
-
KaiE
freaktechnik, in the meantime, I no longer need that extension from yesterday. Nevertheless, I was only trying to save some derivation of state from other sources. But in the meantime I've figured it's easier to always look at a set of variables to derive the state when switching tabs.
-
clokep
freaktechnik: Yeah, let's not get bogged into that. :) We're saying the same thing -- regardless of the protocol and mechanism used, we would want some sort of consistent UI.
-
Porkepix
freaktechnik: I guess that mixed-up languages like that would be terrible also when it happens with one RTL language and one LTR language
-
freaktechnik
Porkepix: agreed, but that's an entirely different issue that affects very specific parts (chat archives and lighting are the main ones I've noticed so far).
-
Porkepix
Anyway, no point in trying to untie format from language as of now, that's not possible right now nor possible anytime soon?
-
Porkepix
s/possible/planned/
-
clokep
freaktechnik: Ah
bug 1237416 is the one I was thinking of though. :)
-
firebot
bugzil.la/1237416 — NEW, nobody⊙mo — Implement OMEMO (Multi-End Message and Object Encryption)
-
freaktechnik
it is untied? It just uses LC_TIME and not any other var?
-
freaktechnik
clokep: gajim has native pgp though, which is why I thought of that.
-
clokep
Yeah, makes sense. :)
-
clokep
There's a whole bunch.
-
Porkepix
freaktechnik: What I mean is that you still set the format by selecting a language or a country rather than by letting user design the format he want. (Btw, tried LC_TIME, but didn't work, probably due to locale.gen. Still my DE can deal with it as it is)
-
KaiE
clokep, I could give you a patch where the notificiation bars aren't working yet (seems to be broken last time I asked), and the dialogs aren't working yet. But the chat interaction seems to work now, including the state button and its menu
-
KaiE
clokep, what OS do you use? Because we cannot yet integrate the OTR library and gcrypt library, manual setup is necessary for those libs
-
KaiE
clokep, well, and I'm developing based on an older snapshot. I don't know if my patch builds with the latest trunk. Magnus warned me that chat is pretty broken on trunk, that's why I'm staying with my working snapshot
-
freaktechnik
porkepix: usually applications follow the formatting the OS provides, so you choose in the OS.
-
Porkepix
freaktechnik: Yup, but here that's not the case :p
-
clokep
KaiE: I'm on macOS.
-
clokep
I'm fairly certain I have the proper libraries installed already via homebrew.
-
KaiE
ok
-
clokep
And I think chat is fixed on trunk now.
-
KaiE
ok. Let me pull
-
clokep
Well, no need to mess up your workflow. :)
-
Porkepix
-
KaiE
clokep, what's the status of convNotificationBox ?
-
clokep
KaiE: Is that broken?
-
clokep
I don't remember seeing a bug about that.
-
KaiE
clokep, it was broken a week ago. Incoming buddy contact requests weren't showing
-
KaiE
-
firebot
bugzil.la/1532967 — NEW, nobody⊙mo — TB chat: buddy-authorization-request broken, "box.appendNotification is not a function"
-
clokep
Huh. Looks like I did see it. :-D
-
clokep
KaiE: Then yes, that's still broken and no one has looked into it.
-
arshad
mkmelin : ping
-
freaktechnik
Porkepix: that image isn't loading for me, so no not easy to see ;) But as jorg had already pointed out, this is most likely an issue with the infrastructure inherited from Firefox, which is the bit documented in the docs link etc.
-
Porkepix
freaktechnik: Oh? I can see the image here
-
KaiE
clokep-M, I've updated the patch in
phabricator.services.mozilla.com/D17691 - it's working with current trunk
-
KaiE
-
KaiE
clokep, the OSX try build has completed
-
KaiE
you'll need to use the config editor and set chat.otr.enable to 1
-
freaktechnik
oh, eslint is complaining because it now exists in chat :D
-
clokep
freaktechnik: Yep! :) We can disable it for certain directories if that helps get stuff landed.
-
freaktechnik
it'll probably need to know about that worker being a worker in that patch there, for example.
-
emilio
jorgk: around?
-
jorgk
yes
-
emilio
jorgk: I was looking at
bug 1533085... Did the hamburger menu show up before my patches? I backed out both of them and it doesn't seem to make a difference
-
firebot
bugzil.la/1533085 — NEW, emilio⊙ci — Massive MozMill failure on 2019-03-06: Mostly Calendar but also some mail tests - Toolbar button men
-
jorgk
hmm, I haven't tried myself, but in the bug it's recorded that backing them out fixes it
-
jorgk
maybe some later changes worsened the situation
-
jorgk
if you want to used real machine power, go the changeset before and the matching C-C changeset
-
jorgk
but I don't have to tell you how bisection works ;-)
-
emilio
jorgk: hmm, ok, no wonder I wasn't finding anything suspicious:
mozilla/releases-comm-central c04c2f1
-
emilio
jorgk: Ok, probably also reverting that will presumably fix it, and I can actually debug it.
-
jorgk
not really
-
jorgk
those changes didn't affect the hamburger
-
emilio
jorgk: well, they didn't because my patches made those attributes useless
-
emilio
jorgk: but that's why backing my patches out doesn't fix the menu anymore :)
-
emilio
-
jorgk
OK, I see
-
jorgk
best bet is to revert to before all those changes
-
emilio
jorgk: can we revert that patch? It's easier to track what needs to be fixed if that's in, and that patch should be basically harmless I'd think.
-
jorgk
don't understand
-
jorgk
revert as in back it out officially?
-
emilio
jorgk: yeah, that way we can remove display attributes one by one, as we fix them
-
emilio
jorgk: no big deal if not I guess
-
jorgk
well, you can back it out locally
-
emilio
jorgk: ok, that sounds fine, I just don't think I have time to fix all of them now, but I'll fix the ones I see around
-
jorgk
-
jorgk
that's C-C at 392d6ce8f05d
-
jorgk
and ...
-
jorgk
M-C at 4ab143dde4dc3424cfedc74b3648fbf2e4
-
jorgk
that's the totally busted stage after your change landed
-
jorgk
you're not using HG?
-
emilio
jorgk: cinnabar, but I can checkout hg commits, so no worries
-
jorgk
emilio: xxx removed all the stuff that needs fixing.
-
jorgk
emilio: What do you mean by "fixing".
-
jorgk
that stuff doesn't work any more, right?
-
emilio
jorgk: right, I mean that for each of those we need to either find a replacement, or prove they're useless (I found a couple of those that were)
-
emilio
jorgk: I just pasted it on the bug to not lose track of them
-
jorgk
yes, some replacements have already landed
-
jorgk
but ideally we don't want to "replace" all the toolbar button menus since we used them a lot
-
emilio
jorgk: Yeah, no worries, I got a fix for those
-
jorgk
most prominently on the hamburger, so if that doesn't work, it takes down 22 tests :-(
-
emilio
jorgk: yeah, the only thing that needs to be done really is to add type="menu" / type="menu-button" to the ones that don't work... I'll submit a couple patches in a sec
-
emilio
jorgk: landed a patch to help with all the <button type="menu-button"> and <toolbarbutton type="menu-button">. Sent a patch your way that fixes the hamburger menu.
-
jorgk
Thanks, but ...
-
jorgk
one nit, is it really - # ifdef MOZ_THUNDERBIRD
-
jorgk
with spaces between the # and the ifdef?
-
jorgk
and then, in the patch I had attached, you can see:
bugzilla.mozilla.org/attachment.cgi?id=9049470
-
jorgk
#if defined(MOZ_THUNDERBIRD) || defined(MOZ_SUITE)
-
jorgk
well, I guess SeaMonkey is pretty much dead, but we like to keep them in mind
-
jorgk
so that patch needs the M-C change, yes?
-
jorgk
emilio: still there? ^ ^
-
emilio
jorgk: err, yes. Yeah, the spaces are needed (clang-format injected them). I can change it to that ifdef if you want.
-
emilio
jorgk: also no, the patch shouldn't need the m-c change
-
jorgk
well, triggering another mozilla build with no real code change?
-
jorgk
emilio: Clang really has some funny ideas, why is the ifdef further indented than the code below?
-
emilio
jorgk: because that whole block is inside an `#ifdef MOZ_XUL`
-
jorgk
strange
-
jorgk
so what does the M-C change do?
-
emilio
jorgk: MOZ_XUL is pretty much always true. the M-C change fixes the type="menu-button" stuff
-
jorgk
I see
-
jorgk
so type=menu already works, yes?
-
emilio
jorgk: yes
-
jorgk
emilio: I superseded your patch since it wasn't in the right format. No offence intended ;-)
-
aceman
I wonder why type=menu was missing
-
jorgk
aceman: I'm just pea counting and then I'll start a try
-
aceman
arshad: many tests (including attachment ones) are disabled right now, so your try runs may not show problems
-
arshad
Aceman is there any option other than waiting
-
arshad
aceman
-
aceman
the fixes are in queue, should be done by tomorrow morning
-
aceman
or you can push with the fixes
-
aceman
but one is for m-c
-
bcampbell
silly question: is there a good example somewhere of how to write a xpcshell test which just tests a function in a js file?
-
jorgk
uff
-
jorgk
test_longLines.js, just cut 95%
-
jorgk
I haven't written that many
-
jorgk
and mostly they were copies with heaps of async stuff, promises, etc.
-
jorgk
test_mapisendmail.js is only a page
-
bcampbell
test_longLines.js looks like it's testing xpcom stuff... I just want to test a js file I'm writing
-
aceman
can you import it in the test file?
-
bcampbell
does it need to be a .jsm file?
-
bcampbell
the tests I've looked at seem to suggest so...
-
aceman
no
-
aceman
try Services.scriptloader.loadSubScript
-
aceman
look for exact syntax in the tree
-
bcampbell
cool, thanks for that - I've seen a couple of those about! Just wondered if there was any canonical way to test individual .js files
-
freaktechnik
chat/protocols/irc/ has some xpcshell that loads plain js files I think
-
bcampbell
aceman: btw, thanks for the feedback on the RDF patches - the holdup is dealing with the feeds issue. The feeds are riddled with rdf-isms, so that's what I'm sorting out now.
-
aceman
yes
-
aceman
alta88 should be able to help you
-
jcranmer
ah yes, rss..
-
bcampbell
freaktechnik: thanks! that look a lot like what I'm trying to do
-
bcampbell
RDFXML is not my favourite file format.
-
jcranmer
I think rss is the hardest thing to de-rdf
-
bcampbell
yup - and we still need an rdf parser (for reading legacy feeds.rdf/feeditems.rdf and for parsing rss1), but I've got that covered now. The rest is mostly replacing the XPCOM-based data with plain javascript objects.
-
jcranmer
I'm still playing with replacing our networking infrastructure
-
bcampbell
oh - on the subject of testing, should I be writing mozmill tests or are mochi tests an option now? (want to add some proper gui-based tests for the feeds to sanity check the integration)
-
bcampbell
jcranmer: oh? any promising avenues so far?
-
jcranmer
bcampbell: I've got the state machine almost completely ripped out of NNTP
-
jcranmer
it's down to NNTP_LOGIN_RESPONSE, NNTP_SEND_FIRST_COMMAND, NNTP_SUSPENDED, NNTP_DONE, and NEWS_ERROR
-
jcranmer
my goal tonight is to actually rip it out completely
-
jcranmer
I've ripped out the direct use of nsIInput/OutputStream
-
jcranmer
and nsISocketTransport
-
jcranmer
the next goal after that is to fully use the generic socket infrastructure I have for server provisioning
-
jcranmer
proxy support is going to be tricky
-
jcranmer
and, finally, after all that, ripping out URLs
-
jcranmer
which will let me ask the question "what language should we do this all in?"
-
bcampbell
cool - I look forward to seeing where this leads!
-
jcranmer
I'm not planning to actually do major changes to NNTP or other netowrking features simply to lessen the burden of "we might rip this all out soon anyways"
-
jcranmer
but it might actually be usable beyond the testsuite now
-
jorgk
sancus: Hi, does BMO work for you?
-
jorgk
It's pretty down for me
-
sancus
jorgk: looks down to me, taking forever to load
-
jorgk
so we go to bed?
-
jorgk
!seen rjl
-
firebot
rjl was last seen 14 days and 2 hours ago, saying 'as well as waybe obviously]' in #maildev.
-
sancus
according to #bmo they did a prod push and broke things
-
sancus
it seems working again for me now
-
jorgk
sancus: Yep, could you take a look at
bug 1535183, it's a bit webby.
-
firebot
bugzil.la/1535183 — NEW, nobody⊙mo — Windows builds busted on 2019-03-13: HTTPError: 404 Client Error: Not Found for url:
queue.t
-
jorgk
maybe compare to a FF build to see what's going on
-
sancus
um?
-
sancus
I'm not sure what 'a bit webby' means lol, as far as I can tell taskcluster can't find some internally generated json file?
-
sancus
I dunno anything about taskcluster
-
sancus
whats up with rjl anyway? 2 weeks seems like a long time
-
jorgk
sick
-
jorgk
doesn't look like it can't find some internally generated json file?
-
jorgk
there is no reference of the file anywhere in searchfox
-
jorgk
well, looking for the previous name
-
sancus
it's 404ing on chain-of-trust.json, that's an internally generated taskcluster file
-
wsmwk
[13:19:28] dylan all fixed.
-
jorgk
so that must fall from the sky
-
sancus
-
jorgk
or be part of some TaskCluster site
-
jorgk
having found that makes you the expert now ;-)
-
sancus
unfortunately, even if I am the expert, I cannot help you much
-
sancus
because I have no access or even any idea how to access any build stuff :)
-
jorgk
any idea where that file might come from?
-
sancus
the documentation says the workers generate it
-
jorgk
Just funny, if you look at that changeset, there are no other changes
-
jorgk
they've just changed the name
-
sancus
jorgk: That's because the real changes are on github, they linked them in the bug.
-
sancus
-
sancus
So the change is that this
github.com/mozilla-releng/scriptworker worker thing generates the file for whatever process
-
jorgk
I saw that.
-
sancus
Taskcluster is a zillion different repos that all do stuff I don't understand, so I don't know what is going on but
-
jorgk
but ...?
-
sancus
my guess is that for some reason our build isn't using the updated worker code with the new file name
-
sancus
I don't know if that's a reasonable guess or not, since I don't know if we manually update to new taskcluster builds or what
-
sancus
couldn't tell you how any of that deployment works :D
-
jorgk
hmm, thanks for looking
-
jorgk
I don't know what "our build isn't using the updated worker code" might mean or where we reference it.
-
jorgk
But there have been cases where stuff needed to be fixed on github
-
jorgk
strange it only fails for Windows
-
sancus
like I said, I don't know how taskcluster changes are deployed
-
sancus
But for whatever reason, the linked code on github that changes the file name isn't running on that build, or something else is moving the file
-
sancus
Hard to really debug it without being able to look at a build in progress and make changes, which I can't do