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

Port before_v0.60/make_release folder #830

Merged
merged 11 commits into from
May 13, 2024

Commits on May 5, 2024

  1. refactor(before_v0.60): remove make_release/this_week_in_nu_weekly.nu

    This has already been ported to ./make_release/this_week_in_nu_weekly.nu and has received new updates in:
    7bff42f
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3c80c80 View commit details
    Browse the repository at this point in the history
  2. refactor(before_v0.60): remove make_release/nu_release.nu

    this has already been ported to `make_release/nu_release.nu` and has received new updates in:
    - fcde8dc
    - a2929c0
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    733e130 View commit details
    Browse the repository at this point in the history
  3. refactor(before_v0.60): remove get-js-ext

    This module has already been ported to `./make_release/get-js-ext.nu` and has received many new small updates for example in:
    6947014
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8052e55 View commit details
    Browse the repository at this point in the history
  4. refactor(before_v0.60): move gen-ts-ext.nu

    move `gen-ts-ext.nu` to `./make_release/` before making changes
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    884c7fe View commit details
    Browse the repository at this point in the history
  5. refactor(before_v0.60): port gen-ts-ext.nu

    - replace `build-string` with `+` and `[...] | str join`
    - replace `str collect` with `str join`
    - replace `help commands` with `scope commands`
    - add `else` in `for {...} {...}`
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5c1a0e2 View commit details
    Browse the repository at this point in the history
  6. refactor(before_v0.60): move this_week_in_nu_release.nu

    - prepare for port
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f2258d2 View commit details
    Browse the repository at this point in the history
  7. refactor(before_v0.60): port this_week_in_nu_release.nu

    - port `fetch` to `http get`
    - `else` in `for {...} {...}`
    - explicit `$it`
    - explicit `print`
    - port `each -n` to `enumerate | each`
    - port `str collect` to `str join`
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5a85fb3 View commit details
    Browse the repository at this point in the history
  8. refactor(before_v0.60): fix gen-js-ext.nu

    It has already been moved but not ported from the old version
    
    - replace pipeline `for` with `each`
    - explicit print
    - port `$nu.scope` to `scope commands`
    39555 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    661ade2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e9e3c3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Revert "refactor(before_v0.60): make ci happy: wrap top level stateme…

    …nts in `main`"
    
    This reverts commit 3e9e3c3.
    39555 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    60237e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4182d View commit details
    Browse the repository at this point in the history