Oliver Killane

Results 13 issues of Oliver Killane

### Problem Cargo is panicking on valid examples targets. - [examples crate-type field](https://doc.rust-lang.org/cargo/reference/cargo-targets.html?highlight=examples#the-crate-type-field) Minimised example is [here](https://github.com/OliverKillane/bug-reports/tree/main/cargo-proc-macro-examples) ``` thread 'main' panicked at src/cargo/core/resolver/features.rs:323:14: activated_features for invalid package: features did not...

C-bug
S-needs-mentor
A-features2
A-cargo-targets
A-crate-types
A-proc-macro

Given the description for fxp types from the [quickstart docs](https://francof2a.github.io/fxpmath/docs/quick_start) The below patterns should not be possible. ```python Fxp(a, True, x, f>=x) Fxp(a, False, x, f>x) ``` For example ```...

## Description Currently the content is included in their directories (copy pasted from old 2nd year repo - [ ] need to produce a single pdf target - [ ]...

fix eventually

## Description The proof tree notation is done using `\cfrac`s in a maths environment, this is not ideal as: - side tags are part of the width of the `\cfrac`...

Suggestion

Missing chapters to be completed: - [ ] Advanced Topics (composable data processing systems, lightsabre) - [ ] Algorithms and Indices (B Trees) - [ ] Concurrency (clean up and...

60029 - Data Processing Systems
Content Missing

- Add a basic script to tools to install the lexer ([hwayne TLA lexer](https://github.com/hwayne/tla-pygments)) within pygments - Switch TLA source code inputs to use lexer - Check possibility of highlighting...

60009 - Distributed Algorithms
Suggestion

![image](https://user-images.githubusercontent.com/44177991/212998249-da24271b-1e48-4e90-80bd-f61cefab4147.png) Definitionbox for futex is empty

60007 - Concurrent Programming
Content Missing

Majority of the content is still **unfinished**

60001 - Advanced Computer Architecture
Content Missing

Needs a cleanup - I skipped over the content quickly due to familiarity. Specifically adding: - Non-Assessed Channels in Rust - Send & Sync traits - Examples for interior mutability...

60007 - Concurrent Programming
Needs Improvement

Needs an overhaul to include tutorial material. Specifically PSO, and walkthroughs for SC, TSO, RA, COH as shown in ![tutorial 4](https://scientia.doc.ic.ac.uk/api/resources/9896/file/Tutorial%204-Declarative%20Semantics-Answers.pdf.pdf)

60007 - Concurrent Programming
Needs Improvement