Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: iOS 15 Shortcuts misery  (Read 3597 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
iOS 15 Shortcuts misery
« on: October 09, 2021, 01:12:13 PM »

Shortcuts in iOS 15 is nowhere near fit for release; it just falls over when I try to run some of my slightly more complex programs, ones that involve subroutine calling. (Proven by inserting good old fashioned printfs.) The subroutines in question run fine when called from a trivial test prog that simply passes the right input argus and then displays the return value, so there’s nothing going wrong in the subroutine itself; it’s in the call or return mechanisms when run within a more complex outer program that the fault lies. I’ve reported it to Apple using the new (and very telling) per-shortcut ‘report concern’ UI control.

I would like to downgrade to iOS 14 but I get the feeling that this is impossible, especially without a Mac or Wintel box to run the iTunes program (is that what it’s called?).
Logged

gt94sss2

  • Kitizen
  • ****
  • Posts: 1281
Re: iOS 15 Shortcuts misery
« Reply #1 on: October 09, 2021, 06:56:37 PM »

I believe Apple have stopped signing copies of iOS 14 - so if you've upgraded to 15, you can't downgrade

https://www.macrumors.com/2021/10/08/apple-stops-signing-ios-15/
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: iOS 15 Shortcuts misery
« Reply #2 on: October 16, 2021, 05:29:25 AM »

Some Shortcuts programs work ok, the simpler ones. I’m wondering if the ones that are failing are only those that call other routines, or possibly those that do comms. Some of my programs access a modem across the LAN, using local 192.168.x.y addresses, and some of those fail, but I can’t say for certain that they fail at the point where they initiate http operations.

I get an unhelpful, non-specific error message after a long delay - "there has been a problem", or something. I wonder if that error message means that a crash was detected in the Shortcuts engine? I get this in two of my most important programs - all to do with monitoring modems and the state of the DSL links. The failure seems, as best I can see, to be at a point where it calls a subroutine in order to consult a (fixed) ‘database’ and find out how many modems there are, what they’re called, where they are/how to address them. The ‘database’ is just hard-coded into a ‘network state info declaration’ subroutine, which is intended to be modified whenever things change.
« Last Edit: October 16, 2021, 05:35:54 AM by Weaver »
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: iOS 15 Shortcuts misery
« Reply #3 on: October 26, 2021, 06:14:37 AM »

Thank god. iPadOS 15.1 contains a bugfixed Shortcuts engine - works for the first time.
Logged

meritez

  • Content Team
  • Kitizen
  • *
  • Posts: 1626
Re: iOS 15 Shortcuts misery
« Reply #4 on: October 26, 2021, 08:12:25 AM »

That's good news, I updated last night
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: iOS 15 Shortcuts misery
« Reply #5 on: October 26, 2021, 11:38:23 AM »

Has anyone been having wifi problems with 15.0.x ? The networking seems to freeze sometimes and to fix it I have to turn the wifi interface off/on. I’m hoping that is a bug in iPadOS 15.0.x, which seems possible because my wife, who is on iPadOS 14 (since I warned her off 15) has reported no such problems. Hoping there’s a difference in 15.1.



One further gripe about the iPadOS 15.x (including 15.1) Shortcuts engine: its speed. A routine that previously took approx 7-20 secs, very roughly, now takes more than 40 s. What on earth are they doing ?

Indeed, I would hang my head in shame if I had written such code. (Well, I never would have let such a thing happen, being overly speed-obsessed my whole career.)

Is there a way that I can report that as a bug?
« Last Edit: October 26, 2021, 11:30:58 PM by Weaver »
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: iOS 15 Shortcuts misery
« Reply #6 on: October 30, 2021, 01:50:11 PM »

The editor is still incredibly unstable, even in 15.1: hangs for ages, extremely dodgy behaviour concerning inserting and deleting elements. Deleting of actions often simply refuses to happen and insertions frequently go into the wrong place. Clicks seem to be ignored often. A total utter mess. They should never have released anything this autumn, waiting for a dot-x-dot-zero minor release.



On a positive note for once, a word of praise. The new tiny icons showing on the left of action lines in the editor when clicked on reveal wondrous new menus containing useful verbs. Collapse/expand if statements and repeat statements so you can see the whole program without horrible scrolling up and down for miles - wonderful. I also love the "duplicate" verb, which takes the current action, and drops in a copy of it next door, which you can then edit and move to its rightful new place. There are many other useful verbs; can’t remember them all.
« Last Edit: October 31, 2021, 05:07:36 AM by Weaver »
Logged
 

anything