Status Update
Comments
xa...@google.com <xa...@google.com> #2
dr...@gmail.com <dr...@gmail.com> #3
Hello there,
Thank you for reporting this! However, it seems that this is the expected behavior as the method will return the valid named ranges. Would you be interested in turning this into a feature request instead? If yes, how would it impact your organization in terms of costs and productivity?
bi...@google.com <bi...@google.com>
to...@googlemail.com <to...@googlemail.com> #4
to...@googlemail.com <to...@googlemail.com> #5
Named ranges help a lot to write dynamic scripts that do not require static range references. And it is crucial to have a good way to define, delete and manage named ranges within app scripts. Especially manage invalid named ranges.
bi...@google.com <bi...@google.com> #6
Thank you for the details provided! I have forwarded them internally.
Best regards
to...@googlemail.com <to...@googlemail.com> #7
xa...@google.com <xa...@google.com> #8
I haven't found a way to delete them in bulk via the Sheets UI either. In fact, it's a surprisingly tedious process because the UI resets the viewport to the very top list item after each deletion, forcing the user to manually perform O(n-squared) scroll wheel rotations.
I would be really grateful if this were fixed / added.
Thank you
to...@googlemail.com <to...@googlemail.com> #9
bi...@google.com <bi...@google.com> #10
Any chance of progress?
In particular, named ranges that are on a deleted sheet (tab) can hang around and do not show up through the Spreadsheet.getNamedRanges(...) call.
The Spreadsheet Editor is doing something out of band wrt the API to see these objects but from App Script I can not see them.
bi...@google.com <bi...@google.com> #11
th...@showroomprive.net <th...@showroomprive.net> #12
This request would break many of my scripts as we are relying on the broken named ranges not being found and we would otherwise often have duplicate named ranges with the same name. Please make it an option to also select the broken named ranges which is off by default
dr...@gmail.com <dr...@gmail.com> #13
bi...@google.com <bi...@google.com> #14
Having no more options but manual deletion...
I hope NamedRanges methods get improved soon.
[Deleted User] <[Deleted User]> #15
bi...@google.com <bi...@google.com> #16
dr...@gmail.com <dr...@gmail.com> #17
I can't see the linked internal issue, but is there any chance this is coming soon? It's blocking us from publishing separate debug vs release aars for our libraries which means devs need to resort to things like passing "isDebug" flags into library code.
bi...@google.com <bi...@google.com> #18
Currently the implementation is landed but we disable the feature because of a performance concern. Bradley, users can try it with studio flag right?
sm...@google.com <sm...@google.com> #19
Unfortunately there is currently no way for users to enable this.
sa...@gmail.com <sa...@gmail.com> #20
I'm trying to make this work for a few of our specific usecases. While I can figure out how to resolve the sources based on the sample project at
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #21
We added an option under File | Settings | Experimental
that you can use to enable this feature: Enable support for multi-variant Javadocs and Sources
. I'm reducing priority to P2 because there is an opt-in.
It will not be enabled by default until
to...@googlemail.com <to...@googlemail.com> #22
Which version(s) of Android Studio will include the feature?
za...@gmail.com <za...@gmail.com> #23
In Studio Iguana alpha05, it no longer downloads/indexes sources and javadoc jars, Is it possibly related to this feature's work? I tested with both Enable support for multi-variant Javadocs and Sources
enabled and disabled
ga...@google.com <ga...@google.com> #24
Re #22: It is in Studio H Canary 9 (and above) and Studio I Canary 1 (and above)
Re #23: It should not be related to this work, but it may be an issue introduced by
wd...@gmail.com <wd...@gmail.com> #25
Re #24: I have tried but it doesn't work, anything I have missed? I'm using:
- studio: Android Studio Hedgehog | 2023.1.1 Patch 2
- gradle: 7.4
- agp: 7.3.0
ga...@google.com <ga...@google.com> #26
Re #25:
You need Studio Hedgehog and above for the IDE and AGP 8.1 and above for build.
wd...@gmail.com <wd...@gmail.com> #27
Re #26: Thank you so much
pa...@gmail.com <pa...@gmail.com> #28
Hello I am using studio Hedgehog and I can not download java sources, I observed on compose libraries 1.5/1.6, I tried also iguana rc2 but has the same problem I am seeing the compiled code
Android Studio Hedgehog | 2023.1.1 Patch 2 gradle: 8.2 agp: 8.2.0
Update: After I disabled "Enable support for multi-variant Javadocs and Source" , the problem solved for both Android studios
to...@yahoo.com <to...@yahoo.com> #29
still a problem in Android Studio Koala | 2023.3.2 Canary 2 (seen it with the material jar)
is...@google.com <is...@google.com>
hu...@google.com <hu...@google.com>
bi...@google.com <bi...@google.com> #30
As #21 mentioned, keep it open until the multi variant support is enabled by default. Currently, blocked on Gradle side.
ia...@stadiamaps.com <ia...@stadiamaps.com> #31
Here is an example published on Maven Central:
Description
I'm testing out the new source & javadoc jar generation added in AGP 7.1 via https://issuetracker.google.com/issues/145670440
It seems that Android Studio does not know how to consume source or javadoc jars generated via this mechanism.
I'm using this configuration:
STEPS TO REPRODUCE:
dhannay/agp7.1-bug-repro
branch of./gradlew publishToMavenLocal
to publish a snapshot buildimplementation 'com.linkedin.shaky:shaky:3.0.3-SNAPSHOT'
Shaky.java
).Studio Build: Android Studio Bumblebee | 2021.1.1 Canary 9 Build #AI-211.7628.21.2111.7653804, built on August 18, 2021 Runtime version: 11.0.10+0-b96-7281165 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.5.2 GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 12 Registry: external.system.auto.import.disabled=true
Version of Gradle Plugin: 7.1.0-alpha09 (in both producing and consuming projects) Version of Gradle: 7.2-rc-1 Version of Java: 11.0.10 OS: macOS