You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
busslina opened this issue
Feb 24, 2025
· 3 comments
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Hi, I have seen this error several times and this is the first time I report it.
Basically in some situations, a runtime error gets badly printed, as it points to near line but not the correct one:
I did a video showing it. It might be a little bit confusing as it uses rearch concept and might not be very popular, but as I had this issue in the past I can assure is not rearchrelated.
In few words, the real error is being triggered by app.capsules.dart line 34 (_defaultAppVersionCapsule) but the reported error says app.capsules.dart line 16 (_defaultAppNameCapsule).
Looks like a compiler that tries to compile two equivalent function bodies into the same code, but messes up the line numbering.
lrhn
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
labels
Feb 24, 2025
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Hi, I have seen this error several times and this is the first time I report it.
Basically in some situations, a runtime error gets badly printed, as it points to near line but not the correct one:
I did a video showing it. It might be a little bit confusing as it uses
rearch
concept and might not be very popular, but as I had this issue in the past I can assure is notrearch
related.In few words, the real error is being triggered by
app.capsules.dart
line 34 (_defaultAppVersionCapsule
) but the reported error saysapp.capsules.dart
line 16 (_defaultAppNameCapsule
).Video: https://streamable.com/fdao6x
The text was updated successfully, but these errors were encountered: