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: githubuniverseworkshops/codeql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feedback
Choose a base ref
...
head repository: githubuniverseworkshops/codeql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    edae9d5 View commit details
    Browse the repository at this point in the history
  2. Universe 2022: Rewrite library imports and type references

    Use the default `import ruby` instead of having to
    specifically import the `codeql.ruby.AST` and
    `codeql.ruby.DataFlow` libraries.
    Both libraries are imported by default in `ruby.qll`.
    
    This makes imports simpler, but means we have to
    qualify all uses of AST node types with `Ast::`.
    We already had to qualify uses of data flow node types
    with `DataFlow::`.
    adityasharad committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3cdf9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc437e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29de5b3 View commit details
    Browse the repository at this point in the history
  5. Universe 2022: Move workspace file to the root

    Codespaces will detect this file and prompt the user to
    open this workspace.
    adityasharad committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d4a6f73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    455316d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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