Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
AverseABFun pushed 1 commit to main hackclub/forge
- Changed motherboard to accomidate klipper dc7cca5
AverseABFun pushed 1 commit to main AverseABFun/rust-pkg-gen
- i don't know how much is broken but probably a lot 920d193
AverseABFun pushed 1 commit to main AverseABFun/rust-pkg-gen
- documenting and testing, still lots to do 6b6b1f1
AverseABFun pushed 1 commit to main hackclub/forge
- routed T0, T1, and T2. 30 more things to route but geez this is difficult c0aa85c
AverseABFun pushed 1 commit to main hackclub/forge
- Bump next from 14.2.10 to 14.2.15 in /website (#9) Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 1... 528ff82
AverseABFun closed a pull request on hackclub/forge
Bump next from 14.2.10 to 14.2.15 in /website
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.15. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/737c29e49f9532cce3da8e25d88b...AverseABFun pushed 3 commits to averseabfun-staging AverseABFun/rust
AverseABFun created a comment on a pull request on rust-lang/rust
Why does github not have the option to force-push in the online thing :sob:
AverseABFun pushed 13 commits to averseabfun-staging AverseABFun/rust
- CI: update linux 4c from ubuntu 20 to ubuntu 22 89ad1ac
- Get rid of of the global_ctxt query 6ece803
- Remove the parse query 8780253
- Move GlobalCtxt::finish to TyCtxt This allows us to call GlobalCtxt::finish exactly once. 954cd79
- Immediately enter in TyCtxt::create_global_ctxt 6545a2d
- Remove two unnecessary references 7738929
- Fix tests b0cd37e
- Auto merge of #134132 - MarcoIeni:linux-4c-to-ubuntu-22, r=Kobzol CI: update linux 4c from ubuntu 20 to ubuntu 22 52f4785
- Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu Remove queries from the driver interface A... 978c659
- add tests 5f54889
- consistently handle global where-bounds 3350b9f
- Auto merge of #132325 - lcnr:damn-son, r=oli-obk rework winnowing to sensibly handle global where-bounds There may ... 604d669
- Merge branch 'rust-lang:master' into averseabfun-staging 6c99e3d
AverseABFun created a comment on a pull request on rust-lang/rust
> We can't have any conditional compilation in the final product. Formerly I thought that using cfg to select a module would be easiest for development, but I'm not really thinking so anymore. Inst...
AverseABFun created a comment on an issue on rust-lang/rust
Working on first steps over in #134401!
AverseABFun created a comment on a pull request on rust-lang/rust
Aaand I do need to make a common directory. `bridge/mod.rs`, the client, and the server all need access to `rpc.rs`.
AverseABFun created a comment on a pull request on rust-lang/rust
Sorry for all of the pings, but I'm trying to decide where `bridge/mod.rs` should go. It contains a good amount of code that appears as though it should be exported, should I just keep it as `bridg...
AverseABFun pushed 1 commit to averseabfun-staging AverseABFun/rust
- Removed problematic line fdacf34
AverseABFun created a comment on a pull request on rust-lang/rust
Annnd nevermind. I don't think that's actually necessary.
AverseABFun created a comment on a pull request on rust-lang/rust
Also, thoughts on adding a module `common` for things that both the server and client may need?
AverseABFun created a comment on a pull request on rust-lang/rust
That might've been what you were saying, not sure.
AverseABFun created a comment on a pull request on rust-lang/rust
Separate from that, I think that under the server/client modules we should have separate files for bridge v. standalone and they'd be conditionally compiled while implementing the same interface. T...
AverseABFun created a comment on a pull request on rust-lang/rust
One more thing that we should come up with a vocab for(not feeling very creative right now) is one of (bridge, standalone).
AverseABFun pushed 3 commits to averseabfun-staging AverseABFun/rust
AverseABFun pushed 3 commits to averseabfun-staging AverseABFun/rust
- [CI] Use a lockfile for installing the `datadog` package Without a lockfile, it could fail to compile when the depen... 6e22b84
- Auto merge of #134095 - Kobzol:datadog-lockfile, r=MarcoIeni [CI] Use a lockfile for installing the `datadog` packag... 13b77c6
- Merge branch 'rust-lang:master' into averseabfun-staging bb7376a