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: developgo/gophernotes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gopherdata/gophernotes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    71fc416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f302c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. all: update Dockerfiles to alpine-3.15

    Fixes gopherdata#235.
    
    Signed-off-by: Sebastien Binet <[email protected]>
    sbinet committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3ed8fe3 View commit details
    Browse the repository at this point in the history
  2. all: drop x/xerrors

    Signed-off-by: Sebastien Binet <[email protected]>
    sbinet committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    5cbf8d3 View commit details
    Browse the repository at this point in the history
  3. kernel: tame go vet

    This CL replaces a fmt.Fprint call with a string containing
    a couple of %, with a direct call to io.Writer.Write to not
    confuse 'go vet' that thought we weren't calling fmt.Fprintf.
    
    Signed-off-by: Sebastien Binet <[email protected]>
    sbinet committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    dbe0728 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. fixes typo in README

    kylekizirian committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    4747a3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request gopherdata#248 from kylekizirian/master

    fixes typo in README
    cosmos72 authored Mar 13, 2022
    Configuration menu
    Copy the full SHA
    c9673a2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. update to latest zmq4 and latest gomacro: adds ability to import loca…

    …l packages
    
    given a relative or absolute filesystem path
    cosmos72 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    be46d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5749145 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. update installation instructions in README.md

    update URLs in examples/Display.ipynb
    cosmos72 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e71a123 View commit details
    Browse the repository at this point in the history
  2. update to latest gomacro - fixes some interpreter bugs

    fix internal type proxy_JSONer, used by interpreted code to implement display.JSONer
    cosmos72 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1a743ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7888ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9770e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. all: bump x/sys

    Signed-off-by: Sebastien Binet <[email protected]>
    sbinet committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    10d495a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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