Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Updated log and beers.
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronikworkshop authored and adiazulay committed Jan 19, 2021
1 parent c15dc08 commit 5fd1a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BRANCHNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ During merging I found some bugs within those functions - mainly due to the abov

**2020 02 17** Disabled and marked all previous implementations of IntelliSense support for later removal using `IS-REMOVE`. Pulled changes from upstream and merged them into the intellisense feature branch. Began to work on event handling/generation: vscode-arduino should detect when sketch/board/configuration and so on has changed, then re-analyze the current setup and set the IntelliSense configuration accordingly. This works more or less but there's a lot to fix in the current implementation which kept me busy till late today (I need some sleep now). Cleanup and commits follow tomorrow. Approaching alpha version for curious testers. OSX and Linux comes first, Windows will follow later.
**2020 02 18** Finished basic event triggering. Rewrote `DeviceContext` for proper settings modification detection (trigger events only on actual change) and generation of setting specific events (e.g. board changed) instead of one global event (aka. "something in the settings changed").
**2020 02 19** Implemented proper build scheduling for analysis build by writing an `AnalysisManager` class. This class collects multiple changes (e.g. board and configuration, which often are changed shortly after another) before running an analysis. In case another build or analysis is in progress it postpones newly filed analysis requests until the other build has completed. Updated and completed the documentation for the IntelliSense usage within [README](README.md). Alpha test builds of the extension containing the latest implemented features and fixes are now available from the following [Dropbox folder](https://www.dropbox.com/sh/whmcdt26chyjgby/AAB1Ld2fzZ9Z_NfM3CRay17wa). Please note, that Windows is currently not supported yet.
**2020 02 19** Implemented proper build scheduling for analysis build by writing an `AnalysisManager` class. This class collects multiple changes (e.g. board and configuration, which often are changed shortly after another) before running an analysis. In case another build or analysis is in progress it postpones newly filed analysis requests until the other build has completed. Updated and completed the documentation for the IntelliSense usage within [README](README.md). Alpha test builds of the extension containing the latest implemented features and fixes are now available from the following [Dropbox folder](https://www.dropbox.com/sh/whmcdt26chyjgby/AAB1Ld2fzZ9Z_NfM3CRay17wa). Please note, that Windows is currently not supported yet. Reviewed, documented/commented all changes and committed the automatic analysis integration changes.

## Status
| | Tasks |
Expand Down Expand Up @@ -146,7 +146,7 @@ I will list every supporter here, thanks!
2020-02-15 Elektronik Workshop: 28 :beers: (7h coding)
2020-02-17 Elektronik Workshop: 52 :beers: (13h coding)
2020-02-18 Elektronik Workshop: 36 :beers: (9h coding)
2020-02-19 Elektronik Workshop: x :beers: (xh coding)
2020-02-19 Elektronik Workshop: 48 :beers: (12h coding)

<!-- https://github.com/StylishThemes/GitHub-Dark/wiki/Emoji -->

Expand Down

0 comments on commit 5fd1a27

Please sign in to comment.