Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rescript-lang/rescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rescript-lang/rescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.0_release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 60 files changed
  • 8 contributors

Commits on Sep 10, 2024

  1. Set version to 11.1.4

    cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    77c2b64 View commit details
    Browse the repository at this point in the history
  2. Skip trailing comma in explicit partial application (#6949)

    * Check for dotdotdot in args
    
    * Check on attribute rather than label
    
    * Add tests
    
    * Fix naming convention
    
    * Update CHANGELOG
    shulhi authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eb00295 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect format of function under unary operator (#6953)

    * Fix parens in unary operator
    
    * Fix parens in binary expr
    
    * Handle underscore sugar application
    
    * Add tests
    
    * Update CHANGELOG
    shulhi authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    680d0ad View commit details
    Browse the repository at this point in the history
  4. Fix module printing (#6963)

    * Handle parens when mod type is a module signature
    
    * Refactor
    
    * Update CHANGELOG
    
    * Add tests
    
    * Handle more edge cases
    
    * Add more test cases from jscomp/test/coercion_module_alias_test.res
    shulhi authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3ed3dec View commit details
    Browse the repository at this point in the history
  5. Disallow non-variant spreads in variants (#6980)

    * disallow non-variant spreads in variants
    
    * changelog
    
    * undo formatting in changelog
    
    * run make lib
    
    * changelog
    
    * fix
    
    * changelog
    # Conflicts:
    #	CHANGELOG.md
    zth authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ae131a2 View commit details
    Browse the repository at this point in the history
  6. Fix comment removed when function signature has type keyword (#6997)

    * Fix comment removed when function signature has type keyword
    
    * Update CHANGELOG
    shulhi authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0148456 View commit details
    Browse the repository at this point in the history
  7. Fix parse error on doc comment before "and" in type def (#7001)

    * Fix parse error on doc comment before "and" in type def
    
    * CHANGELOG
    # Conflicts:
    #	jscomp/syntax/src/res_core.ml
    cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    49e702f View commit details
    Browse the repository at this point in the history
  8. Fix tuple coercion (#7024)

    * Fix tuple coercion
    
    It was only handled for the first arg in the tuple
    
    * Update CHANGELOG
    shulhi authored and cknitt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3d8ca49 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Deprecate JSX 3 (#7042)

    * deprecate jsx 3 from bsb
    
    * clean up
    
    * changelog
    
    * fix changelog
    mununki authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b9d693 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0bac05b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Deprecated top-level suffix in the rescript.json (#7056)

    * Deprecated top-level suffix in the rescript.json
    
    * fix message
    
    * changelog
    cometkim authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6de936a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. v11 backport of #7104 (#7111)

    * refactor: extract fun from process_cmt_file
    
    * refactor: read the .cmt earlier
    
    * feat: handle paths via source_file instead of cmt_file
    
    * add project root to default config
    
    * refactor: extract funs to remove duplication
    
    * fix: consider file seperators
    
    * fix: please static checker
    
    * make find source file return only absolute paths
    
    * refactor: cleanup getOutputFile and getOutputFileRelative
    
    * chore: update changelog
    Bushuo authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    176f02d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Backport to v11 bundle and upload stdlib js runtime (#7255) (#7268)

    * backport bundle stdlib JS files for playground (#7255)
    
    * replace deprecated pipes with shlex
    
    * update setup-ocaml
    
    * use node 18
    
    * add rollup linux as an optional dependency
    
    * use ubuntu-24.04 and ubuntu-24.04-arm
    
    * backport fix for hanging tests (#6667)
    
    * update artifacts.txt
    
    * backport: CI: don't run npm pack twice (#6923)
    
    * CI: don't run npm pack twice
    
    * Add typedefs for PackOutput
    
    * Update comments
    
    * update artifacts
    
    * Fix CHANGELOG.md
    
    ---------
    
    Co-authored-by: Christoph Knittel <ck@cca.io>
    tsnobip and cknitt authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    2ed005b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    9199a04 View commit details
    Browse the repository at this point in the history
  2. Fix exponential syntax (#7174)

    shulhi authored and cknitt committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    983c132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db9d1d View commit details
    Browse the repository at this point in the history
  4. Set version to 11.2.0-beta.1

    cknitt committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    7768ad7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    f0ff319 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Version to 11.2.0-beta.2

    cknitt committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    c370de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca376c4 View commit details
    Browse the repository at this point in the history
Loading