Cameron Tacklind

Results 134 comments of Cameron Tacklind

I've posted about this on Gentoo's bugzilla. One user there claims this is a desired behavior as it forces developers to explicitly link all needed dependencies. https://bugs.gentoo.org/show_bug.cgi?id=466838 @brianmario Any chance...

I'd been looking for that! Thanks for the info @Olipro. I assume this would also work well in conjunction with `bundle config`

Thanks for the snippet. I think however the no-undefined is desired. We should instead manually add the missing libs, until this is fixed at least. `bundle config build.charlock_holmes --with-ldflags='-L. -Wl,-O1...

What are we, the confused internet, missing here? What's going on? Is this some sort of April Fools' joke? Are you trying to get developers to not use `@latest` tags...

@DanielRuf Yeah, I'm not going to go sleuthing around trying to find the relevant story. A lot just point back here but all I see are what look like inside...

I am also getting error: ```log ● Test suite failed to run ReferenceError: jasmine is not defined at registerAllureReporter (node_modules/jest-allure/dist/setup.js:46:5) at Object. (node_modules/jest-allure/dist/setup.js:49:1) at Array.forEach () ``` **`jest.config.js`** ```js ......

I linked to the repo that is exhibiting the problem with full build logs. I'd be happy to point you to specific things you're looking for. I believe I'm on...

~Ooops. This is a dupe of #5~ ~Leaving this open since I think that one should be reopened~ Edit: This looks like a regression because #5 was supposed to fix...

@k-k-s Thank you for reporting this bug. I am not sure what is causing it exactly. I'm betting that avr-gcc 8 tightened some type conversion checks. If anyone knows why...

You are correct, that is wrong. Thanks for pointing it out. It is a result of lazy design. It was one of the things to "figure out" during assembly as...