martinvuyk
martinvuyk
Closes #2748
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Say I have...
### Bug description This underlines the last 3 mojo examples in red and says `unterminated backtick identifier` though they still generate correctly when hovering over the function name ```mojo fn...
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Implement its `__copyinit__`...
### Bug description What I'm trying to achieve is to force it to interpret the buffer of uint8 as uint64 to only use 1 xor operation for 8+ values at...
Add utf8 safeguards, the second of many steps to fix [#2842](https://github.com/modularml/mojo/issues/2842#issuecomment-2171732716) `fn chr(c: Int) -> String` function now returns a replacement character (�) if the Unicode codepoint is invalid. Added...
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Overall the experience...
Fix issue #3065 by adding some manual bit padding when converting to uint and forcing the bits to be interpreted as the target type, and slicing when `target.bitwidth() < type.bitwidth()`...
Fix `String.splitlines` and test and move to string_slice
Move `String.isspace` and `_StringIter` implementations to `StringSlice`