Mind Ramblings My Blog

Instantiating a Basic object

Hi there! If you are following the blog, you would know how many errors I faced to setup and start writing the Ruby extensions. I don’t even remember half of the errors that I faced 2 weeks before. Well, that is why we have blog posts :P. We don’t want to miss a single takeaway from this experience.

My PR in the symengine repo, #414 Ruby file structure and Basic class, finally got merged!

...Read more

Reconfiguring building and Travis Setup

This week was one of the most engaging one for me up until now. Not in a way that I could write thousands of lines of code, but more like I intensively collaborated with people online, to debug code. Many errors popped up,

...Read more

The Load Error

I hope you remember the LoadError that I shared with you last week. The one which I was stuck for many days, and well frankly I couldn’t devote much time too, at the beginning of this week as there was the competition and the travel back home. It was only these one or two days at the end when I could search for the error.

...Read more

Week 3

Sorry Guys. I don’t have much to say with this blog post. I am at a competition called Intelligent Ground Vehicle Competition and didn’t get any time to work on the project. I wish I had time to solve the error.

...Read more

Building the wrappers

This week was very engaging and a little hectic at the end for me. I had to rethink many things during the week, like these wrappers. I had to rewrite them, because of a logical error in the allocation of the pointers that pointed to the data. And spent a whole lot of time trying to understand a hack of passing a variable by reference in c only to conclude that it can’t be used!

...Read more