8000 Comparing dsl/v0.3.16...dsl/v0.3.17 · quasilyte/go-ruleguard · GitHub
[go: up one dir, main page]

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: quasilyte/go-ruleguard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dsl/v0.3.16
Choose a base ref
...
head repository: quasilyte/go-ruleguard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dsl/v0.3.17
Choose a head ref
  • 5 commits
  • 29 files changed
  • 2 contributors

Commits on Feb 2, 2022

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

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    6aa060f View commit details
    Browse the repository at this point in the history
  2. ruleguard/quasigo: pass args via ValueStack (#377)

    It makes it easier to implement quasigo funcs call
    later on, so Go->quasigo and quasigo->quasigo can use
    the same calling convention.
    
    Note that args can be bound once (until env.Stack.Reset),
    which is useful in plugins-like context when you pass
    the same argument list to all user functions.
    quasilyte authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    dbd4b2c View commit details
    Browse the repository at this point in the history
  3. all: allow calling quasigo functions from quasigo (#378)

    Now it's possible to call one bytecode function from another.
    quasilyte authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    2e73e37 View commit details
    Browse the repository at this point in the history
  4. dsl: add experimental Do() action

    Unlike `Report()` and `Suggest()`, new `Do()` method allows
    a more granular match action handling.
    
    Now it's possible to emit a conditional report/suggest message
    based on the matching context.
    
    The API is experimental and is likely to change.
    quasilyte committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a307c89 View commit details
    Browse the repository at this point in the history
Loading
0