Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/b100e6a68d8fc743dad6e7403b729ba97b36f80c
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/b100e6a68d8fc743dad6e7403b729ba97b36f80c
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/b100e6a68d8fc743dad6e7403b729ba97b36f80c

The branch, master has been updated
  discards  73e33b8aa74476f1d118bb7d75bc30d9116653ca (commit)
       via  b100e6a68d8fc743dad6e7403b729ba97b36f80c (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (73e33b8aa74476f1d118bb7d75bc30d9116653ca)
            \
             N -- N -- N (b100e6a68d8fc743dad6e7403b729ba97b36f80c)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=b100e6a68d8fc743dad6e7403b729ba97b36f80c
commit b100e6a68d8fc743dad6e7403b729ba97b36f80c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Update calc() progress

diff --git a/developer-weekend/oct-2020.mdwn b/developer-weekend/oct-2020.mdwn
index 2ccab48..fcb110d 100644
--- a/developer-weekend/oct-2020.mdwn
+++ b/developer-weekend/oct-2020.mdwn
@@ -62,6 +62,7 @@ Remaining work
 1. Maybe update generator to construct valid/invalid UNIT types for each 
property as a table for use later.
     * This would involve repeating the validation expressions present in 
`LENGTH_UNIT:()` in `properties.gen` or perhaps reworking that bit too.
     * This is probably an array, indexed by property, whose values are a 
bitfield of permitted unit types.
+    * > This was done after the hack weekend in [parse: properties: Add 
property-specific unit class 
masks](http://source.netsurf-browser.org/libcss.git/commit/?h=tlsa/calc&id=e2b4077eed0ad778847cd7b17406e8bf8b61a4ae).
 2. Implementing the cascade
    * Mostly in the common code.
    * Should be able to type-check here (property-specific part).


-----------------------------------------------------------------------

Summary of changes:
 developer-weekend/oct-2020.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer-weekend/oct-2020.mdwn b/developer-weekend/oct-2020.mdwn
index d8aeb2a..fcb110d 100644
--- a/developer-weekend/oct-2020.mdwn
+++ b/developer-weekend/oct-2020.mdwn
@@ -62,7 +62,7 @@ Remaining work
 1. Maybe update generator to construct valid/invalid UNIT types for each 
property as a table for use later.
     * This would involve repeating the validation expressions present in 
`LENGTH_UNIT:()` in `properties.gen` or perhaps reworking that bit too.
     * This is probably an array, indexed by property, whose values are a 
bitfield of permitted unit types.
-    * > This was done after the hack weekend in [parse: properties: Add 
property-specific unit class 
masks(http://source.netsurf-browser.org/libcss.git/commit/?h=tlsa/calc&id=e2b4077eed0ad778847cd7b17406e8bf8b61a4ae).
+    * > This was done after the hack weekend in [parse: properties: Add 
property-specific unit class 
masks](http://source.netsurf-browser.org/libcss.git/commit/?h=tlsa/calc&id=e2b4077eed0ad778847cd7b17406e8bf8b61a4ae).
 2. Implementing the cascade
    * Mostly in the common code.
    * Should be able to type-check here (property-specific part).


-- 
NetSurf Developer Wiki Backing Store
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to