#8042

1 messages · Page 1 of 1 (latest)

fierce sleet
#

traces for failing pipelines:

#

It seems to be mostly this error @winged plaza @timid maple :

failed to collect IDs: failed to collect IDs for field "Python": expected *ModuleObject, got <nil>

winged plaza
#

will dive in, yup

#

that said - since it's not in module urls, we can easily change it later

#

so not a blocker

fierce sleet
#

So merging this will actually help the bikeshedding discussion in 8123

winged plaza
#

yup nice nice

timid maple
#

I have a few things to wrap up before going away but let me know if you need help resolving a merge conflict.

winged plaza
fierce sleet
#

mostly I'm stuck on that weird "failed to collect IDs" error

winged plaza
#

@fierce sleet just noticed the README has gone - i'd like to keep it, it's got valuable info for new contributors, where should we put it?

timid maple
#

Btw, we still have a bug in the find up logic where if a module in a subdir of the repo fails to load (e.g., syntax error in module code), it’ll continue the find up and runs a "parent" module if it finds one. Nothing to do with dependencies, just parent dir with a dagger.json. So this change will bring those errors back. Justin, do you have bandwidth to try and solve it in the next few days? Doesn’t have to block this PR.

winged plaza
#

yeaaaa, i can find some spare bandwidth

#

i mean, i already got so distracted from dag.Self on autogenerated sync methods

#

what's one more distraction

timid maple
#

I know the feeling!

fierce sleet
winged plaza
#

you're right, git didn't notice it as moved

fierce sleet
#

Maybe because of too many edits?

winged plaza
#

looks like a sorta legitimate bug, will open an issue/pr for that as well

fierce sleet
#

thank you!

winged plaza
#

should be good to merge once CI passes

#

am i good to do that?

fierce sleet
#

Yes! party_blob

#

hurray 🙂

winged plaza
#

aight 🎉 just gonna head off and go to some lunch and will get back to it asap 😄

winged plaza
#

merged partyparrot

fierce sleet
#

thank you!

#

this + context dir will start making things much more fun

winged plaza
# fierce sleet It seems to be mostly this error <@488718750690967563> <@768585883120173076> : ...

@slim nest i opened a pr with just a test in it for this: https://github.com/dagger/dagger/pull/8132
i think it's potentially something to do with the secret scanning in objects we introduced?

GitHub

When returning an object from a module function that contains a nil field, we can get the following error:
Error: response from query: input: test.hello resolve: failed to collect IDs from parent f...

slim nest