Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Eco 4821 turn shared helper into object #1785

Closed

Conversation

lawrence-forooghian
Copy link
Collaborator

No description provided.

@lawrence-forooghian lawrence-forooghian changed the title Eco 4821 turn shared helper into object [WIP] Eco 4821 turn shared helper into object Jun 6, 2024
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 6, 2024 18:21 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 6, 2024 18:22 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 6, 2024 18:22 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 6, 2024 19:56 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 6, 2024 19:57 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 6, 2024 19:57 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 39fe05f to c483622 Compare June 6, 2024 20:10
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 6, 2024 20:10 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 6, 2024 20:11 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 6, 2024 20:11 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from c483622 to 394dba0 Compare June 10, 2024 13:03
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 10, 2024 13:04 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 10, 2024 13:04 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 10, 2024 13:04 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 394dba0 to 69610ec Compare June 10, 2024 13:54
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 10, 2024 13:54 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 10, 2024 13:54 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 10, 2024 13:55 Inactive
the aim here is to make it easier to drop a `helper` object inside the
test

(there are still references to `helper` outside the test though, so
there’s work to do; but I think I’ll find most except for loadTestData
by looking for named `function`s after; and there are some as a var too)

in a couple of places i've replaced a var with such a function (i.e. one
that currently refers directly to the globally-scoped helper but which
we'll change shortly)
It isn’t intended be called as a constructor.
TODO figure out what should be class method; at the moment everything is
instance except for the ones that have a .skip because that wasn't
implementable for an instance method, and also because these clearly
aren’t going to be called at a per-test level. But there may well be
other stuff (e.g. stuff that's used at a non-test level, or it might
just be that the instance doesn't always have a test)
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 69610ec to 80e352b Compare June 10, 2024 14:13
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 10, 2024 14:13 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 10, 2024 14:13 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 10, 2024 14:13 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 10, 2024 14:39 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 10, 2024 14:40 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 10, 2024 14:40 Inactive
there's no private api use, these are uncontroversial
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 1165d92 to 87e0d09 Compare June 11, 2024 00:56
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 11, 2024 00:56 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 11, 2024 00:57 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 11, 2024 00:57 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 87e0d09 to 3140aad Compare June 11, 2024 14:07
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 11, 2024 14:08 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 11, 2024 14:08 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 11, 2024 14:08 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 3140aad to 0ad883c Compare June 11, 2024 15:08
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 11, 2024 15:08 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 11, 2024 15:08 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 11, 2024 15:08 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 0ad883c to 946c89e Compare June 11, 2024 17:00
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 11, 2024 17:00 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 11, 2024 17:01 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 11, 2024 17:01 Inactive
@lawrence-forooghian lawrence-forooghian force-pushed the ECO-4821-turn-shared-helper-into-object branch from 946c89e to 28c1b7b Compare June 11, 2024 19:37
@github-actions github-actions bot temporarily deployed to staging/pull/1785/features June 11, 2024 19:37 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/bundle-report June 11, 2024 19:38 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1785/typedoc June 11, 2024 19:38 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant