[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
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: Pure-D/workspace-d
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.0
Choose a base ref
...
head repository: Pure-D/workspace-d
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 31, 2022

  1. fix unescapeString call

    the argument should already be a string literal, but I couldn't
    reproduce the issue yet. So now in release mode there is a warning when
    the contract would fail and in debug mode a regular exception is thrown.
    
    The malformed string literal should be fixed with unescape string, but
    it might just be memory corruption as well.
    WebFreak001 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ef3cd0a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. include functions without body in outline

    also has the side effect of supporting shortened methods in outline
    WebFreak001 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ece9e74 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. upgrade dependencies

    WebFreak001 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    eb529b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Feb 17, 2022

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

Commits on Feb 21, 2022

  1. add dub.extendedArchTypes

    WebFreak001 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c621333 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. bump to 3.8.0

    WebFreak001 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    026fae0 View commit details
    Browse the repository at this point in the history
Loading