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

Design: Container Loading #1069

Closed
anthony-murphy opened this issue Jan 29, 2020 · 1 comment
Closed

Design: Container Loading #1069

anthony-murphy opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
area: loader Loader related issues design-required This issue requires design thought

Comments

@anthony-murphy
Copy link
Contributor

anthony-murphy commented Jan 29, 2020

Existing Flow

image

Possible Flows

CREATE_ALWAYS Creates a new file, always. If the specified file exists and is writable, the function overwrites the file, the function succeeds
CREATE_NEW Creates a new file, only if it does not already exist. If the specified file exists, the function fails
OPEN_ALWAYS Opens a file, always. If the specified file does not exist and is a valid path to a writable location, the function creates a file
OPEN_EXISTING Opens a file, only if it exists. If the specified file does not exist, the function fails.

Considerations

@anthony-murphy anthony-murphy self-assigned this Jan 29, 2020
@anthony-murphy anthony-murphy pinned this issue Jan 29, 2020
@vladsud vladsud unpinned this issue Jan 31, 2020
@curtisman curtisman added design-required This issue requires design thought area: loader Loader related issues labels Jan 31, 2020
@curtisman curtisman added this to the Build 2020 milestone Feb 2, 2020
@curtisman curtisman modified the milestones: Build 2020, February 2020 Feb 10, 2020
@anthony-murphy anthony-murphy modified the milestones: March 2020, April 2020 Apr 20, 2020
@anthony-murphy anthony-murphy modified the milestones: April 2020, May 2020 Apr 28, 2020
@anthony-murphy anthony-murphy modified the milestones: May 2020, Future May 6, 2020
@vladsud
Copy link
Contributor

vladsud commented May 28, 2021

@anthony-murphy , @tylerbutler , can we move it somewhere to docs and close the issue? It has been around for 1.5 years mostly without any changes.

@ghost ghost closed this as completed May 31, 2021
@danielroney danielroney removed this from the Future milestone Jun 1, 2021
jason-ha pushed a commit that referenced this issue Jan 23, 2025
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: loader Loader related issues design-required This issue requires design thought
Projects
None yet
Development

No branches or pull requests

4 participants